Received: by mail.netbsd.org (Postfix, from userid 605) id B1DB984D24; Thu, 27 Sep 2018 21:06:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEE3A84CCC for ; Thu, 27 Sep 2018 21:06:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HJ1zqll5Hh1e for ; Thu, 27 Sep 2018 21:06:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E24D184C85 for ; Thu, 27 Sep 2018 21:06:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1CAEFBEE; Thu, 27 Sep 2018 21:06:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153808236647150" MIME-Version: 1.0 Date: Thu, 27 Sep 2018 21:06:06 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/textproc/go-glob To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180927210606.D1CAEFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153808236647150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Thu Sep 27 21:06:06 UTC 2018 Modified Files: pkgsrc/textproc/go-glob: Makefile Log Message: go-glob: REPLACE_INTERPRETER+=bash To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/go-glob/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153808236647150 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/go-glob/Makefile diff -u pkgsrc/textproc/go-glob/Makefile:1.1 pkgsrc/textproc/go-glob/Makefile:1.2 --- pkgsrc/textproc/go-glob/Makefile:1.1 Tue Jun 12 23:50:02 2018 +++ pkgsrc/textproc/go-glob/Makefile Thu Sep 27 21:06:06 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/06/12 23:50:02 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2018/09/27 21:06:06 tnn Exp $ DISTNAME= glob-0.2.3 PKGNAME= go-${DISTNAME} @@ -15,5 +15,10 @@ LICENSE= mit GO_DIST_BASE= ${DISTNAME} GO_SRCPATH= ${HOMEPAGE:S,https://,,} +REPLACE_INTERPRETER+= bash +REPLACE.bash.old= .*/bin/bash +REPLACE.bash.new= ${SH} +REPLACE_FILES.bash= bench.sh + .include "../../lang/go/go-package.mk" .include "../../mk/bsd.pkg.mk" --_----------=_153808236647150--