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 22D387A217 for ; Wed, 14 Sep 2016 21:09:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C57C885EA3; Wed, 14 Sep 2016 21:08:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5772485E74 for ; Wed, 14 Sep 2016 21:08:59 +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 b63ZZkHY0yPj for ; Wed, 14 Sep 2016 21:08:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B89F885E27 for ; Wed, 14 Sep 2016 21:08:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B356BFBD1; Wed, 14 Sep 2016 21:08:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473887338105150" MIME-Version: 1.0 Date: Wed, 14 Sep 2016 21:08:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/go-protobuf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160914210858.B356BFBD1@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. --_----------=_1473887338105150 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: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. --_----------=_1473887338105150 Content-Disposition: inline Content-Length: 795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1473887338105150--