pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-gls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 28 11:47:48 UTC 2016

Modified Files:
        pkgsrc/devel/go-gls: Makefile

Log Message:
Set GITHUB_PROJECT to fix fetch phase.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/go-gls/Makefile

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

Modified files:

Index: pkgsrc/devel/go-gls/Makefile
diff -u pkgsrc/devel/go-gls/Makefile:1.1 pkgsrc/devel/go-gls/Makefile:1.2
--- pkgsrc/devel/go-gls/Makefile:1.1    Sun Aug 21 09:14:25 2016
+++ pkgsrc/devel/go-gls/Makefile        Sun Aug 28 11:47:48 2016
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2016/08/21 09:14:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/28 11:47:48 wiz Exp $
 
 GITHUB_TAG=    v4.2.0
 DISTNAME=      gls-${GITHUB_TAG:S/v//}
 PKGNAME=       go-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jtolds/}
+GITHUB_PROJECT=        gls
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jtolds/gls



Home | Main Index | Thread Index | Old Index