diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /time | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Data-ICal/Makefile | 7 | ||||
-rw-r--r-- | time/p5-Net-Google-Calendar/Makefile | 4 | ||||
-rw-r--r-- | time/p5-Time-TAI64/Makefile | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile index ee570ed3e42..b837a7c454b 100644 --- a/time/p5-Data-ICal/Makefile +++ b/time/p5-Data-ICal/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2013/08/30 15:30:18 wen Exp $ +# $NetBSD: Makefile,v 1.15 2013/12/09 14:17:54 obache Exp $ DISTNAME= Data-ICal-0.21 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} @@ -12,10 +13,10 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData -BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn diff --git a/time/p5-Net-Google-Calendar/Makefile b/time/p5-Net-Google-Calendar/Makefile index 2f9c81b14b4..201d08f4483 100644 --- a/time/p5-Net-Google-Calendar/Makefile +++ b/time/p5-Net-Google-Calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:27 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:54 obache Exp $ DISTNAME= Net-Google-Calendar-1.01 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-XML-Atom-[0-9]*:../../textproc/p5-XML-Atom DEPENDS+= p5-Net-Google-AuthSub-[0-9]*:../../net/p5-Net-Google-AuthSub -BUILD_DEPENDS+= p5-Module-Build>=0.40000:../../devel/p5-Module-Build +BUILD_DEPENDS+= {perl>=5.17.1,p5-Module-Build>=0.40000}:../../devel/p5-Module-Build PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Net/Google/Calendar/.packlist diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile index 28fb8ec0063..c56115fe9b4 100644 --- a/time/p5-Time-TAI64/Makefile +++ b/time/p5-Time-TAI64/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:54 obache Exp $ DISTNAME= Time-TAI64-2.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= p5tt6 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} @@ -11,8 +11,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/ COMMENT= Convert TAI64 strings into standard unix timestamps -BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple -DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Time/TAI64/.packlist |