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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/p5-Archive-Any/Makefile | 4 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Any/Makefile b/archivers/p5-Archive-Any/Makefile index 40e42b1a9ed..5e6decfcc96 100644 --- a/archivers/p5-Archive-Any/Makefile +++ b/archivers/p5-Archive-Any/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:06 wiz Exp $ DISTNAME= Archive-Any-0.0942 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Any/ COMMENT= Perl5 module with single interface to deal with archives LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=0.22}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=0.22}:../../archivers/p5-Archive-Tar DEPENDS+= p5-Archive-Tar>=0:../../archivers/p5-Archive-Tar DEPENDS+= p5-Archive-Zip>=0:../../archivers/p5-Archive-Zip DEPENDS+= p5-File-MMagic>=0:../../misc/p5-File-MMagic diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 8ee9fc6e30c..bd9de25b7ec 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2015/06/12 10:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2015/07/12 18:56:06 wiz Exp $ DISTNAME= Archive-Tar-2.04 PKGNAME= p5-${DISTNAME} @@ -11,9 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/ COMMENT= Perl5 module interface to manipulate tar files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-IO-Zlib>=1.01}:../../devel/p5-IO-Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Zlib>=1.01}:../../devel/p5-IO-Zlib # IO::Compress::{Base,Gzip,Bzip2} are included since perl-5.10.1 -DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress +#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 54fcca1356d..c000597d917 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/06/12 10:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2015/07/12 18:56:06 wiz Exp $ DISTNAME= Archive-Zip-1.46 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/ COMMENT= Perl5 module interface to manipulate zip files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017 +#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Archive/Zip/.packlist |