diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
commit | e3691e1ff29866f244016d7915f143710367a946 (patch) | |
tree | e627a638f10e8eb4f65a201079f6391431c359a8 /databases/p5-App-Sqitch | |
parent | 9c2b259aee0e099eb7dbde08430e9cf2a09258a5 (diff) | |
download | pkgsrc-e3691e1ff29866f244016d7915f143710367a946.tar.gz |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Diffstat (limited to 'databases/p5-App-Sqitch')
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile index b018f2a9353..a9ccc7e5c25 100644 --- a/databases/p5-App-Sqitch/Makefile +++ b/databases/p5-App-Sqitch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:07 wiz Exp $ DISTNAME= App-Sqitch-0.997 PKGNAME= p5-${DISTNAME} @@ -18,11 +18,11 @@ DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-Devel-StackTrace>=1.30:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA -DEPENDS+= {perl>=5.7.3,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+= {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+= {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-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge DEPENDS+= p5-IO-Pager-[0-9]*:../../devel/p5-IO-Pager DEPENDS+= p5-IPC-System-Simple>=1.17:../../devel/p5-IPC-System-Simple @@ -44,8 +44,8 @@ DEPENDS+= p5-Type-Tiny-XS>=0.010:../../devel/p5-Type-Tiny-XS DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-URI-db>=0.15:../../www/p5-URI-db DEPENDS+= p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent -DEPENDS+= {perl>=5.9.3,p5-Pod-Simple>=1.41}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#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 |