pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-protobuf
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 9 18:57:39 UTC 2020
Modified Files:
pkgsrc/devel/go-protobuf: Makefile
Log Message:
devel/go-protobuf: fix shell portability
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/go-protobuf/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-protobuf/Makefile
diff -u pkgsrc/devel/go-protobuf/Makefile:1.31 pkgsrc/devel/go-protobuf/Makefile:1.32
--- pkgsrc/devel/go-protobuf/Makefile:1.31 Sun Apr 12 11:01:37 2020
+++ pkgsrc/devel/go-protobuf/Makefile Sat May 9 18:57:39 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2020/04/12 11:01:37 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/09 18:57:39 rillig Exp $
DISTNAME= go-protobuf-1.3.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= protobuf
@@ -18,7 +18,8 @@ GO_SRCPATH= github.com/golang/protobuf
GO_BUILD_PATTERN+= ${GO_SRCPATH}/${godir}/...
.endfor
-REPLACE_SH+= regenerate.sh
+USE_TOOLS+= bash:run
+REPLACE_BASH+= regenerate.sh
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index