pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-String-Print p5-String-Print: Add missing dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4df522f0e48
branches:  trunk
changeset: 370428:d4df522f0e48
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 17 09:35:20 2017 +0000

description:
p5-String-Print: Add missing dependencies.

Bump PKGREVISION

diffstat:

 devel/p5-String-Print/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 1c988ae24182 -r d4df522f0e48 devel/p5-String-Print/Makefile
--- a/devel/p5-String-Print/Makefile    Tue Oct 17 09:30:42 2017 +0000
+++ b/devel/p5-String-Print/Makefile    Tue Oct 17 09:35:20 2017 +0000
@@ -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 @@
 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