pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   gavan
Date:           Sun Sep 10 11:06:10 UTC 2017

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

Log Message:
Fix interpreters


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/go-toml-pelletier/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-pelletier/Makefile
diff -u pkgsrc/www/go-toml-pelletier/Makefile:1.4 pkgsrc/www/go-toml-pelletier/Makefile:1.5
--- pkgsrc/www/go-toml-pelletier/Makefile:1.4   Fri Aug 25 17:03:28 2017
+++ pkgsrc/www/go-toml-pelletier/Makefile       Sun Sep 10 11:06:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/08/25 17:03:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/10 11:06:10 gavan Exp $
 
 DISTNAME=      go-toml-1.0.0
 PKGNAME=       ${DISTNAME:S/toml/toml-pelletier/}
@@ -15,6 +15,9 @@ LICENSE=      mit
 GO_DIST_BASE=  ${DISTNAME}
 GO_SRCPATH=    github.com/pelletier/go-toml
 
+REPLACE_BASH+= test.sh
+USE_TOOLS+=    bash:run
+
 .include "../../devel/go-buffruneio/buildlink3.mk"
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index