Received: by mail.netbsd.org (Postfix, from userid 605) id F17A484D72; Tue, 8 Sep 2020 11:45:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7970984D66 for ; Tue, 8 Sep 2020 11:45:24 +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 qTHF5SJZEOIK for ; Tue, 8 Sep 2020 11:45:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF52684D23 for ; Tue, 8 Sep 2020 11:45:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6CC1FB28; Tue, 8 Sep 2020 11:45:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159956552324820" MIME-Version: 1.0 Date: Tue, 8 Sep 2020 11:45:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-MetaCPAN-Client To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200908114523.C6CC1FB28@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. --_----------=_159956552324820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 8 11:45:23 UTC 2020 Modified Files: pkgsrc/devel/p5-MetaCPAN-Client: Makefile Log Message: p5-MetaCPAN-Client: fix perl interpreter in fav.pl. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-MetaCPAN-Client/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159956552324820 Content-Disposition: inline Content-Length: 841 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MetaCPAN-Client/Makefile diff -u pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.24 pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.25 --- pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.24 Mon Sep 7 07:05:04 2020 +++ pkgsrc/devel/p5-MetaCPAN-Client/Makefile Tue Sep 8 11:45:23 2020 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2020/09/07 07:05:04 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2020/09/08 11:45:23 wiz Exp $ DISTNAME= MetaCPAN-Client-2.028000 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MICKEY/ @@ -33,6 +34,7 @@ TEST_DEPENDS+= p5-Ref-Util-[0-9]*:../../ PERL5_PACKLIST= auto/MetaCPAN/Client/.packlist USE_LANGUAGES= # none +REPLACE_PERL+= fav.pl .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_159956552324820--