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:   fhajny
Date:           Fri Jan 27 11:33:11 UTC 2017

Modified Files:
        pkgsrc/textproc/jo: Makefile

Log Message:
This is the proper GITHUB_RELEASE, fixes fetching. No change to distfile hash.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/textproc/jo/Makefile:1.5
--- pkgsrc/textproc/jo/Makefile:1.4     Wed Jan  4 12:44:59 2017
+++ pkgsrc/textproc/jo/Makefile Fri Jan 27 11:33:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/01/04 12:44:59 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/27 11:33:11 fhajny Exp $
 
 DISTNAME=      jo-1.0
 CATEGORIES=    textproc
@@ -9,7 +9,7 @@ HOMEPAGE=       https://github.com/jpmens/jo
 COMMENT=       JSON output from a shell
 LICENSE=       gnu-gpl-v2
 
-GITHUB_RELEASE=        ${DISTNAME}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 GNU_CONFIGURE= yes
 



Home | Main Index | Thread Index | Old Index