pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-pflag



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

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

Log Message:
Fix interpreters


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/go-pflag/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-pflag/Makefile
diff -u pkgsrc/devel/go-pflag/Makefile:1.3 pkgsrc/devel/go-pflag/Makefile:1.4
--- pkgsrc/devel/go-pflag/Makefile:1.3  Fri Aug 25 17:03:27 2017
+++ pkgsrc/devel/go-pflag/Makefile      Sun Sep 10 11:04:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/08/25 17:03:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/10 11:04:44 gavan Exp $
 
 DISTNAME=      pflag-1.0.0
 PKGNAME=       go-${DISTNAME}
@@ -15,5 +15,10 @@ LICENSE=     modified-bsd
 GO_DIST_BASE=  ${DISTNAME}
 GO_SRCPATH=    github.com/spf13/pflag
 
+REPLACE_BASH+= verify/all.sh
+REPLACE_BASH+= verify/gofmt.sh
+REPLACE_BASH+= verify/golint.sh
+USE_TOOLS+=    bash:run
+
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index