Received: by mail.netbsd.org (Postfix, from userid 605) id B13F784D7B; Sat, 16 May 2020 11:40:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A33484D6D for ; Sat, 16 May 2020 11:40:22 +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 26ktZQFK3ER5 for ; Sat, 16 May 2020 11:40:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9550884CCD for ; Sat, 16 May 2020 11:40:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9358DFB27; Sat, 16 May 2020 11:40:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589629221282340" MIME-Version: 1.0 Date: Sat, 16 May 2020 11:40:21 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/bugzilla3 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516114021.9358DFB27@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. --_----------=_1589629221282340 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:40:21 UTC 2020 Modified Files: pkgsrc/devel/bugzilla3: Makefile Log Message: devel/bugzilla3: remove no-op file from SUBST_FILES To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/bugzilla3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589629221282340 Content-Disposition: inline Content-Length: 784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/bugzilla3/Makefile diff -u pkgsrc/devel/bugzilla3/Makefile:1.30 pkgsrc/devel/bugzilla3/Makefile:1.31 --- pkgsrc/devel/bugzilla3/Makefile:1.30 Sun Aug 11 13:18:39 2019 +++ pkgsrc/devel/bugzilla3/Makefile Sat May 16 11:40:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/08/11 13:18:39 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2020/05/16 11:40:21 rillig Exp $ DISTNAME= bugzilla-3.6.8 PKGREVISION= 2 @@ -48,7 +48,7 @@ REPLACE_PERL+= *.pl *.cgi SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-install SUBST_MESSAGE.conf= Fixing configuration files. -SUBST_FILES.conf= bugzilla.conf localconfig Bugzilla/BugMail.pm +SUBST_FILES.conf= bugzilla.conf localconfig SUBST_VARS.conf= BZ_WEB_GROUP SUBST_VARS.conf+= PREFIX SUBST_VARS.conf+= BZDIR --_----------=_1589629221282340--