Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 25EAB7A217 for ; Wed, 14 Sep 2016 21:55:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C98C985EC9; Wed, 14 Sep 2016 21:55:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5487985EB9 for ; Wed, 14 Sep 2016 21:55:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fnej2IK5a7WK for ; Wed, 14 Sep 2016 21:55:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ADC0684C86 for ; Wed, 14 Sep 2016 21:55:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8E4CFBD1; Wed, 14 Sep 2016 21:55:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473890149214330" MIME-Version: 1.0 Date: Wed, 14 Sep 2016 21:55:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/go-genproto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160914215549.A8E4CFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473890149214330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1473890149214330 Content-Disposition: inline Content-Length: 896 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1473890149214330--