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: wiz
Date: Wed Sep 14 21:08:58 UTC 2016
Modified Files:
pkgsrc/devel/go-protobuf: Makefile
Log Message:
Fix hardcoded /bin/bash. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/go-protobuf/Makefile:1.2
--- pkgsrc/devel/go-protobuf/Makefile:1.1 Sun Sep 11 08:02:30 2016
+++ pkgsrc/devel/go-protobuf/Makefile Wed Sep 14 21:08:58 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/09/11 08:02:30 bsiegert Exp $
-#
+# $NetBSD: Makefile,v 1.2 2016/09/14 21:08:58 wiz Exp $
DISTNAME= go-protobuf-20160829
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= protobuf
@@ -14,5 +14,7 @@ LICENSE= modified-bsd
GO_SRCPATH= github.com/golang/protobuf
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
+REPLACE_SH+= ptypes/regen.sh
+
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index