deskutils/noti: Update to 3.2.0
* Switch to GO modules-aware build mode as the port uses various modules. Changelog: Added: * Support for Mattermost. * Support for Slack App URL. * Support for pollPID for BSD and Windows. Removed: * Installation by go get, can revisit in Go 1.14. Fixed: * Incorrect deprecation mapping. https://github.com/variadico/noti/releases/tag/3.2.0 PR: 238842 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer) Reviewed by: danfe
This commit is contained in:
parent
e13712ddef
commit
fcc278aeea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506654
@ -1,8 +1,7 @@
|
||||
# Created by: Hiroki Tagato <tagattie@yandex.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= noti
|
||||
DISTVERSION= 3.1.0
|
||||
DISTVERSION= 3.2.0
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= tagattie@yandex.com
|
||||
@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= notify-send:devel/libnotify
|
||||
|
||||
USES= go
|
||||
USES= go:modules
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= variadico
|
||||
@ -25,7 +24,7 @@ PLIST_FILES= bin/noti man/man1/noti.1.gz man/man5/noti.yaml.5.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/bin/noti ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/docs/man/noti.1 ${STAGEDIR}${PREFIX}/man/man1/noti.1
|
||||
${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/docs/man/noti.yaml.5 ${STAGEDIR}${PREFIX}/man/man5/noti.yaml.5
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/man/noti.1 ${STAGEDIR}${MANPREFIX}/man/man1/noti.1
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/man/noti.yaml.5 ${STAGEDIR}${MANPREFIX}/man/man5/noti.yaml.5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1522564146
|
||||
SHA256 (variadico-noti-3.1.0_GH0.tar.gz) = 3210059aefb9dbbefc67948518509eb2800209fe61bceb158360931dc8d2bd32
|
||||
SIZE (variadico-noti-3.1.0_GH0.tar.gz) = 4508954
|
||||
TIMESTAMP = 1561539750
|
||||
SHA256 (variadico-noti-3.2.0_GH0.tar.gz) = 76766deecbd5ed37a9e1af0aa1d79f81e2ed2f2272394f0e980e1cc4036535a8
|
||||
SIZE (variadico-noti-3.2.0_GH0.tar.gz) = 27183677
|
||||
|
Loading…
Reference in New Issue
Block a user