View | Details | Raw Unified | Return to bug 238842 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/noti/Makefile (-5 / +4 lines)
Lines 1-8 Link Here
1
# Created by: Hiroki Tagato <tagattie@yandex.com>
2
# $FreeBSD$
1
# $FreeBSD$
3
2
4
PORTNAME=	noti
3
PORTNAME=	noti
5
DISTVERSION=	3.1.0
4
DISTVERSION=	3.2.0
6
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
7
6
8
MAINTAINER=	tagattie@yandex.com
7
MAINTAINER=	tagattie@yandex.com
Lines 13-19 Link Here
13
12
14
RUN_DEPENDS=	notify-send:devel/libnotify
13
RUN_DEPENDS=	notify-send:devel/libnotify
15
14
16
USES=		go
15
USES=		go:modules
17
USE_GITHUB=	yes
16
USE_GITHUB=	yes
18
17
19
GH_ACCOUNT=	variadico
18
GH_ACCOUNT=	variadico
Lines 25-31 Link Here
25
24
26
do-install:
25
do-install:
27
	${INSTALL_PROGRAM} ${WRKDIR}/bin/noti ${STAGEDIR}${PREFIX}/bin
26
	${INSTALL_PROGRAM} ${WRKDIR}/bin/noti ${STAGEDIR}${PREFIX}/bin
28
	${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/docs/man/noti.1 ${STAGEDIR}${PREFIX}/man/man1/noti.1
27
	${INSTALL_MAN} ${WRKSRC}/docs/man/noti.1 ${STAGEDIR}${MANPREFIX}/man/man1/noti.1
29
	${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/docs/man/noti.yaml.5 ${STAGEDIR}${PREFIX}/man/man5/noti.yaml.5
28
	${INSTALL_MAN} ${WRKSRC}/docs/man/noti.yaml.5 ${STAGEDIR}${MANPREFIX}/man/man5/noti.yaml.5
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)deskutils/noti/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1522564146
1
TIMESTAMP = 1561539750
2
SHA256 (variadico-noti-3.1.0_GH0.tar.gz) = 3210059aefb9dbbefc67948518509eb2800209fe61bceb158360931dc8d2bd32
2
SHA256 (variadico-noti-3.2.0_GH0.tar.gz) = 76766deecbd5ed37a9e1af0aa1d79f81e2ed2f2272394f0e980e1cc4036535a8
3
SIZE (variadico-noti-3.1.0_GH0.tar.gz) = 4508954
3
SIZE (variadico-noti-3.2.0_GH0.tar.gz) = 27183677

Return to bug 238842