pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/go-toml-burntsushi



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Aug 25 16:06:20 UTC 2017

Modified Files:
        pkgsrc/www/go-toml-burntsushi: Makefile

Log Message:
Fix GITHUB_PROJECT so the distfile can be downloaded.


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

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

Modified files:

Index: pkgsrc/www/go-toml-burntsushi/Makefile
diff -u pkgsrc/www/go-toml-burntsushi/Makefile:1.1 pkgsrc/www/go-toml-burntsushi/Makefile:1.2
--- pkgsrc/www/go-toml-burntsushi/Makefile:1.1  Thu Aug 17 01:49:40 2017
+++ pkgsrc/www/go-toml-burntsushi/Makefile      Fri Aug 25 16:06:20 2017
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2017/08/17 01:49:40 gavan Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/25 16:06:20 jperkin Exp $
 
 DISTNAME=      toml-0.2.0
 PKGNAME=       go-${DISTNAME:S/toml/toml-burntsushi/}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=BurntSushi/}
 CATEGORIES=    www
+GITHUB_PROJECT=        toml
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/BurntSushi/toml



Home | Main Index | Thread Index | Old Index