svn commit: r506654 - head/deskutils/noti

Kai Knoblich kai at FreeBSD.org
Mon Jul 15 10:11:38 UTC 2019


Author: kai
Date: Mon Jul 15 10:11:37 2019
New Revision: 506654
URL: https://svnweb.freebsd.org/changeset/ports/506654

Log:
  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 at yandex.com> (maintainer)
  Reviewed by:	danfe

Modified:
  head/deskutils/noti/Makefile
  head/deskutils/noti/distinfo

Modified: head/deskutils/noti/Makefile
==============================================================================
--- head/deskutils/noti/Makefile	Mon Jul 15 10:03:58 2019	(r506653)
+++ head/deskutils/noti/Makefile	Mon Jul 15 10:11:37 2019	(r506654)
@@ -1,8 +1,7 @@
-# Created by: Hiroki Tagato <tagattie at yandex.com>
 # $FreeBSD$
 
 PORTNAME=	noti
-DISTVERSION=	3.1.0
+DISTVERSION=	3.2.0
 CATEGORIES=	deskutils
 
 MAINTAINER=	tagattie at 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
 
 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>

Modified: head/deskutils/noti/distinfo
==============================================================================
--- head/deskutils/noti/distinfo	Mon Jul 15 10:03:58 2019	(r506653)
+++ head/deskutils/noti/distinfo	Mon Jul 15 10:11:37 2019	(r506654)
@@ -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


More information about the svn-ports-all mailing list