Hi,
Update from maintainer. Most importantly, deterministic release tarballs
are now provided; the complete changelog can be found here[1].

Comments? OK?

[1] https://github.com/mptre/yank/releases/tag/v1.0.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/yank/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    6 Jun 2017 08:15:50 -0000       1.3
+++ Makefile    9 Sep 2018 07:50:26 -0000
@@ -2,16 +2,17 @@
 
 COMMENT =      yank terminal output to clipboard
 
-GH_ACCOUNT =   mptre
-GH_PROJECT =   yank
-GH_TAGNAME =   v0.8.3
-
+V =            1.0.0
+DISTNAME =     yank-${V}
 CATEGORIES =   sysutils
 
+HOMEPAGE =     https://github.com/mptre/yank
 MAINTAINER =   Anton Lindqvist <an...@openbsd.org>
 
 # MIT
 PERMIT_PACKAGE_CDROM = Yes
+
+MASTER_SITES = https://github.com/mptre/yank/releases/download/v${V}/
 
 # uses pledge()
 WANTLIB +=     c
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/yank/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    6 Jun 2017 08:15:50 -0000       1.2
+++ distinfo    9 Sep 2018 07:50:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (yank-0.8.3.tar.gz) = OaPM9tKwy4A7bRM8R3AwI2Zg71NJx/BVa1pmRMx1iLA=
-SIZE (yank-0.8.3.tar.gz) = 7997
+SHA256 (yank-1.0.0.tar.gz) = ILobAadRTy9nBwLoOEb0JCni6QSR3B9nnIMZpFoDgt4=
+SIZE (yank-1.0.0.tar.gz) = 8364

Reply via email to