Received: by mail.netbsd.org (Postfix, from userid 605) id 474C184D7B; Sat, 16 May 2020 11:31:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C48D884D6D for ; Sat, 16 May 2020 11:31:35 +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 3OtKOkXIX7Cs for ; Sat, 16 May 2020 11:31:35 +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 24CC584D20 for ; Sat, 16 May 2020 11:31:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18AD4FB27; Sat, 16 May 2020 11:31:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589628695212280" MIME-Version: 1.0 Date: Sat, 16 May 2020 11:31:35 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/bugzilla To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516113135.18AD4FB27@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. --_----------=_1589628695212280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 16 11:31:35 UTC 2020 Modified Files: pkgsrc/devel/bugzilla: Makefile Log Message: devel/bugzilla: allow no-op SUBST block for path to diff To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/bugzilla/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589628695212280 Content-Disposition: inline Content-Length: 1006 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/bugzilla/Makefile diff -u pkgsrc/devel/bugzilla/Makefile:1.53 pkgsrc/devel/bugzilla/Makefile:1.54 --- pkgsrc/devel/bugzilla/Makefile:1.53 Mon Nov 11 21:53:06 2019 +++ pkgsrc/devel/bugzilla/Makefile Sat May 16 11:31:34 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2019/11/11 21:53:06 maya Exp $ +# $NetBSD: Makefile,v 1.54 2020/05/16 11:31:34 rillig Exp $ DISTNAME= bugzilla-5.0.3 PKGREVISION= 4 @@ -104,9 +104,10 @@ SUBST_SED.conf+= -e "s|/usr/lib/sendmail SUBST_CLASSES+= diff SUBST_STAGE.diff= post-configure -SUBST_MESSAGE.diff= Fixing diff path used for Patch Viewer (Ignore depending on OS) +SUBST_MESSAGE.diff= Fixing diff path used for Patch Viewer SUBST_FILES.diff= localconfig SUBST_SED.diff= -e "s|\$$diffpath = .*|\$$diffpath = \'${DIFF:C,/[^/]+$,,}\';|" +SUBST_NOOP_OK.diff= yes INSTALLATION_DIRS+= ${DOCDIR} ${DOCDIR}/en ${EGDIR} ${BZDIR} ${BZDIR}/Bugzilla INSTALLATION_DIRS+= ${BZDIR}/js ${BZDIR}/lib ${BZDIR}/template ${BZDIR}/skins --_----------=_1589628695212280--