pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-App-cpanoutdated



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Jun  5 00:34:16 UTC 2019

Modified Files:
        pkgsrc/devel/p5-App-cpanoutdated: Makefile

Log Message:
p5-App-cpanoutdated: add dependency on p5-CPAN-DistnameInfo

Addresses PR pkg/54271, report and fix provided by sd4dfg2%hotmail.com@localhost.
XXX A newer version of this package with a slightly different name can
be found on CPAN. We may want to update accordingly, but I'm just
applying this fix for now.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-App-cpanoutdated/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-App-cpanoutdated/Makefile
diff -u pkgsrc/devel/p5-App-cpanoutdated/Makefile:1.17 pkgsrc/devel/p5-App-cpanoutdated/Makefile:1.18
--- pkgsrc/devel/p5-App-cpanoutdated/Makefile:1.17      Wed Aug 22 09:43:36 2018
+++ pkgsrc/devel/p5-App-cpanoutdated/Makefile   Wed Jun  5 00:34:16 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:43:36 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/05 00:34:16 gutteridge Exp $
 
 DISTNAME=      App-cpanoutdated-0.24
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
 
@@ -15,6 +15,7 @@ USE_LANGUAGES=        # empty
 PERL5_PACKLIST=        auto/App/cpanoutdated/.packlist
 
 #DEPENDS+=     {perl>=5.12,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker
+DEPENDS+=      p5-CPAN-DistnameInfo-[0-9]*:../../devel/p5-CPAN-DistnameInfo
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-local-lib-[0-9]*:../../devel/p5-local-lib
 



Home | Main Index | Thread Index | Old Index