pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-MetaCPAN-Client



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.

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"



Home | Main Index | Thread Index | Old Index