pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-protobuf Fix hardcoded /bin/bash. Bump PKGREV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08b5e6457037
branches:  trunk
changeset: 352447:08b5e6457037
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 14 21:08:58 2016 +0000

description:
Fix hardcoded /bin/bash. Bump PKGREVISION.

diffstat:

 devel/go-protobuf/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3207bd87332a -r 08b5e6457037 devel/go-protobuf/Makefile
--- a/devel/go-protobuf/Makefile        Wed Sep 14 20:53:56 2016 +0000
+++ b/devel/go-protobuf/Makefile        Wed Sep 14 21:08:58 2016 +0000
@@ -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 @@
 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