pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/go-genproto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 14 21:55:49 UTC 2016

Modified Files:
        pkgsrc/misc/go-genproto: Makefile

Log Message:
Replace /bin/bash in installed file.
Extract using bsdtar so it works fine on NetBSD.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/go-genproto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/go-genproto/Makefile
diff -u pkgsrc/misc/go-genproto/Makefile:1.1 pkgsrc/misc/go-genproto/Makefile:1.2
--- pkgsrc/misc/go-genproto/Makefile:1.1        Tue Sep 13 20:42:12 2016
+++ pkgsrc/misc/go-genproto/Makefile    Wed Sep 14 21:55:49 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/09/13 20:42:12 bsiegert Exp $
-#
+# $NetBSD: Makefile,v 1.2 2016/09/14 21:55:49 wiz Exp $
 
 DISTNAME=              go-genproto-20160816
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=google/}
 GITHUB_PROJECT=                go-genproto
@@ -14,6 +14,11 @@ LICENSE=             apache-2.0
 GO_SRCPATH=            google.golang.org/genproto
 GO_DIST_BASE=          ${GITHUB_PROJECT}-${GITHUB_TAG}*
 
+REPLACE_SH+=           regen.sh
+
+EXTRACT_USING=         bsdtar
+USE_TOOLS+=            bsdtar
+
 .include "../../devel/go-protobuf/buildlink3.mk"
 .include "../../net/go-grpc/buildlink3.mk"
 .include "../../net/go-net/buildlink3.mk"



Home | Main Index | Thread Index | Old Index