pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/jo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug  2 23:35:46 UTC 2016

Modified Files:
        pkgsrc/textproc/jo: Makefile

Log Message:
Use github framework properly so PR 51386 can be avoided in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/jo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/jo/Makefile
diff -u pkgsrc/textproc/jo/Makefile:1.1 pkgsrc/textproc/jo/Makefile:1.2
--- pkgsrc/textproc/jo/Makefile:1.1     Tue Jul 26 17:29:22 2016
+++ pkgsrc/textproc/jo/Makefile Tue Aug  2 23:35:46 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2016/07/26 17:29:22 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/02 23:35:46 wiz Exp $
 
 DISTNAME=      jo-1.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jpmens/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_RELEASE=        ${DISTNAME}
 
 MAINTAINER=    fred%statdns.com@localhost
 HOMEPAGE=      https://github.com/jpmens/jo



Home | Main Index | Thread Index | Old Index