Hi,
Switch checkrestart to binary tarball release.
Thanks.
--
Sebastien Marie
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/checkrestart/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 6 Oct 2016 16:32:30 -0000 1.1.1.1
+++ Makefile 27 Feb 2018 13:47:42 -0000
@@ -3,9 +3,9 @@
COMMENT = help to find programs that need restarting after upgrade
-GH_ACCOUNT = semarie
-GH_PROJECT = checkrestart
-GH_TAGNAME = 1.0
+V = 1.0
+DISTNAME = checkrestart-${V}
+REVISION = 0
CATEGORIES = sysutils
HOMEPAGE = https://github.com/semarie/checkrestart
@@ -14,6 +14,8 @@ MAINTAINER = Sebastien Marie <semarie@on
# BSD
PERMIT_PACKAGE_CDROM = Yes
+
+MASTER_SITES = https://github.com/semarie/checkrestart/releases/download/${V}/
# use pledge()
WANTLIB = c kvm>=16.2
No comments:
Post a Comment