pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-String-Print



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 17 09:35:20 UTC 2017

Modified Files:
        pkgsrc/devel/p5-String-Print: Makefile

Log Message:
p5-String-Print: Add missing dependencies.

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-String-Print/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-String-Print/Makefile
diff -u pkgsrc/devel/p5-String-Print/Makefile:1.8 pkgsrc/devel/p5-String-Print/Makefile:1.9
--- pkgsrc/devel/p5-String-Print/Makefile:1.8   Sun Jul  9 14:47:12 2017
+++ pkgsrc/devel/p5-String-Print/Makefile       Tue Oct 17 09:35:20 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2017/07/09 14:47:12 wen Exp $
-#
+# $NetBSD: Makefile,v 1.9 2017/10/17 09:35:20 wiz Exp $
 
 DISTNAME=              String-Print-0.92
 PKGNAME=               p5-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=String/}
 
@@ -11,7 +11,9 @@ HOMEPAGE=             http://search.cpan.org/dist/S
 COMMENT=               Perl 5 module providing a printf alternative
 LICENSE=               ${PERL5_LICENSE}
 
-DEPENDS+=              p5-Unicode-LineBreak>=0:../../textproc/p5-Unicode-LineBreak
+DEPENDS+=              p5-Unicode-LineBreak-[0-9]*:../../textproc/p5-Unicode-LineBreak
+DEPENDS+=              p5-TimeDate-[0-9]*:../../time/p5-TimeDate
+DEPENDS+=              p5-libwww-[0-9]*:../../www/p5-libwww
 
 PERL5_PACKLIST=                auto/String/Print/.packlist
 



Home | Main Index | Thread Index | Old Index