diff options
author | obache <obache> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-09 14:17:41 +0000 |
commit | 6d099479482056adfc66dbb08690849831ffacb6 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /databases/p5-App-Sqitch | |
parent | c236e9247714297ef27d153abd4fbb9bf49978af (diff) | |
download | pkgsrc-6d099479482056adfc66dbb08690849831ffacb6.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 'databases/p5-App-Sqitch')
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile index 511391e4ec9..fabde71ab52 100644 --- a/databases/p5-App-Sqitch/Makefile +++ b/databases/p5-App-Sqitch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2013/11/24 10:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/12/09 14:17:41 obache Exp $ DISTNAME= App-Sqitch-0.961 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -15,11 +15,11 @@ DEPENDS+= p5-Config-GitLike>=1.09:../../devel/p5-Config-GitLike DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode +DEPENDS+= {perl>=5.7.3,p5-Encode-[0-9]*}:../../textproc/p5-Encode DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir -DEPENDS+= p5-File-Path-[0-9]*:../../devel/p5-File-Path -DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp -#DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long +DEPENDS+= {perl>=5.001,p5-File-Path-[0-9]*}:../../devel/p5-File-Path +DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long DEPENDS+= p5-Git-Wrapper-[0-9]*:../../devel/p5-Git-Wrapper DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge DEPENDS+= p5-IO-Pager-[0-9]*:../../devel/p5-IO-Pager @@ -39,11 +39,11 @@ DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny DEPENDS+= p5-Throwable-[0-9]*:../../devel/p5-Throwable DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -DEPENDS+= p5-constant-[0-9]*:../../devel/p5-constant +DEPENDS+= {perl>=5.004,p5-constant-[0-9]*}:../../devel/p5-constant DEPENDS+= p5-namespace-autoclean>=0.11:../../devel/p5-namespace-autoclean -DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent +DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent DEPENDS+= p5-Devel-StackTrace>=1.30:../../devel/p5-Devel-StackTrace -DEPENDS+= p5-Pod-Simple>=1.41:../../textproc/p5-Pod-Simple +DEPENDS+= {perl>=5.9.3,p5-Pod-Simple>=1.41}:../../textproc/p5-Pod-Simple # XXX TEST_TARGET BUILD_DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny |