Received: by mail.netbsd.org (Postfix, from userid 605) id 626E184F19; Fri, 26 Jun 2020 21:08:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D568584DCE for ; Fri, 26 Jun 2020 21:08:11 +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 L4f4P-fYH4wM for ; Fri, 26 Jun 2020 21:08:11 +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 5B4F284D7A for ; Fri, 26 Jun 2020 21:08:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 554F4FB28; Fri, 26 Jun 2020 21:08:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593205691214500" MIME-Version: 1.0 Date: Fri, 26 Jun 2020 21:08:11 +0000 From: "Juraj Lutter" Subject: CVS commit: pkgsrc/devel/svn-bisect To: pkgsrc-changes@NetBSD.org Reply-To: otis@netbsd.org X-Mailer: log_accum Message-Id: <20200626210811.554F4FB28@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. --_----------=_1593205691214500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: otis Date: Fri Jun 26 21:08:11 UTC 2020 Modified Files: pkgsrc/devel/svn-bisect: PLIST Log Message: svn-bisect: Do not install perllocal.pod Do not install perllocal.pod to avoid file conflict. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/svn-bisect/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593205691214500 Content-Disposition: inline Content-Length: 606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/svn-bisect/PLIST diff -u pkgsrc/devel/svn-bisect/PLIST:1.1 pkgsrc/devel/svn-bisect/PLIST:1.2 --- pkgsrc/devel/svn-bisect/PLIST:1.1 Mon Nov 28 19:08:07 2016 +++ pkgsrc/devel/svn-bisect/PLIST Fri Jun 26 21:08:11 2020 @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2016/11/28 19:08:07 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/06/26 21:08:11 otis Exp $ bin/svn-bisect -${PERL5_SUB_INSTALLARCHLIB}/perllocal.pod ${PERL5_SUB_INSTALLVENDORLIB}/App/SVN/Bisect.pm ${PERL5_SUB_INSTALLVENDORARCH}/auto/App/SVN/Bisect/.packlist ${PERL5_SUB_INSTALLVENDORBIN}/svn-bisect --_----------=_1593205691214500--