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 | |
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
405 files changed, 1003 insertions, 1017 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 diff --git a/audio/mserv-irman/Makefile b/audio/mserv-irman/Makefile index 10412a04f37..85391831512 100644 --- a/audio/mserv-irman/Makefile +++ b/audio/mserv-irman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:06 wiz Exp $ # DISTNAME= mserv-irman-0.21 @@ -16,7 +16,7 @@ SUPERSEDES= mserv_irman-[0-9]* DEPENDS+= mserv-[0-9]*:../../audio/mserv DEPENDS+= libirman>=0.4.1.2nb3:../../sysutils/libirman -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles USE_TOOLS+= perl:run diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index 88660bd171f..9846b9f83c3 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:48:24 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:06 wiz Exp $ DISTNAME= MP3-Tag-1.13 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/MP3-Tag/ COMMENT= This is a perl module to read/write tags of mp3-files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress #Compress::Zlib>=0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress #Compress::Zlib>=0 PERL5_PACKLIST= auto/MP3/Tag/.packlist diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 066b8b252b3..f60a04116a3 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:48:25 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:07 wiz Exp $ # To the poor soul who wants to update this package: # @@ -78,7 +78,7 @@ DEPENDS+= faad2-[0-9]*:../../audio/faad2 # Perl modules with native code DEPENDS+= p5-Audio-Scan>=0.84:../../audio/p5-Audio-Scan DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor -DEPENDS+= {perl>=5.10.0,p5-Compress-Raw-Zlib-[0-9]*}:../../devel/p5-Compress-Raw-Zlib +#DEPENDS+= {perl>=5.10.0,p5-Compress-Raw-Zlib-[0-9]*}:../../devel/p5-Compress-Raw-Zlib DEPENDS+= p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql DEPENDS+= p5-DBI>=1.608:../../databases/p5-DBI DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 diff --git a/biology/bioperl/Makefile b/biology/bioperl/Makefile index 4e8c5d10d1f..89f210ffd04 100644 --- a/biology/bioperl/Makefile +++ b/biology/bioperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/06/12 10:48:25 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:07 wiz Exp $ DISTNAME= BioPerl-1.6.924 PKGNAME= ${DISTNAME:tl} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.bioperl.org/ COMMENT= Perl tools for computational molecular biology LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.19.6,p5-Module-Build>0.42}:../../devel/p5-Module-Build +#BUILD_DEPENDS+= {perl>=5.19.6,p5-Module-Build>0.42}:../../devel/p5-Module-Build BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most DEPENDS+= p5-Algorithm-Munkres-[0-9]*:../../math/p5-Algorithm-Munkres @@ -19,10 +19,10 @@ DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare DEPENDS+= p5-Bio-ASN1-EntrezGene-[0-9]*:../../biology/p5-Bio-ASN1-EntrezGene DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone DEPENDS+= p5-Convert-Binary-C-[0-9]*:../../devel/p5-Convert-Binary-C -DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File +#DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File DEPENDS+= p5-Data-Stag>=0.11:../../devel/p5-Data-Stag DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error -DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Manifest>=1.52}:../../devel/p5-ExtUtils-Manifest +#DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Manifest>=1.52}:../../devel/p5-ExtUtils-Manifest DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD DEPENDS+= p5-Graph>=0.50:../../devel/p5-Graph DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz @@ -37,7 +37,7 @@ DEPENDS+= p5-SVG>=2.26:../../graphics/p5-SVG DEPENDS+= p5-Set-Scalar-[0-9]*:../../devel/p5-Set-Scalar DEPENDS+= p5-Sort-Naturally-[0-9]*:../../devel/p5-Sort-Naturally DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel -DEPENDS+= {perl>=5.8.1,p5-Storable>=2.05}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.8.1,p5-Storable>=2.05}:../../devel/p5-Storable DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer DEPENDS+= p5-XML-SAX>=0.15:../../textproc/p5-XML-SAX diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index 414767d9246..b3275622302 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:07 wiz Exp $ DISTNAME= vicq-0.4.1 PKGREVISION= 11 @@ -11,7 +11,7 @@ HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ COMMENT= Simple icq client written in perl LICENSE= gnu-gpl-v2 -DEPENDS+= {perl>=5.17.7,p5-Term-ReadLine>=1.11}:../../devel/p5-Term-ReadLine +#DEPENDS+= {perl>=5.17.7,p5-Term-ReadLine>=1.11}:../../devel/p5-Term-ReadLine WRKSRC= ${WRKDIR}/vicq CONFIGURE_DIRS= Net/vICQ diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index 4d9768e39a3..dfb78192b86 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/06/12 10:48:30 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2015/07/12 18:56:07 wiz Exp $ DISTNAME= pilotmgr-1.109 PKGREVISION= 5 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pilotmanager.sourceforge.net/ COMMENT= Synchronize databases on any 3Com Palm device -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk DEPENDS+= p5-pilot-link-[0-9]*:../../comms/p5-pilot-link diff --git a/converters/p5-JSON-MaybeXS/Makefile b/converters/p5-JSON-MaybeXS/Makefile index 52cd9686f4c..b444265ebc5 100644 --- a/converters/p5-JSON-MaybeXS/Makefile +++ b/converters/p5-JSON-MaybeXS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:07 wiz Exp $ DISTNAME= JSON-MaybeXS-1.003004 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/JSON-MaybeXS/ COMMENT= Use Cpanel::JSON::XS with a fallback to JSON::PP LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.17.10,p5-JSON-PP>=2.27202}:../../converters/p5-JSON-PP +#DEPENDS+= {perl>=5.17.10,p5-JSON-PP>=2.27202}:../../converters/p5-JSON-PP # actually test dependency BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module diff --git a/converters/p5-Jcode/Makefile b/converters/p5-Jcode/Makefile index 9a13f36faba..fdc2bda224e 100644 --- a/converters/p5-Jcode/Makefile +++ b/converters/p5-Jcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:07 wiz Exp $ DISTNAME= Jcode-2.07 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://openlab.ring.gr.jp/Jcode/index.html COMMENT= Perl5 module for handling various Japanese charsets -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.1}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.1}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Jcode/.packlist diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index 47396282bbc..7f6ac922768 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:07 wiz Exp $ DISTNAME= Unicode-String-2.09 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Unicode-String/ COMMENT= Perl5 modules to handle various Unicode issues LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Unicode/String/.packlist diff --git a/databases/maatkit/Makefile b/databases/maatkit/Makefile index e386f6b6eff..f868651a957 100644 --- a/databases/maatkit/Makefile +++ b/databases/maatkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:07 wiz Exp $ # DISTNAME= maatkit-7540 @@ -16,7 +16,7 @@ USE_TOOLS+= perl REPLACE_PERL+= bin/* DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/maatkit/.packlist .include "../../lang/perl5/module.mk" 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 diff --git a/databases/p5-Catalyst-Model-DBIC-Schema/Makefile b/databases/p5-Catalyst-Model-DBIC-Schema/Makefile index 37862e0703f..2424b41817d 100644 --- a/databases/p5-Catalyst-Model-DBIC-Schema/Makefile +++ b/databases/p5-Catalyst-Model-DBIC-Schema/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/07/12 18:56:07 wiz Exp $ DISTNAME= Catalyst-Model-DBIC-Schema-0.65 PKGNAME= p5-${DISTNAME} @@ -34,7 +34,7 @@ DEPENDS+= p5-DBIx-Class-Cursor-Cached-[0-9]*:../../databases/p5-DBIx-Class-Curso DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean -BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Model/DBIC/Schema/.packlist diff --git a/databases/p5-Class-DBI-BaseDSN/Makefile b/databases/p5-Class-DBI-BaseDSN/Makefile index 587be6f87f4..adb03d9dd7f 100644 --- a/databases/p5-Class-DBI-BaseDSN/Makefile +++ b/databases/p5-Class-DBI-BaseDSN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 10:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/07/12 18:56:07 wiz Exp $ # DISTNAME= Class-DBI-BaseDSN-1.22 @@ -13,7 +13,7 @@ COMMENT= DSN sensitive base class LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-DBI-[0-9]*:../../databases/p5-Class-DBI -DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Class/DBI/BaseDSN/.packlist diff --git a/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile b/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile index 93d9e3445d5..900beb5e0b4 100644 --- a/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile +++ b/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:07 wiz Exp $ # DISTNAME= Class-DBI-Plugin-DeepAbstractSearch-0.08 @@ -14,7 +14,7 @@ COMMENT= Implement deep_search_where() for Class::DBI DEPENDS+= p5-Class-DBI>=0.96:../../databases/p5-Class-DBI DEPENDS+= p5-Class-DBI-Plugin>=0.02:../../databases/p5-Class-DBI-Plugin DEPENDS+= p5-SQL-Abstract>=1.18:../../databases/p5-SQL-Abstract -BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Class/DBI/Plugin/DeepAbstractSearch/.packlist diff --git a/databases/p5-Class-DBI/Makefile b/databases/p5-Class-DBI/Makefile index 038da47a5c7..4acc8fbe501 100644 --- a/databases/p5-Class-DBI/Makefile +++ b/databases/p5-Class-DBI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/06/12 10:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:07 wiz Exp $ DISTNAME= Class-DBI-v3.0.17 PKGNAME= p5-${DISTNAME:S:-v:-:} @@ -14,7 +14,7 @@ DEPENDS+= p5-Class-Accessor>=0.18:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Class-Trigger>=0.07:../../devel/p5-Class-Trigger DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone -DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0.12}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0.12}:../../devel/p5-File-Temp DEPENDS+= p5-Ima-DBI>=0.33:../../databases/p5-Ima-DBI #DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable DEPENDS+= p5-UNIVERSAL-moniker>=0.06:../../devel/p5-UNIVERSAL-moniker diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 00864a65ce4..2138b42cacf 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/06/12 10:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/07/12 18:56:07 wiz Exp $ DISTNAME= DBD-CSV-0.48 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-SQL-Statement>=1.31:../../databases/p5-SQL-Statement DEPENDS+= p5-Text-CSV_XS>=0.91:../../textproc/p5-Text-CSV_XS -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple CONFLICTS+= p5-SQL-Statement<=1.27 CONFLICTS+= p5-DBI<=1.611 diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 14e30309b8e..3c53dff94c5 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2015/06/12 10:48:38 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBD-Pg-3.5.1 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/DBD-Pg/ COMMENT= Perl DBI/DBD driver for PostgreSQL databases LICENSE= ${PERL5_LICENSE} -DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version +#DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version DEPENDS+= p5-DBI>=1.614:../../databases/p5-DBI PERL5_PACKLIST= auto/DBD/Pg/.packlist diff --git a/databases/p5-DBIx-Class-DigestColumns/Makefile b/databases/p5-DBIx-Class-DigestColumns/Makefile index 7c3510d5e71..72d71ac5b8a 100644 --- a/databases/p5-DBIx-Class-DigestColumns/Makefile +++ b/databases/p5-DBIx-Class-DigestColumns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBIx-Class-DigestColumns-0.06000 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/perldoc?DBIx::Class::DigestColumns COMMENT= Automatic digest columns for DBIx::Class DEPENDS+= p5-DBIx-Class>=0.06002:../../databases/p5-DBIx-Class -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 BUILD_DEPENDS+= p5-DBD-SQLite>=1.11:../../databases/p5-DBD-SQLite diff --git a/databases/p5-DBIx-Class-EncodedColumn/Makefile b/databases/p5-DBIx-Class-EncodedColumn/Makefile index 25c496fac02..118f0de49fa 100644 --- a/databases/p5-DBIx-Class-EncodedColumn/Makefile +++ b/databases/p5-DBIx-Class-EncodedColumn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:39 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBIx-Class-EncodedColumn-0.00013 PKGNAME= p5-${DISTNAME} @@ -15,11 +15,11 @@ DEPENDS+= p5-DBIx-Class>=0.06002:../../databases/p5-DBIx-Class DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name # Feature: Digest::MD5 support -DEPENDS+= {perl>=5.7.3,p5-Digest-[0-9]*}:../../security/p5-Digest -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-[0-9]*}:../../security/p5-Digest +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 # Feature: Digest::SHA support -DEPENDS+= {perl>=5.10.0,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.10.0,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA # Feature: Blowfish support DEPENDS+= p5-Crypt-Eksblowfish-[0-9]*:../../security/p5-Crypt-Eksblowfish diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile index 6d20c18b66e..15b60ff31a2 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:48:40 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBIx-Class-Schema-Loader-0.07042 PKGNAME= p5-${DISTNAME} @@ -17,14 +17,14 @@ BUILD_DEPENDS+= p5-Config-Any-[0-9]*:../../devel/p5-Config-Any BUILD_DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General BUILD_DEPENDS+= p5-DBD-SQLite>=1.29:../../databases/p5-DBD-SQLite BUILD_DEPENDS+= p5-DBIx-Class-IntrospectableM2M-[0-9]*:../../databases/p5-DBIx-Class-IntrospectableM2M -BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.07}:../../devel/p5-File-Path +#BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.07}:../../devel/p5-File-Path BUILD_DEPENDS+= p5-Moose>=1.1200:../../devel/p5-Moose BUILD_DEPENDS+= p5-MooseX-MarkAsMethods>=0.13:../../devel/p5-MooseX-MarkAsMethods BUILD_DEPENDS+= p5-MooseX-NonMoose>=0.16:../../devel/p5-MooseX-NonMoose -BUILD_DEPENDS+= {perl>=5.18.0,p5-Pod-Simple>=3.22}:../../textproc/p5-Pod-Simple +#BUILD_DEPENDS+= {perl>=5.18.0,p5-Pod-Simple>=3.22}:../../textproc/p5-Pod-Simple BUILD_DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception # BUILD_DEPENDS+= p5-Test-Kwalitee-[0-9]*:../../devel/p5-Test-Kwalitee -BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn BUILD_DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean @@ -35,7 +35,7 @@ DEPENDS+= p5-Class-Inspector>=1.27:../../devel/p5-Class-Inspector DEPENDS+= p5-Class-Unload>=0.07:../../devel/p5-Class-Unload DEPENDS+= p5-DBIx-Class>=0.08127:../../databases/p5-DBIx-Class DEPENDS+= p5-Data-Dump>=1.06:../../devel/p5-Data-Dump -DEPENDS+= {perl>=5.8.8,p5-Digest-MD5>=2.36}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.8.8,p5-Digest-MD5>=2.36}:../../security/p5-Digest-MD5 DEPENDS+= p5-File-Slurp>=9999.13:../../devel/p5-File-Slurp DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge DEPENDS+= p5-Lingua-EN-Inflect-Number>=1.1:../../textproc/p5-Lingua-EN-Inflect-Number @@ -43,8 +43,8 @@ DEPENDS+= p5-Lingua-EN-Inflect-Phrase>=0.15:../../textproc/p5-Lingua-EN-Inflect- DEPENDS+= p5-Lingua-EN-Tagger>=0.23:../../textproc/p5-Lingua-EN-Tagger DEPENDS+= p5-List-MoreUtils>=0.32:../../devel/p5-List-MoreUtils DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat -DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Scope-Guard>=0.20:../../devel/p5-Scope-Guard DEPENDS+= p5-String-CamelCase>=0.02:../../textproc/p5-String-CamelCase DEPENDS+= p5-String-ToIdentifier-EN>=0.05:../../textproc/p5-String-ToIdentifier-EN diff --git a/databases/p5-DBIx-Class-TimeStamp/Makefile b/databases/p5-DBIx-Class-TimeStamp/Makefile index 2533a353feb..2406339e4bd 100644 --- a/databases/p5-DBIx-Class-TimeStamp/Makefile +++ b/databases/p5-DBIx-Class-TimeStamp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:48:40 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBIx-Class-TimeStamp-0.14 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ PERL5_PACKLIST= auto/DBIx/Class/TimeStamp/.packlist BUILD_DEPENDS+= p5-Class-Accessor-Grouped-[0-9]*:../../devel/p5-Class-Accessor-Grouped BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL BUILD_DEPENDS+= p5-DateTime-Format-SQLite-[0-9]*:../../time/p5-DateTime-Format-SQLite -BUILD_DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#BUILD_DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes BUILD_DEPENDS+= p5-Time-Warp-[0-9]*:../../time/p5-Time-Warp DEPENDS+= p5-DBIx-Class>=0.08009:../../databases/p5-DBIx-Class diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index b0b0834edf8..66049bf3f9d 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/07/12 03:10:28 wen Exp $ +# $NetBSD: Makefile,v 1.36 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBIx-Class-0.082820 PKGNAME= p5-${DISTNAME} @@ -34,9 +34,9 @@ DEPENDS+= p5-namespace-clean>=0.24:../../devel/p5-namespace-clean BUILD_DEPENDS+= p5-DBD-SQLite>=1.40:../../databases/p5-DBD-SQLite BUILD_DEPENDS+= p5-Package-Stash>=0.28:../../devel/p5-Package-Stash -BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp +#BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn BUILD_DEPENDS+= p5-Class-DBI>=0:../../databases/p5-Class-DBI BUILD_DEPENDS+= p5-SQL-Translator>=0.11018:../../databases/p5-SQL-Translator diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index 83b87f65226..1826cd160bf 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/06/12 10:48:41 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBIx-SearchBuilder-1.66 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite DEPENDS+= p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone -DEPENDS+= {perl>=5.8.3,p5-Encode>=1.99}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.8.3,p5-Encode>=1.99}:../../textproc/p5-Encode DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want # Recommented dependencies diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 0614a4058da..4be5f5c0c32 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:48:41 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DBM-Deep-2.0011 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ PERL5_PACKLIST= auto/DBM/Deep/.packlist BUILD_DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn # for test target diff --git a/databases/p5-DB_File-Lock/Makefile b/databases/p5-DB_File-Lock/Makefile index e22cff3e017..758c00df2de 100644 --- a/databases/p5-DB_File-Lock/Makefile +++ b/databases/p5-DB_File-Lock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:41 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:08 wiz Exp $ DISTNAME= DB_File-Lock-0.05 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/DB_File-Lock/ COMMENT= Perl5 module providing locking with flock wrapper for DB_File PERL5_PACKLIST= auto/DB_File/Lock/.packlist -DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File +#DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-Jifty-DBI/Makefile b/databases/p5-Jifty-DBI/Makefile index 42c9bf21600..af080695a2a 100644 --- a/databases/p5-Jifty-DBI/Makefile +++ b/databases/p5-Jifty-DBI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:48:41 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:08 wiz Exp $ DISTNAME= Jifty-DBI-0.78 PKGNAME= p5-${DISTNAME} @@ -28,7 +28,7 @@ DEPENDS+= p5-Data-Page-[0-9]*:../../devel/p5-Data-Page DEPENDS+= p5-DateTime-Format-ISO8601-[0-9]*:../../time/p5-DateTime-Format-ISO8601 DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime DEPENDS+= p5-DateTime>=0.34:../../time/p5-DateTime -DEPENDS+= {perl>=5.8.7,p5-Encode>=2.10}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.8.7,p5-Encode>=2.10}:../../textproc/p5-Encode DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect diff --git a/databases/p5-MLDBM-Sync/Makefile b/databases/p5-MLDBM-Sync/Makefile index 41132a6daab..e6b6e268fbf 100644 --- a/databases/p5-MLDBM-Sync/Makefile +++ b/databases/p5-MLDBM-Sync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:08 wiz Exp $ DISTNAME= MLDBM-Sync-0.30 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl5 module for safe concurrent access to MLDBM databases LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-MLDBM>=1:../../databases/p5-MLDBM -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 PERL5_PACKLIST= auto/MLDBM/Sync/.packlist diff --git a/databases/p5-ORLite-Migrate/Makefile b/databases/p5-ORLite-Migrate/Makefile index c13b21bfe4c..1f91ca9e985 100644 --- a/databases/p5-ORLite-Migrate/Makefile +++ b/databases/p5-ORLite-Migrate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:08 wiz Exp $ DISTNAME= ORLite-Migrate-1.10 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl 5 extremely light weight SQLite-specific schema migration LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-DBD-SQLite>=1.21:../../databases/p5-DBD-SQLite -DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.27.01}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.27.01}:../../devel/p5-PathTools DEPENDS+= p5-File-Which>=1.07:../../devel/p5-File-Which DEPENDS+= p5-File-pushd>=1.00:../../devel/p5-File-pushd DEPENDS+= p5-IPC-Run3>=0.042:../../devel/p5-IPC-Run3 diff --git a/databases/p5-ORLite/Makefile b/databases/p5-ORLite/Makefile index 89752f7a7d2..3b671f77d08 100644 --- a/databases/p5-ORLite/Makefile +++ b/databases/p5-ORLite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:08 wiz Exp $ DISTNAME= ORLite-1.98 PKGNAME= p5-${DISTNAME} @@ -14,9 +14,9 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-Script>=1.06:../../devel/p5-Test-Script DEPENDS+= p5-DBD-SQLite>=1.27:../../databases/p5-DBD-SQLite -DEPENDS+= {perl>=5.12.0,p5-File-Path>=2.08}:../../devel/p5-File-Path +#DEPENDS+= {perl>=5.12.0,p5-File-Path>=2.08}:../../devel/p5-File-Path DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove -DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.20}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.20}:../../devel/p5-File-Temp DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.607 diff --git a/databases/p5-Rose-DBx-TestDB/Makefile b/databases/p5-Rose-DBx-TestDB/Makefile index 2e91a7cf72e..d3572a2cdb0 100644 --- a/databases/p5-Rose-DBx-TestDB/Makefile +++ b/databases/p5-Rose-DBx-TestDB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:43 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:09 wiz Exp $ DISTNAME= Rose-DBx-TestDB-0.05 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-DBD-SQLite>=1.08:../../databases/p5-DBD-SQLite DEPENDS+= p5-Rose-DB-[0-9]*:../../databases/p5-Rose-DB -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Rose/DBx/TestDB/.packlist diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 1e43cdf1c38..14cc9da398a 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/06/12 10:48:43 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/07/12 18:56:09 wiz Exp $ DISTNAME= SQL-Abstract-1.81 PKGNAME= p5-${DISTNAME} @@ -14,11 +14,11 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Accessor-Grouped>=0.10005:../../devel/p5-Class-Accessor-Grouped DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge -DEPENDS+= {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils BUILD_DEPENDS+= p5-Test-Deep>=0.101:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn BUILD_DEPENDS+= p5-Tree-DAG_Node>=0:../../devel/p5-Tree-DAG_Node diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile index 5fd4f2ec764..44447dd1791 100644 --- a/databases/p5-SQL-Translator/Makefile +++ b/databases/p5-SQL-Translator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:48:43 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:09 wiz Exp $ DISTNAME= SQL-Translator-0.11020 PKGNAME= p5-${DISTNAME} @@ -36,7 +36,7 @@ DEPENDS+= p5-Text-RecordParser>=0.02:../../textproc/p5-Text-RecordParser DEPENDS+= p5-XML-LibXML>=1.69:../../textproc/p5-XML-LibXML DEPENDS+= p5-YAML>=0.66:../../textproc/p5-YAML -BUILD_DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools +#BUILD_DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-XML-Writer>=0.500:../../textproc/p5-XML-Writer diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index e18ffbee91c..795744898b3 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/06/12 10:48:44 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2015/07/12 18:56:09 wiz Exp $ DISTNAME= perl-ldap-0.63 PKGREVISION= 2 @@ -16,7 +16,7 @@ BUILD_DEFS+= IPV6_READY DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL DEPENDS+= p5-Text-Soundex-[0-9]*:../../textproc/p5-Text-Soundex -DEPENDS+= {perl>=5.8.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.8.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer @@ -30,7 +30,7 @@ PKG_SUGGESTED_OPTIONS= inet6 .if !empty(PKG_OPTIONS:Msasl) DEPENDS+= p5-Authen-SASL>=2.00:../../security/p5-Authen-SASL -DEPENDS+= {perl>=5.8.0,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.8.0,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 .endif .if !empty(PKG_OPTIONS:Minet6) diff --git a/databases/percona-toolkit/Makefile b/databases/percona-toolkit/Makefile index 10cdb2e962a..5896b1771a7 100644 --- a/databases/percona-toolkit/Makefile +++ b/databases/percona-toolkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:44 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:09 wiz Exp $ # DISTNAME= percona-toolkit-2.2.14 @@ -22,7 +22,7 @@ CHECK_INTERPRETER_SKIP+= *pt-sift CHECK_INTERPRETER_SKIP+= *pt-stalk DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/percona-toolkit/.packlist diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 59243a482ad..c9c8173815f 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:48:46 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:09 wiz Exp $ DISTNAME= yasql-1.81 PKGREVISION= 6 @@ -10,7 +10,7 @@ HOMEPAGE= http://yasql.sourceforge.net/ COMMENT= Yet another SQLPlus replacement for Oracle DEPENDS+= p5-DBD-Oracle-[0-9]*:../../databases/p5-DBD-Oracle -DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine +#DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey USE_TOOLS+= perl:run diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 07bf74c251c..5c7bee296e0 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/06/12 10:48:47 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2015/07/12 18:56:09 wiz Exp $ DISTNAME= bugzilla-2.22.7 PKGREVISION= 7 @@ -12,13 +12,13 @@ COMMENT= Web based bug tracking system DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig DEPENDS+= p5-CGI>=2.93:../../www/p5-CGI DEPENDS+= p5-DBI>=1.38:../../databases/p5-DBI -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit -DEPENDS+= {perl>=5.17.3,p5-Text-Tabs+Wrap>=2001.0131}:../../textproc/p5-Text-Tabs+Wrap +#DEPENDS+= {perl>=5.17.3,p5-Text-Tabs+Wrap>=2001.0131}:../../textproc/p5-Text-Tabs+Wrap #DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate DEPENDS+= p5-MailTools>=1.74:../../mail/p5-MailTools -DEPENDS+= {perl>=5.8.4,p5-MIME-Base64>=3.01}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.8.4,p5-MIME-Base64>=3.01}:../../converters/p5-MIME-Base64 DEPENDS+= p5-MIME-tools>=5.406:../../mail/p5-MIME-tools PKG_DESTDIR_SUPPORT= destdir diff --git a/devel/git-base/Makefile b/devel/git-base/Makefile index 51731ee2ac3..51d475e4d26 100644 --- a/devel/git-base/Makefile +++ b/devel/git-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/07/04 05:56:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:09 wiz Exp $ .include "../../devel/git/Makefile.common" @@ -10,7 +10,7 @@ SUPERSEDES+= scmgit-base-[0-9]* DEPENDS+= p5-Error>=0.17015:../../devel/p5-Error # for git-send-email -DEPENDS+= {perl>=5.13.8,p5-MIME-Base64>=3.13}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.13.8,p5-MIME-Base64>=3.13}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Email-Valid>=0.190:../../mail/p5-Email-Valid DEPENDS+= p5-MailTools>=2.11:../../mail/p5-MailTools DEPENDS+= p5-Net-SMTP-SSL>=1.01:../../mail/p5-Net-SMTP-SSL diff --git a/devel/p5-AnyEvent-XMPP/Makefile b/devel/p5-AnyEvent-XMPP/Makefile index c2888aa355e..608965ba218 100644 --- a/devel/p5-AnyEvent-XMPP/Makefile +++ b/devel/p5-AnyEvent-XMPP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:48:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:09 wiz Exp $ # DISTNAME= AnyEvent-XMPP-0.55 @@ -18,7 +18,7 @@ DEPENDS+= p5-Digest-SHA1>=0:../../security/p5-Digest-SHA1 DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 DEPENDS+= p5-Net-LibIDN>=0:../../net/p5-Net-LibIDN DEPENDS+= p5-Object-Event>=0.7:../../devel/p5-Object-Event -DEPENDS+= {perl>=5.14.0,p5-Time-Local>=0}:../../time/p5-Time-Local +#DEPENDS+= {perl>=5.14.0,p5-Time-Local>=0}:../../time/p5-Time-Local DEPENDS+= p5-XML-Writer>=0:../../textproc/p5-XML-Writer PERL5_PACKLIST= auto/AnyEvent/XMPP/.packlist diff --git a/devel/p5-App-CLI/Makefile b/devel/p5-App-CLI/Makefile index 0a385d187b7..d31624deb8b 100644 --- a/devel/p5-App-CLI/Makefile +++ b/devel/p5-App-CLI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:53 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:09 wiz Exp $ DISTNAME= App-CLI-0.313 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/App/CLI/.packlist #IC5.8.8DEPENDS+= p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long -DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple>=0.16}:../../misc/p5-Locale-Maketext-Simple +#DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple>=0.16}:../../misc/p5-Locale-Maketext-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-App-Cmd/Makefile b/devel/p5-App-Cmd/Makefile index 977c547d22f..5eeb191d38e 100644 --- a/devel/p5-App-Cmd/Makefile +++ b/devel/p5-App-Cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:48:53 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:09 wiz Exp $ DISTNAME= App-Cmd-0.327 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Capture-Tiny>=0.13:../../devel/p5-Capture-Tiny DEPENDS+= p5-Class-Load>=0.06:../../devel/p5-Class-Load DEPENDS+= p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList -DEPENDS+= {perl>=5.17.10,p5-Getopt-Long>=2.39}:../../devel/p5-Getopt-Long +#DEPENDS+= {perl>=5.17.10,p5-Getopt-Long>=2.39}:../../devel/p5-Getopt-Long DEPENDS+= p5-Getopt-Long-Descriptive>=0.084:../../devel/p5-Getopt-Long-Descriptive DEPENDS+= p5-IO-TieCombine>=1:../../devel/p5-IO-TieCombine DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable diff --git a/devel/p5-App-cpanoutdated/Makefile b/devel/p5-App-cpanoutdated/Makefile index 28e5b1d84c4..cb62f0c3337 100644 --- a/devel/p5-App-cpanoutdated/Makefile +++ b/devel/p5-App-cpanoutdated/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:09 wiz Exp $ DISTNAME= App-cpanoutdated-0.24 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/App/cpanoutdated/.packlist -DEPENDS+= {perl>=5.12,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker +#DEPENDS+= {perl>=5.12,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-local-lib-[0-9]*:../../devel/p5-local-lib diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile index 49ba0e9390f..2719a7ee505 100644 --- a/devel/p5-App-perlbrew/Makefile +++ b/devel/p5-App-perlbrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:09 wiz Exp $ DISTNAME= App-perlbrew-0.73 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= p5-CPAN-Perl-Releases>=1.10:../../devel/p5-CPAN-Perl-Releases DEPENDS+= curl-[0-9]*:../../www/curl # actually, only TEST_DEPENDS -BUILD_DEPENDS+= {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple # Test::More in perl 5.14 BUILD_DEPENDS+= p5-Test-Output>=0:../../devel/p5-Test-Output BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception diff --git a/devel/p5-B-Hooks-OP-Check-StashChange/Makefile b/devel/p5-B-Hooks-OP-Check-StashChange/Makefile index c4343f18205..472d41a5ea4 100644 --- a/devel/p5-B-Hooks-OP-Check-StashChange/Makefile +++ b/devel/p5-B-Hooks-OP-Check-StashChange/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:09 wiz Exp $ DISTNAME= B-Hooks-OP-Check-StashChange-0.06 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent USE_LANGUAGES= c PERL5_PACKLIST= auto/B/Hooks/OP/Check/StashChange/.packlist diff --git a/devel/p5-B-Hooks-OP-Check/Makefile b/devel/p5-B-Hooks-OP-Check/Makefile index ad9803fdfa7..3c9b2490092 100644 --- a/devel/p5-B-Hooks-OP-Check/Makefile +++ b/devel/p5-B-Hooks-OP-Check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:10 wiz Exp $ DISTNAME= B-Hooks-OP-Check-0.19 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module to wrap OP check callbacks LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends -DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent USE_LANGUAGES= c PERL5_PACKLIST= auto/B/Hooks/OP/Check/.packlist diff --git a/devel/p5-B-Hooks-OP-PPAddr/Makefile b/devel/p5-B-Hooks-OP-PPAddr/Makefile index 400beff1364..e6852bb9727 100644 --- a/devel/p5-B-Hooks-OP-PPAddr/Makefile +++ b/devel/p5-B-Hooks-OP-PPAddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:10 wiz Exp $ DISTNAME= B-Hooks-OP-PPAddr-0.03 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Hook into opcode execution LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends -DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent USE_LANGUAGES= c PERL5_PACKLIST= auto/B/Hooks/OP/PPAddr/.packlist diff --git a/devel/p5-B-Hooks-Parser/Makefile b/devel/p5-B-Hooks-Parser/Makefile index c073071b0d2..4c8aad7722d 100644 --- a/devel/p5-B-Hooks-Parser/Makefile +++ b/devel/p5-B-Hooks-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:10 wiz Exp $ DISTNAME= B-Hooks-Parser-0.12 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/B-Hooks-Parser/ COMMENT= Interface to perls parser variables LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent BUILD_DEPENDS+= p5-B-Hooks-EndOfScope-[0-9]*:../../devel/p5-B-Hooks-EndOfScope BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends diff --git a/devel/p5-BackPAN-Index/Makefile b/devel/p5-BackPAN-Index/Makefile index d09b3d49802..296c4770008 100644 --- a/devel/p5-BackPAN-Index/Makefile +++ b/devel/p5-BackPAN-Index/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:10 wiz Exp $ DISTNAME= BackPAN-Index-0.42 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ PERL5_MODULE_TYPE= Module::Build REPLACE_PERL+= create_backpan_index.pl BUILD_DEPENDS+= p5-Test-Compile>=0.11:../../devel/p5-Test-Compile -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple DEPENDS+= p5-Archive-Extract>=0.74:../../archivers/p5-Archive-Extract DEPENDS+= p5-App-Cache>=0.37:../../devel/p5-App-Cache DEPENDS+= p5-CLASS>=1.00:../../devel/p5-CLASS @@ -29,8 +29,8 @@ DEPENDS+= p5-DBIx-Class>=0.08109:../../databases/p5-DBIx-Class DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.05003:../../databases/p5-DBIx-Class-Schema-Loader DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Path-Class>=0.17:../../devel/p5-Path-Class -DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-CHI/Makefile b/devel/p5-CHI/Makefile index 175e27201c8..3294ba2d830 100644 --- a/devel/p5-CHI/Makefile +++ b/devel/p5-CHI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:48:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/12 18:56:10 wiz Exp $ DISTNAME= CHI-0.59 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ PERL5_PACKLIST= auto/CHI/.packlist DEPENDS+= p5-Carp-Assert>=0.20:../../devel/p5-Carp-Assert DEPENDS+= p5-Data-UUID-[0-9]*:../../devel/p5-Data-UUID DEPENDS+= p5-Digest-JHash-[0-9]*:../../security/p5-Digest-JHash -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-Hash-MoreUtils-[0-9]*:../../devel/p5-Hash-MoreUtils DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON DEPENDS+= p5-List-MoreUtils>=0.13:../../devel/p5-List-MoreUtils @@ -25,12 +25,12 @@ DEPENDS+= p5-Log-Any>=0.08:../../devel/p5-Log-Any DEPENDS+= p5-Moo>=1.003:../../devel/p5-Moo DEPENDS+= p5-MooX-Types-MooseLike>=0.23:../../devel/p5-MooX-Types-MooseLike DEPENDS+= p5-MooX-Types-MooseLike-Numeric-[0-9]*:../../devel/p5-MooX-Types-MooseLike-Numeric -DEPENDS+= {perl>=5.7.3,p5-Storable-[0-9]*}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.7.3,p5-Storable-[0-9]*}:../../devel/p5-Storable DEPENDS+= p5-String-RewritePrefix-[0-9]*:../../textproc/p5-String-RewritePrefix DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-Time-Duration>=1.06:../../time/p5-Time-Duration DEPENDS+= p5-Time-Duration-Parse>=0.03:../../time/p5-Time-Duration-Parse -DEPENDS+= {perl>=5.8.1,p5-Time-HiRes>=1.30}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.8.1,p5-Time-HiRes>=1.30}:../../time/p5-Time-HiRes DEPENDS+= p5-Try-Tiny>=0.05:../../devel/p5-Try-Tiny # for make test diff --git a/devel/p5-CPAN-FindDependencies/Makefile b/devel/p5-CPAN-FindDependencies/Makefile index 67ff9ce1781..0d2f2b80e8d 100644 --- a/devel/p5-CPAN-FindDependencies/Makefile +++ b/devel/p5-CPAN-FindDependencies/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:48:56 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:10 wiz Exp $ DISTNAME= CPAN-FindDependencies-2.43 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Capture-Tiny>=0.05:../../devel/p5-Capture-Tiny DEPENDS+= p5-Devel-CheckOS>=1.52:../../devel/p5-Devel-CheckOS -DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp DEPENDS+= p5-libwww>=1.41:../../www/p5-libwww DEPENDS+= p5-Parse-CPAN-Packages>=2.31:../../devel/p5-Parse-CPAN-Packages DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # really URI::file>=4.13 diff --git a/devel/p5-CPAN-Meta-Check/Makefile b/devel/p5-CPAN-Meta-Check/Makefile index 965106542ad..28ebe6b8753 100644 --- a/devel/p5-CPAN-Meta-Check/Makefile +++ b/devel/p5-CPAN-Meta-Check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:10 wiz Exp $ DISTNAME= CPAN-Meta-Check-0.011 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta-Check/ COMMENT= Perl module to verify requirements in a CPAN::Meta object LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.132830}:../../devel/p5-CPAN-Meta -DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.122}:../../devel/p5-CPAN-Meta-Requirements +#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.132830}:../../devel/p5-CPAN-Meta +#DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.122}:../../devel/p5-CPAN-Meta-Requirements # use BUILD_DEPENDS+= as 'make test' dependency # perl 5.20.0 has 1.000019, but test wants following version diff --git a/devel/p5-CPAN-Meta/Makefile b/devel/p5-CPAN-Meta/Makefile index c6bee2c30d8..04413f888bf 100644 --- a/devel/p5-CPAN-Meta/Makefile +++ b/devel/p5-CPAN-Meta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:48:56 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:10 wiz Exp $ DISTNAME= CPAN-Meta-2.150001 PKGNAME= p5-${DISTNAME} @@ -12,10 +12,10 @@ COMMENT= Perl module for handling the distribution metadata for a CPAN dist LICENSE= ${PERL5_LICENSE} # this is the meta data backend which used YAML/JSON to read ... -DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements -DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-YAML>=0.008}:../../devel/p5-CPAN-Meta-YAML -DEPENDS+= {perl>=5.17.1,p5-Parse-CPAN-Meta>=1.4403}:../../devel/p5-Parse-CPAN-Meta -DEPENDS+= {perl>=5.14.0,p5-version>=0.88}:../../devel/p5-version +#DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements +#DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-YAML>=0.008}:../../devel/p5-CPAN-Meta-YAML +#DEPENDS+= {perl>=5.17.1,p5-Parse-CPAN-Meta>=1.4403}:../../devel/p5-Parse-CPAN-Meta +#DEPENDS+= {perl>=5.14.0,p5-version>=0.88}:../../devel/p5-version DEPENDS+= p5-Scalar-List-Utils>=1.33:../../devel/p5-Scalar-List-Utils PERL5_PACKLIST= auto/CPAN/Meta/.packlist diff --git a/devel/p5-CPAN-Reporter/Makefile b/devel/p5-CPAN-Reporter/Makefile index 7848cede519..5406f1ef865 100644 --- a/devel/p5-CPAN-Reporter/Makefile +++ b/devel/p5-CPAN-Reporter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:48:57 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:10 wiz Exp $ DISTNAME= CPAN-Reporter-1.2014 PKGNAME= p5-${DISTNAME} @@ -20,18 +20,18 @@ PKG_SUGGESTED_OPTIONS+= #empty .include "../../mk/bsd.options.mk" -DEPENDS+= {perl>=5.10.1,p5-CPAN>=1.9301}:../../devel/p5-CPAN +#DEPENDS+= {perl>=5.10.1,p5-CPAN>=1.9301}:../../devel/p5-CPAN DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny DEPENDS+= p5-Config-Tiny>=2.12:../../devel/p5-Config-Tiny DEPENDS+= p5-Devel-Autoflush>=0.04:../../devel/p5-Devel-Autoflush -DEPENDS+= {perl>=5.8.9,p5-ExtUtils-MakeMaker>=6.36}:../../devel/p5-ExtUtils-MakeMaker +#DEPENDS+= {perl>=5.8.9,p5-ExtUtils-MakeMaker>=6.36}:../../devel/p5-ExtUtils-MakeMaker DEPENDS+= p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive DEPENDS+= p5-File-HomeDir>=0.58:../../devel/p5-File-HomeDir DEPENDS+= p5-File-pushd>=0.32:../../devel/p5-File-pushd DEPENDS+= p5-IO-CaptureOutput>=1.03:../../devel/p5-IO-CaptureOutput -DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta-[0-9]*}:../../devel/p5-Parse-CPAN-Meta +#DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta-[0-9]*}:../../devel/p5-Parse-CPAN-Meta DEPENDS+= p5-Probe-Perl-[0-9]*:../../devel/p5-Probe-Perl -DEPENDS+= {perl>=5.15.8,p5-IPC-Cmd>=0.76}:../../devel/p5-IPC-Cmd +#DEPENDS+= {perl>=5.15.8,p5-IPC-Cmd>=0.76}:../../devel/p5-IPC-Cmd DEPENDS+= p5-Test-Reporter>=1.54:../../devel/p5-Test-Reporter .if !empty(PKG_OPTIONS:Mproc-processtable) diff --git a/devel/p5-CPAN-Uploader/Makefile b/devel/p5-CPAN-Uploader/Makefile index 5cafa442bc0..28a766c8743 100644 --- a/devel/p5-CPAN-Uploader/Makefile +++ b/devel/p5-CPAN-Uploader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:10 wiz Exp $ DISTNAME= CPAN-Uploader-0.103009 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-Getopt-Long-Descriptive>=0.084:../../devel/p5-Getopt-Long-Descripti DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey -BUILD_DEPENDS+= {perl>=5.13.4,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.13.4,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CPAN/Uploader/.packlist diff --git a/devel/p5-Cache-Memcached/Makefile b/devel/p5-Cache-Memcached/Makefile index 9e557320711..8dac83eb74a 100644 --- a/devel/p5-Cache-Memcached/Makefile +++ b/devel/p5-Cache-Memcached/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:48:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:10 wiz Exp $ DISTNAME= Cache-Memcached-1.30 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl API for distributed memory cache daemon memcached LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-String-CRC32-[0-9]*:../../textproc/p5-String-CRC32 -DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Cache/Memcached/.packlist diff --git a/devel/p5-Class-Accessor-Grouped/Makefile b/devel/p5-Class-Accessor-Grouped/Makefile index f305d41d615..f0e207cfc86 100644 --- a/devel/p5-Class-Accessor-Grouped/Makefile +++ b/devel/p5-Class-Accessor-Grouped/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:48:58 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/07/12 18:56:10 wiz Exp $ DISTNAME= Class-Accessor-Grouped-0.10012 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-Sub-Name>=0.05:../../devel/p5-Sub-Name # For test target BUILD_DEPENDS+= p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Class-XSAccessor>=1.15:../../devel/p5-Class-XSAccessor USE_LANGUAGES= c diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile index 7a37f38e2cc..a802e62c6e0 100644 --- a/devel/p5-Class-Autouse/Makefile +++ b/devel/p5-Class-Autouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:48:58 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/07/12 18:56:10 wiz Exp $ DISTNAME= Class-Autouse-2.01 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Run-time class loading on first method call LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils PERL5_PACKLIST= auto/Class/Autouse/.packlist diff --git a/devel/p5-Class-Container/Makefile b/devel/p5-Class-Container/Makefile index a89c54caea7..c6841c09d8f 100644 --- a/devel/p5-Class-Container/Makefile +++ b/devel/p5-Class-Container/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/06/12 10:48:59 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Class-Container-0.12 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Glues object frameworks together transparently LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Params-Validate>=0.23:../../devel/p5-Params-Validate -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils USE_LANGUAGES= # none PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Class-Mix/Makefile b/devel/p5-Class-Mix/Makefile index 180eff30fe6..61b2c312645 100644 --- a/devel/p5-Class-Mix/Makefile +++ b/devel/p5-Class-Mix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Class-Mix-0.005 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module providing dynamic class mixing LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Params-Classify-[0-9]*:../../devel/p5-Params-Classify -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Config-AutoConf/Makefile b/devel/p5-Config-AutoConf/Makefile index c6cb9b4fe67..cc7c0c9ebdf 100644 --- a/devel/p5-Config-AutoConf/Makefile +++ b/devel/p5-Config-AutoConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:02 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Config-AutoConf-0.311 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= c PERL5_PACKLIST= auto/Config/AutoConf/.packlist DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny -DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.23}:../../devel/p5-ExtUtils-CBuilder +#DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.23}:../../devel/p5-ExtUtils-CBuilder ALL_ENV+= TMPDIR=${WRKDIR}/tmp diff --git a/devel/p5-Config-MVP/Makefile b/devel/p5-Config-MVP/Makefile index 4947aeb7027..5d52636a6f8 100644 --- a/devel/p5-Config-MVP/Makefile +++ b/devel/p5-Config-MVP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:03 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Config-MVP-2.200010 PKGNAME= p5-${DISTNAME} @@ -22,7 +22,7 @@ DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Config/MVP/.packlist diff --git a/devel/p5-Config-Properties/Makefile b/devel/p5-Config-Properties/Makefile index b51eb369ad1..963ecfdaa18 100644 --- a/devel/p5-Config-Properties/Makefile +++ b/devel/p5-Config-Properties/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:49:03 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:11 wiz Exp $ # DISTNAME= Config-Properties-1.80 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Config-Properties/ COMMENT= Read and write property files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0}:../../devel/p5-File-Temp PERL5_PACKLIST= auto/Config/Properties/.packlist USE_LANGUAGES= # none diff --git a/devel/p5-Config-Std/Makefile b/devel/p5-Config-Std/Makefile index 4d3d2f5afe4..8ec33ca6539 100644 --- a/devel/p5-Config-Std/Makefile +++ b/devel/p5-Config-Std/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Config-Std-0.901 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module providing a simple configuration-file system LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Std-[0-9]*:../../devel/p5-Class-Std -DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Config/Std/.packlist diff --git a/devel/p5-Contextual-Return/Makefile b/devel/p5-Contextual-Return/Makefile index eee0c19f725..4e41bca9683 100644 --- a/devel/p5-Contextual-Return/Makefile +++ b/devel/p5-Contextual-Return/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Contextual-Return-0.004007 PKGNAME= p5-${DISTNAME:S/004007/004.007/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Contextual-Return/ COMMENT= Perl 5 module to create context-senstive return values LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want USE_LANGUAGES= # empty diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile index 3b034b3de89..af2dd152af0 100644 --- a/devel/p5-Data-Section/Makefile +++ b/devel/p5-Data-Section/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Data-Section-0.200006 PKGNAME= p5-Data-Section-0.200.006 @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings PERL5_PACKLIST= auto/Data/Section/.packlist diff --git a/devel/p5-Data-Serializer/Makefile b/devel/p5-Data-Serializer/Makefile index a51c072c04a..7bb1fe70cdb 100644 --- a/devel/p5-Data-Serializer/Makefile +++ b/devel/p5-Data-Serializer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Data-Serializer-0.60 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ PERL5_MODULE_TYPE= Module::Build USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Data/Serializer/.packlist -DEPENDS+= {perl>=5.10,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.10,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA # Commented dependencies are recommended packages/modules for use with # this package/module diff --git a/devel/p5-Data-UUID/Makefile b/devel/p5-Data-UUID/Makefile index 2a6c7ccf1e1..6f0c3ab424a 100644 --- a/devel/p5-Data-UUID/Makefile +++ b/devel/p5-Data-UUID/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/06/12 10:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Data-UUID-1.220 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Data-UUID/ COMMENT= Perl module for generating UUIDs LICENSE= modified-bsd -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 USE_LANGUAGES= c PERL5_PACKLIST= auto/Data/UUID/.packlist diff --git a/devel/p5-Data-Uniqid/Makefile b/devel/p5-Data-Uniqid/Makefile index baaae408cf0..ca874651f24 100644 --- a/devel/p5-Data-Uniqid/Makefile +++ b/devel/p5-Data-Uniqid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Data-Uniqid-0.12 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Data-Uniqid/ COMMENT= Perl extension for simple generaion of unique ids LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Data/Uniqid/.packlist diff --git a/devel/p5-Data-Visitor/Makefile b/devel/p5-Data-Visitor/Makefile index dc87f1a7e6c..6af351c20e7 100644 --- a/devel/p5-Data-Visitor/Makefile +++ b/devel/p5-Data-Visitor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Data-Visitor-0.30 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-Tie-ToObject>=0.01:../../devel/p5-Tie-ToObject DEPENDS+= p5-namespace-clean>=0.19:../../devel/p5-namespace-clean -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires PERL5_PACKLIST= auto/Data/Visitor/.packlist diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile index 429a9b77a9c..433b41cb0f4 100644 --- a/devel/p5-Debug-Client/Makefile +++ b/devel/p5-Debug-Client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Debug-Client-0.29 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= p5-Term-ReadLine-Perl>=1.0303:../../devel/p5-Term-ReadLine-Perl BUILD_DEPENDS+= p5-Test-Class>=0.36:../../devel/p5-Test-Class BUILD_DEPENDS+= p5-Test-Deep>=0.108:../../devel/p5-Test-Deep -BUILD_DEPENDS+= {perl>=5.14.2,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.2,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Debug/Client/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/devel/p5-Devel-CheckOS/Makefile b/devel/p5-Devel-CheckOS/Makefile index a6884878785..965db0a8f89 100644 --- a/devel/p5-Devel-CheckOS/Makefile +++ b/devel/p5-Devel-CheckOS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:07 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:11 wiz Exp $ DISTNAME= Devel-CheckOS-1.76 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 OR artistic DEPENDS+= p5-Data-Compare>=1.21:../../devel/p5-Data-Compare DEPENDS+= p5-File-Find-Rule>=0.28:../../devel/p5-File-Find-Rule -DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp PERL5_PACKLIST= auto/Devel/CheckOS/.packlist diff --git a/devel/p5-Devel-Declare/Makefile b/devel/p5-Devel-Declare/Makefile index 16ef0930d81..b574e195519 100644 --- a/devel/p5-Devel-Declare/Makefile +++ b/devel/p5-Devel-Declare/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:49:07 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Devel-Declare-0.006018 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-B-Hooks-EndOfScope>0.05:../../devel/p5-B-Hooks-EndOfScope DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends BUILD_DEPENDS+= p5-B-Compiling-[0-9]*:../../devel/p5-B-Compiling # t/lines.t -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn # for make test BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires diff --git a/devel/p5-Devel-Events/Makefile b/devel/p5-Devel-Events/Makefile index 9aabc490401..95f2d3835cc 100644 --- a/devel/p5-Devel-Events/Makefile +++ b/devel/p5-Devel-Events/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:08 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Devel-Events-0.08 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple DEPENDS+= p5-Moose>=0.33:../../devel/p5-Moose DEPENDS+= p5-MooseX-AttributeHelpers>=0.03:../../devel/p5-MooseX-AttributeHelpers DEPENDS+= p5-Set-Object-[0-9]*:../../devel/p5-Set-Object -DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes CHECK_INTERPRETER_SKIP+= ${PERL5_INSTALLVENDORLIB:S|^${PREFIX}/||}/Devel/Events.pm CHECK_INTERPRETER_SKIP+= ${PERL5_INSTALLVENDORLIB:S|^${PREFIX}/||}/Devel/Events/* diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index 23af9046b7b..1428158ab8e 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/devel/p5-Devel-NYTProf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:49:08 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Devel-NYTProf-6.01 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://code.google.com/p/perl-devel-nytprof/ COMMENT= Powerful feature-rich Perl 5 source code profiler LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS diff --git a/devel/p5-Devel-Profile/Makefile b/devel/p5-Devel-Profile/Makefile index 36bfdca180f..2c0d5d0b4dd 100644 --- a/devel/p5-Devel-Profile/Makefile +++ b/devel/p5-Devel-Profile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:09 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Devel-Profile-1.05 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Devel-Profile/ COMMENT= Perl5 module for profiling perl programs LICENSE= artistic -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.20}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.20}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Devel/Profile/.packlist diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index f71ca0b6de8..5a4aabaa7e9 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:49:09 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Devel-SmallProf-2.02 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Devel-SmallProf/ COMMENT= Perl5 module for line-by-line profiling perl programs LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.20}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.20}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Devel/SmallProf/.packlist diff --git a/devel/p5-Dist-Zilla/Makefile b/devel/p5-Dist-Zilla/Makefile index 35531cc8413..fdce51b5494 100644 --- a/devel/p5-Dist-Zilla/Makefile +++ b/devel/p5-Dist-Zilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:10 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Dist-Zilla-5.036 PKGNAME= p5-${DISTNAME} @@ -13,8 +13,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-App-Cmd>=0.309:../../devel/p5-App-Cmd DEPENDS+= p5-Archive-Tar-Wrapper-[0-9]*:../../archivers/p5-Archive-Tar-Wrapper -DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta -DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements +#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta +#DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements DEPENDS+= p5-CPAN-Uploader>=0.103004:../../devel/p5-CPAN-Uploader DEPENDS+= p5-Class-Load>=0.17:../../devel/p5-Class-Load DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI @@ -67,7 +67,7 @@ DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Dist/Zilla/.packlist diff --git a/devel/p5-Dist-Zooky/Makefile b/devel/p5-Dist-Zooky/Makefile index 1e61c6197e4..bbccbc0b094 100644 --- a/devel/p5-Dist-Zooky/Makefile +++ b/devel/p5-Dist-Zooky/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:10 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Dist-Zooky-0.14 PKGNAME= p5-${DISTNAME} @@ -12,10 +12,10 @@ COMMENT= Perl 5 module to convert a distribution to Dist::Zilla LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-App-Cmd>=0.307:../../devel/p5-App-Cmd -DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.101610}:../../devel/p5-CPAN-Meta +#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.101610}:../../devel/p5-CPAN-Meta DEPENDS+= p5-Dist-Zilla>=4.102342:../../devel/p5-Dist-Zilla -DEPENDS+= {perl>=5.11.3,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker -DEPENDS+= {perl>=5.13.3,p5-Module-Build>=0.36070}:../../devel/p5-Module-Build +#DEPENDS+= {perl>=5.11.3,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker +#DEPENDS+= {perl>=5.13.3,p5-Module-Build>=0.36070}:../../devel/p5-Module-Build DEPENDS+= p5-Moose>=1.07:../../devel/p5-Moose DEPENDS+= p5-MooseX-Types>=0.22:../../devel/p5-MooseX-Types DEPENDS+= p5-MooseX-Types-Perl>=0.101340:../../devel/p5-MooseX-Types-Perl diff --git a/devel/p5-Event-ExecFlow/Makefile b/devel/p5-Event-ExecFlow/Makefile index 9c79782e7e1..03d2033e892 100644 --- a/devel/p5-Event-ExecFlow/Makefile +++ b/devel/p5-Event-ExecFlow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:10 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Event-ExecFlow-0.64 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= High level API for event-based execution flow control LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-AnyEvent>=0.4:../../devel/p5-AnyEvent -DEPENDS+= {perl>=5.9.3,p5-Test-Simple>=0.62}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.9.3,p5-Test-Simple>=0.62}:../../devel/p5-Test-Simple DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl USE_LANGUAGES= # empty diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 1cc9bbf74a6..170465f6179 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:49:10 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:12 wiz Exp $ DISTNAME= Exception-Class-1.39 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= artistic-2.0 DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple USE_LANGUAGES= # none PERL5_PACKLIST= auto/Exception/Class/.packlist diff --git a/devel/p5-ExtUtils-LibBuilder/Makefile b/devel/p5-ExtUtils-LibBuilder/Makefile index abc75642f2d..eb3ded316b0 100644 --- a/devel/p5-ExtUtils-LibBuilder/Makefile +++ b/devel/p5-ExtUtils-LibBuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:12 wiz Exp $ DISTNAME= ExtUtils-LibBuilder-0.06 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/ExtUtils-LibBuilder/ COMMENT= Perl5 module for building C libraries LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.23}:../../devel/p5-ExtUtils-CBuilder +#BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.23}:../../devel/p5-ExtUtils-CBuilder USE_LANGUAGES= c PERL5_PACKLIST= auto/ExtUtils/LibBuilder/.packlist diff --git a/devel/p5-ExtUtils-XSpp/Makefile b/devel/p5-ExtUtils-XSpp/Makefile index ac7273a5ed6..63b6bd29603 100644 --- a/devel/p5-ExtUtils-XSpp/Makefile +++ b/devel/p5-ExtUtils-XSpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:12 wiz Exp $ DISTNAME= ExtUtils-XSpp-0.18 # 0.1602 -> 0.16.02 @@ -12,11 +12,11 @@ HOMEPAGE= http://search.cpan.org/dist/ExtUtils-XSpp/ COMMENT= XS for C++ LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.14.1,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences -DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.22.02}:../../devel/p5-ExtUtils-ParseXS -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.22.02}:../../devel/p5-ExtUtils-ParseXS +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5 USE_LANGUAGES= c PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile index fa6af2149bd..a20684cc065 100644 --- a/devel/p5-File-Binary/Makefile +++ b/devel/p5-File-Binary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:12 wiz Exp $ DISTNAME= File-Binary-1.7 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Binary file reading module LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/File/Binary/.packlist USE_LANGUAGES= # none diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index dad6abff288..36efce1710d 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:12 wiz Exp $ DISTNAME= File-ChangeNotify-0.24 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/File-ChangeNotify/ COMMENT= Watch for changes to files, cross-platform style LICENSE= artistic-2.0 -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Moose>=2:../../devel/p5-Moose DEPENDS+= p5-MooseX-Params-Validate>=0.08:../../devel/p5-MooseX-Params-Validate DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor diff --git a/devel/p5-File-Find-Rule-Perl/Makefile b/devel/p5-File-Find-Rule-Perl/Makefile index 3107a56a2b8..c46efe4f4ea 100644 --- a/devel/p5-File-Find-Rule-Perl/Makefile +++ b/devel/p5-File-Find-Rule-Perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:13 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:13 wiz Exp $ DISTNAME= File-Find-Rule-Perl-1.15 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-Find-Rule>=0.20:../../devel/p5-File-Find-Rule DEPENDS+= p5-Params-Util>=0.38:../../devel/p5-Params-Util -DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.38}:../../devel/p5-Parse-CPAN-Meta +#DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.38}:../../devel/p5-Parse-CPAN-Meta PERL5_PACKLIST= auto/File/Find/Rule/Perl/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/devel/p5-File-Flat/Makefile b/devel/p5-File-Flat/Makefile index 398b5a3bab8..7bcb928850e 100644 --- a/devel/p5-File-Flat/Makefile +++ b/devel/p5-File-Flat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:49:13 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:13 wiz Exp $ DISTNAME= File-Flat-1.04 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-ClassAPI>=1.02:../../devel/p5-Test-ClassAPI DEPENDS+= p5-File-Remove>=0.21:../../sysutils/p5-File-Remove -DEPENDS+= {perl>=5.6.2,p5-File-Temp>=0.14}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.2,p5-File-Temp>=0.14}:../../devel/p5-File-Temp DEPENDS+= p5-File-Copy-Recursive>=0.28:../../sysutils/p5-File-Copy-Recursive DEPENDS+= p5-prefork>=0.02:../../devel/p5-prefork diff --git a/devel/p5-File-Modified/Makefile b/devel/p5-File-Modified/Makefile index c0667bb0359..88bb4925544 100644 --- a/devel/p5-File-Modified/Makefile +++ b/devel/p5-File-Modified/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:14 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:13 wiz Exp $ DISTNAME= File-Modified-0.09 PKGNAME= p5-${DISTNAME} @@ -11,9 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/File-Modified/ COMMENT= Perl module for checking intelligently if files have changed LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0}:../../devel/p5-File-Temp +#BUILD_DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0}:../../devel/p5-File-Temp DEPENDS+= p5-Digest-SHA1>=0:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 PERL5_PACKLIST= auto/File/Modified/.packlist diff --git a/devel/p5-File-Which/Makefile b/devel/p5-File-Which/Makefile index 2a0022fd29c..b191d816b2f 100644 --- a/devel/p5-File-Which/Makefile +++ b/devel/p5-File-Which/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:13 wiz Exp $ DISTNAME= File-Which-1.18 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Portable implementation of the 'which' utility LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-Script>=1.05:../../devel/p5-Test-Script -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/File/Which/.packlist diff --git a/devel/p5-File-chdir/Makefile b/devel/p5-File-chdir/Makefile index 61f9b58dbdd..877df415ebd 100644 --- a/devel/p5-File-chdir/Makefile +++ b/devel/p5-File-chdir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:13 wiz Exp $ DISTNAME= File-chdir-0.1010 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/File-chdir/ COMMENT= Perl module with a more sensible way to change directories LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.27}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.27}:../../devel/p5-PathTools PERL5_PACKLIST= auto/File/chdir/.packlist diff --git a/devel/p5-Getopt-Euclid/Makefile b/devel/p5-Getopt-Euclid/Makefile index 02208533834..a5bed9268e5 100644 --- a/devel/p5-Getopt-Euclid/Makefile +++ b/devel/p5-Getopt-Euclid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:16 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:13 wiz Exp $ DISTNAME= Getopt-Euclid-0.4.5 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Getopt-Euclid/ COMMENT= Perl 5 module to create command-line parser from documentation LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile index d0d6ea99d85..0c00aceb3e3 100644 --- a/devel/p5-Getopt-Long-Descriptive/Makefile +++ b/devel/p5-Getopt-Long-Descriptive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:49:16 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/07/12 18:56:13 wiz Exp $ DISTNAME= Getopt-Long-Descriptive-0.099 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Params-Validate>=0.97:../../devel/p5-Params-Validate DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warnings>=0.005:../../devel/p5-Test-Warnings PERL5_PACKLIST= auto/Getopt/Long/Descriptive/.packlist diff --git a/devel/p5-Git-CPAN-Patch/Makefile b/devel/p5-Git-CPAN-Patch/Makefile index 71922f33da0..1e706092660 100644 --- a/devel/p5-Git-CPAN-Patch/Makefile +++ b/devel/p5-Git-CPAN-Patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:13 wiz Exp $ DISTNAME= Git-CPAN-Patch-2.0.4 PKGNAME= p5-${DISTNAME} @@ -32,7 +32,7 @@ DEPENDS+= p5-MooseX-App-Cmd-[0-9]*:../../devel/p5-MooseX-App-Cmd DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor DEPENDS+= p5-MooseX-Role-Tempdir-[0-9]*:../../devel/p5-MooseX-Role-Tempdir DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject -DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie +#DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww # LWP::UserAgent # for make test diff --git a/devel/p5-Git-Wrapper/Makefile b/devel/p5-Git-Wrapper/Makefile index ac8e45241ed..7ba3294a19b 100644 --- a/devel/p5-Git-Wrapper/Makefile +++ b/devel/p5-Git-Wrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:13 wiz Exp $ DISTNAME= Git-Wrapper-0.044 PKGNAME= p5-${DISTNAME} @@ -12,15 +12,15 @@ COMMENT= Wrap git(7) command-line interface LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Env-Path-[0-9]*:../../devel/p5-Env-Path -BUILD_DEPENDS+= {perl>=5.001,p5-File-Path-[0-9]*}:../../devel/p5-File-Path +#BUILD_DEPENDS+= {perl>=5.001,p5-File-Path-[0-9]*}:../../devel/p5-File-Path BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-Devel-CheckBin-[0-9]*:../../devel/p5-Devel-CheckBin DEPENDS+= p5-File-chdir>=0.1010:../../devel/p5-File-chdir -DEPENDS+= {perl>=5.9.5,p5-IPC-Cmd-[0-9]*}:../../devel/p5-IPC-Cmd +#DEPENDS+= {perl>=5.9.5,p5-IPC-Cmd-[0-9]*}:../../devel/p5-IPC-Cmd DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions DEPENDS+= git-base-[0-9]*:../../devel/git-base diff --git a/devel/p5-Gravatar-URL/Makefile b/devel/p5-Gravatar-URL/Makefile index 6adb0d5e818..574cc14ba61 100644 --- a/devel/p5-Gravatar-URL/Makefile +++ b/devel/p5-Gravatar-URL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:13 wiz Exp $ # DISTNAME= Gravatar-URL-1.06 @@ -14,8 +14,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 -DEPENDS+= {perl>=5.9.3,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.9.3,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Gravatar/URL/.packlist diff --git a/devel/p5-IO-CaptureOutput/Makefile b/devel/p5-IO-CaptureOutput/Makefile index 4e17e61fc77..2a54ecebef6 100644 --- a/devel/p5-IO-CaptureOutput/Makefile +++ b/devel/p5-IO-CaptureOutput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:19 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:13 wiz Exp $ DISTNAME= IO-CaptureOutput-1.1104 PKGNAME= p5-${DISTNAME:S/1103/11.03/} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/IO/CaptureOutput/.packlist -DEPENDS+= {perl>=5.8.9,p5-PathTools>=3.27}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.8.9,p5-PathTools>=3.27}:../../devel/p5-PathTools .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-Handle-Util/Makefile b/devel/p5-IO-Handle-Util/Makefile index dac36245fb4..e16e0466466 100644 --- a/devel/p5-IO-Handle-Util/Makefile +++ b/devel/p5-IO-Handle-Util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:19 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:13 wiz Exp $ # DISTNAME= IO-Handle-Util-0.01 @@ -20,7 +20,7 @@ BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter DEPENDS+= p5-asa-[0-9]*:../../devel/p5-asa -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-Interactive/Makefile b/devel/p5-IO-Interactive/Makefile index 124bf9efb7f..eaa038ee923 100644 --- a/devel/p5-IO-Interactive/Makefile +++ b/devel/p5-IO-Interactive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:19 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:13 wiz Exp $ # DISTNAME= IO-Interactive-0.0.6 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/IO-Interactive/ COMMENT= Perl 5 module prodiving utilities for interactive I/O LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IO/Interactive/.packlist diff --git a/devel/p5-IO-Prompt/Makefile b/devel/p5-IO-Prompt/Makefile index a02b3fe5690..6e759e395b3 100644 --- a/devel/p5-IO-Prompt/Makefile +++ b/devel/p5-IO-Prompt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:20 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:14 wiz Exp $ # DISTNAME= IO-Prompt-0.997002 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/~dconway/IO-Prompt/ COMMENT= Interactively prompt for user input LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.10,p5-version-[0-9]*}:../../devel/p5-version DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want diff --git a/devel/p5-IO-Zlib/Makefile b/devel/p5-IO-Zlib/Makefile index 76d05946cda..cba7af6a48c 100644 --- a/devel/p5-IO-Zlib/Makefile +++ b/devel/p5-IO-Zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/06/12 10:49:21 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/07/12 18:56:14 wiz Exp $ DISTNAME= IO-Zlib-1.10 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/IO-Zlib/ COMMENT= Perl5 IO:: style interface to Compress::Zlib LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=2 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=2 USE_LANGUAGES= # empty diff --git a/devel/p5-IPC-DirQueue/Makefile b/devel/p5-IPC-DirQueue/Makefile index 1c779176efb..1d2a14f7517 100644 --- a/devel/p5-IPC-DirQueue/Makefile +++ b/devel/p5-IPC-DirQueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:21 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:14 wiz Exp $ DISTNAME= IPC-DirQueue-1.0 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/IPC-DirQueue/ COMMENT= Disk-based many-to-many task queue LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IPC/DirQueue/.packlist diff --git a/devel/p5-Inline/Makefile b/devel/p5-Inline/Makefile index 14ff88f7ff4..37f699956bf 100644 --- a/devel/p5-Inline/Makefile +++ b/devel/p5-Inline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/06/12 10:49:22 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/07/12 18:56:14 wiz Exp $ # DISTNAME= Inline-0.80 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Inline/ COMMENT= Perl5 module for writing Perl subroutines in other languages LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.09}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.09}:../../security/p5-Digest-MD5 DEPENDS+= p5-Parse-RecDescent>=1.80:../../devel/p5-Parse-RecDescent DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index 67d9a8fa371..7b4691f1cf1 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:49:23 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/07/12 18:56:14 wiz Exp $ DISTNAME= Log-Dispatch-Config-1.04 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Config/ COMMENT= Configure Log::Dispatch with a config file, a la Java's log4j LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.41}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.41}:../../devel/p5-Test-Simple DEPENDS+= p5-IO-stringy>=2.108:../../devel/p5-IO-stringy DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig DEPENDS+= p5-Log-Dispatch>=2.00:../../devel/p5-Log-Dispatch diff --git a/devel/p5-Log-Dispatchouli/Makefile b/devel/p5-Log-Dispatchouli/Makefile index 03f9beec925..2365512310d 100644 --- a/devel/p5-Log-Dispatchouli/Makefile +++ b/devel/p5-Log-Dispatchouli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:14 wiz Exp $ DISTNAME= Log-Dispatchouli-2.012 PKGNAME= p5-${DISTNAME} @@ -21,7 +21,7 @@ DEPENDS+= p5-Try-Tiny>=0.04:../../devel/p5-Try-Tiny BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Log/Dispatchouli/.packlist diff --git a/devel/p5-Log-Handler/Makefile b/devel/p5-Log-Handler/Makefile index 86cd858590e..ccb67d5e1e3 100644 --- a/devel/p5-Log-Handler/Makefile +++ b/devel/p5-Log-Handler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:49:24 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:14 wiz Exp $ # DISTNAME= Log-Handler-0.84 @@ -18,8 +18,8 @@ DEPENDS+= p5-DBI>=0:../../databases/p5-DBI DEPENDS+= p5-Email-Date>=0:../../mail/p5-Email-Date DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate -DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile index a8a1e1eb812..311936000fe 100644 --- a/devel/p5-Log-Report/Makefile +++ b/devel/p5-Log-Report/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:24 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:14 wiz Exp $ # DISTNAME= Log-Report-1.05 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Log-Report/ COMMENT= Report a problem, pluggable handlers, and language support LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod BUILD_DEPENDS+= p5-Log-Report-Optional>=0:../../devel/p5-Log-Report-Optional diff --git a/devel/p5-Memoize-ExpireLRU/Makefile b/devel/p5-Memoize-ExpireLRU/Makefile index 7640cb025e7..11971544b92 100644 --- a/devel/p5-Memoize-ExpireLRU/Makefile +++ b/devel/p5-Memoize-ExpireLRU/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:25 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:14 wiz Exp $ # DISTNAME= Memoize-ExpireLRU-0.55 @@ -12,7 +12,7 @@ COMMENT= Expiry plug-in for Memoize that adds LRU cache expiration PERL5_PACKLIST= auto/Memoize/ExpireLRU/.packlist -DEPENDS+= {perl>=5.7.3,p5-Memoize>=0.52}:../../devel/p5-Memoize +#DEPENDS+= {perl>=5.7.3,p5-Memoize>=0.52}:../../devel/p5-Memoize .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MetaCPAN-API/Makefile b/devel/p5-MetaCPAN-API/Makefile index 34750aa3b2a..5a9761d5ca0 100644 --- a/devel/p5-MetaCPAN-API/Makefile +++ b/devel/p5-MetaCPAN-API/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:14 wiz Exp $ DISTNAME= MetaCPAN-API-0.50 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Comprehensive, DWIM-featured API to MetaCPAN for Perl5 LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose -DEPENDS+= {perl>=5.13.9,p5-HTTP-Tiny-[0-9]*}:../../www/p5-HTTP-Tiny +#DEPENDS+= {perl>=5.13.9,p5-HTTP-Tiny-[0-9]*}:../../www/p5-HTTP-Tiny DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/devel/p5-Method-Signatures/Makefile b/devel/p5-Method-Signatures/Makefile index b3ee29a24a8..884b80ca657 100644 --- a/devel/p5-Method-Signatures/Makefile +++ b/devel/p5-Method-Signatures/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:25 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:14 wiz Exp $ DISTNAME= Method-Signatures-20141021 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-Const-Fast>=0.006:../../devel/p5-Const-Fast DEPENDS+= p5-Data-Alias>=1.08:../../devel/p5-Data-Alias DEPENDS+= p5-Devel-BeginLift>=0.001001:../../devel/p5-Devel-BeginLift DEPENDS+= p5-Devel-Declare>=0.006002:../../devel/p5-Devel-Declare -DEPENDS+= {perl>=5.19.11,p5-experimental>=0.005}:../../devel/p5-experimental +#DEPENDS+= {perl>=5.19.11,p5-experimental>=0.005}:../../devel/p5-experimental DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI DEPENDS+= p5-Mouse>=0.64:../../devel/p5-Mouse DEPENDS+= p5-Sub-Name>=0.03:../../devel/p5-Sub-Name diff --git a/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile index 99ea86dc4b0..c3030570e9f 100644 --- a/devel/p5-Mixin-Linewise/Makefile +++ b/devel/p5-Mixin-Linewise/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:14 wiz Exp $ # DISTNAME= Mixin-Linewise-0.108 @@ -16,7 +16,7 @@ DEPENDS+= p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-Sub-Exporter>=0.900:../../devel/p5-Sub-Exporter -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Mixin/Linewise/.packlist diff --git a/devel/p5-Module-Build-WithXSpp/Makefile b/devel/p5-Module-Build-WithXSpp/Makefile index 5dc7e1e3332..8e643dfe41a 100644 --- a/devel/p5-Module-Build-WithXSpp/Makefile +++ b/devel/p5-Module-Build-WithXSpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:26 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:14 wiz Exp $ DISTNAME= Module-Build-WithXSpp-0.14 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Module-Build-WithXSpp/ COMMENT= Build and install Perl XS++ modules LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.4,p5-Module-Build-[0-9]*}:../../devel/p5-Module-Build +#DEPENDS+= {perl>=5.9.4,p5-Module-Build-[0-9]*}:../../devel/p5-Module-Build DEPENDS+= p5-ExtUtils-CppGuess-[0-9]*:../../devel/p5-ExtUtils-CppGuess DEPENDS+= p5-ExtUtils-XSpp-[0-9]*:../../devel/p5-ExtUtils-XSpp diff --git a/devel/p5-Module-Build/options.mk b/devel/p5-Module-Build/options.mk index 6fb4d4bea9b..9b7309dc579 100644 --- a/devel/p5-Module-Build/options.mk +++ b/devel/p5-Module-Build/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2013/12/07 00:58:01 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2015/07/12 18:56:15 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mdist_authoring) -DEPENDS+= {perl>=5.10.0,p5-Archive-Tar>=1.09}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5.10.0,p5-Archive-Tar>=1.09}:../../archivers/p5-Archive-Tar DEPENDS+= p5-Pod-Readme>=0.04:../../textproc/p5-Pod-Readme DEPENDS+= p5-Module-Signature>=0.21:../../security/p5-Module-Signature .endif diff --git a/devel/p5-Module-CPANTS-Analyse/Makefile b/devel/p5-Module-CPANTS-Analyse/Makefile index 352f5bfbab4..37dbd0de587 100644 --- a/devel/p5-Module-CPANTS-Analyse/Makefile +++ b/devel/p5-Module-CPANTS-Analyse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:26 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:15 wiz Exp $ DISTNAME= Module-CPANTS-Analyse-0.96 PKGNAME= p5-${DISTNAME} @@ -12,10 +12,10 @@ COMMENT= Perl5 module to generate Kwalitee ratings for a distribution LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Archive-Any-Lite>=0.06:../../archivers/p5-Archive-Any-Lite -DEPENDS+= {perl>=5.10,p5-Archive-Tar>=1.30}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5.10,p5-Archive-Tar>=1.30}:../../archivers/p5-Archive-Tar DEPENDS+= p5-Array-Diff>=0.04:../../devel/p5-Array-Diff DEPENDS+= p5-CPAN-DistnameInfo>=0.06:../../devel/p5-CPAN-DistnameInfo -DEPENDS+= {perl>=5.19.1,p5-CPAN-Meta>=2.131490}:../../devel/p5-CPAN-Meta +#DEPENDS+= {perl>=5.19.1,p5-CPAN-Meta>=2.131490}:../../devel/p5-CPAN-Meta DEPENDS+= p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor DEPENDS+= p5-ExtUtils-MakeMaker-CPANfile-[0-9]*:../../devel/p5-ExtUtils-MakeMaker-CPANfile DEPENDS+= p5-File-Find-Rule-VCS>=0:../../devel/p5-File-Find-Rule-VCS @@ -23,14 +23,14 @@ DEPENDS+= p5-IO-Capture>=0.05:../../devel/p5-IO-Capture DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils DEPENDS+= p5-Module-ExtractUse>=0.30:../../devel/p5-Module-ExtractUse DEPENDS+= p5-Module-Pluggable>=2.96:../../devel/p5-Module-Pluggable -DEPENDS+= {perl>=5.10,p5-Pod-Simple>=2.02}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.10,p5-Pod-Simple>=2.02}:../../textproc/p5-Pod-Simple DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly DEPENDS+= p5-Set-Scalar>=0:../../devel/p5-Set-Scalar DEPENDS+= p5-Software-License>=0.003:../../devel/p5-Software-License DEPENDS+= p5-Test-YAML-Meta>=0.11:../../devel/p5-Test-YAML-Meta DEPENDS+= p5-YAML-Syck>=0.95:../../textproc/p5-YAML-Syck DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -DEPENDS+= {perl>=5.10,p5-version>=0.73}:../../devel/p5-version +#DEPENDS+= {perl>=5.10,p5-version>=0.73}:../../devel/p5-version BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings diff --git a/devel/p5-Module-Install-XSUtil/Makefile b/devel/p5-Module-Install-XSUtil/Makefile index 534604713b8..f8e0b7a9667 100644 --- a/devel/p5-Module-Install-XSUtil/Makefile +++ b/devel/p5-Module-Install-XSUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:27 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= Module-Install-XSUtil-0.45 @@ -17,9 +17,9 @@ USE_LANGUAGES= c # for test target PERL5_PACKLIST= auto/Module/Install/XSUtil/.packlist BUILD_DEPENDS+= p5-B-Hooks-OP-Annotation>=0.43:../../devel/p5-B-Hooks-OP-Annotation -BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort -BUILD_DEPENDS+= {perl>=5.12.0,p5-ExtUtils-ParseXS>=3.18}:../../devel/p5-ExtUtils-ParseXS -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort +#BUILD_DEPENDS+= {perl>=5.12.0,p5-ExtUtils-ParseXS>=3.18}:../../devel/p5-ExtUtils-ParseXS +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Module-Install>=0.91:../../devel/p5-Module-Install diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index 499e1c1784c..d0646476ba0 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/06/12 10:49:26 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2015/07/12 18:56:15 wiz Exp $ DISTNAME= Module-Install-1.16 PKGNAME= p5-${DISTNAME} @@ -12,17 +12,17 @@ COMMENT= Perl5 module for building and installing Perl modules LICENSE= ${PERL5_LICENSE} #ExtUtils::Install: '1.52' -DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar -DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort -DEPENDS+= {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS +#DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort +#DEPENDS+= {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON DEPENDS+= p5-libwww>=5.812:../../www/p5-libwww -DEPENDS+= {perl>=5.10.0,p5-Module-Build>=0.29}:../../devel/p5-Module-Build -DEPENDS+= {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList +#DEPENDS+= {perl>=5.10.0,p5-Module-Build>=0.29}:../../devel/p5-Module-Build +#DEPENDS+= {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList DEPENDS+= p5-Module-ScanDeps>=1.09:../../devel/p5-Module-ScanDeps DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist -DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.4413}:../../devel/p5-Parse-CPAN-Meta +#DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.4413}:../../devel/p5-Parse-CPAN-Meta DEPENDS+= p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny PERL5_PACKLIST= auto/Module/Install/.packlist diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index ac5f1e9e893..f96a61641f1 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2015/06/12 10:49:29 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2015/07/12 18:56:15 wiz Exp $ DISTNAME= Moose-2.1405 PKGNAME= p5-${DISTNAME} @@ -32,7 +32,7 @@ DEPENDS+= p5-Sub-Identify>=0:../../devel/p5-Sub-Identify DEPENDS+= p5-Sub-Name>=0.05:../../devel/p5-Sub-Name DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-Try-Tiny>=0.02:../../devel/p5-Try-Tiny -DEPENDS+= {perl>=5.19.5,p5-Scalar-List-Utils>=1.35}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.19.5,p5-Scalar-List-Utils>=1.35}:../../devel/p5-Scalar-List-Utils # Note: Moose can take advantage of PartialDump, but as PartialDump depends # on Moose, we cannot add it to DEPENDS diff --git a/devel/p5-MooseX-ClassAttribute/Makefile b/devel/p5-MooseX-ClassAttribute/Makefile index 0e1caf6a573..5aa6670c1d9 100644 --- a/devel/p5-MooseX-ClassAttribute/Makefile +++ b/devel/p5-MooseX-ClassAttribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:30 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= MooseX-ClassAttribute-0.27 @@ -18,7 +18,7 @@ PERL5_PACKLIST= auto/MooseX/ClassAttribute/.packlist DEPENDS+= p5-Moose>=2.00:../../devel/p5-Moose DEPENDS+= p5-namespace-autoclean>=0.11:../../devel/p5-namespace-autoclean -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-FollowPBP/Makefile b/devel/p5-MooseX-FollowPBP/Makefile index 6ee5a0469fd..aa53958565a 100644 --- a/devel/p5-MooseX-FollowPBP/Makefile +++ b/devel/p5-MooseX-FollowPBP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= MooseX-FollowPBP-0.05 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/MooseX-FollowPBP/ COMMENT= Name your accessors get_foo() and set_foo() LICENSE= artistic-2.0 -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose USE_LANGUAGES= # empty diff --git a/devel/p5-MooseX-LazyRequire/Makefile b/devel/p5-MooseX-LazyRequire/Makefile index 71289af59fc..8ab5cebf0e5 100644 --- a/devel/p5-MooseX-LazyRequire/Makefile +++ b/devel/p5-MooseX-LazyRequire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:31 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= MooseX-LazyRequire-0.11 @@ -18,7 +18,7 @@ DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean BUILD_DEPENDS+= p5-Test-CheckDeps>=0.002:../../devel/p5-Test-CheckDeps BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/LazyRequire/.packlist diff --git a/devel/p5-MooseX-Method-Signatures/Makefile b/devel/p5-MooseX-Method-Signatures/Makefile index f06362bbba6..df8b9721d78 100644 --- a/devel/p5-MooseX-Method-Signatures/Makefile +++ b/devel/p5-MooseX-Method-Signatures/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:49:31 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= MooseX-Method-Signatures-0.48 @@ -30,7 +30,7 @@ DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.89}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.89}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/devel/p5-MooseX-MethodAttributes/Makefile b/devel/p5-MooseX-MethodAttributes/Makefile index 2834684fa39..55c840bbe5f 100644 --- a/devel/p5-MooseX-MethodAttributes/Makefile +++ b/devel/p5-MooseX-MethodAttributes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:49:31 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:15 wiz Exp $ DISTNAME= MooseX-MethodAttributes-0.29 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= p5-MooseX-Types>=0.21:../../devel/p5-MooseX-Types DEPENDS+= p5-namespace-clean>=0.10:../../devel/p5-namespace-clean BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean PERL5_PACKLIST= auto/MooseX/MethodAttributes/.packlist diff --git a/devel/p5-MooseX-OneArgNew/Makefile b/devel/p5-MooseX-OneArgNew/Makefile index a071b4b6c2f..fae9867816c 100644 --- a/devel/p5-MooseX-OneArgNew/Makefile +++ b/devel/p5-MooseX-OneArgNew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= MooseX-OneArgNew-0.004 @@ -16,7 +16,7 @@ DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean -BUILD_DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/OneArgNew/.packlist diff --git a/devel/p5-MooseX-Role-WithOverloading/Makefile b/devel/p5-MooseX-Role-WithOverloading/Makefile index e44bd873a1d..9d510e44600 100644 --- a/devel/p5-MooseX-Role-WithOverloading/Makefile +++ b/devel/p5-MooseX-Role-WithOverloading/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:32 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:15 wiz Exp $ DISTNAME= MooseX-Role-WithOverloading-0.16 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-aliased-[0-9]*:../../devel/p5-aliased DEPENDS+= p5-namespace-autoclean>=0.12:../../devel/p5-namespace-autoclean DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple USE_LANGUAGES= c PERL5_PACKLIST= auto/MooseX/Role/WithOverloading/.packlist diff --git a/devel/p5-MooseX-SemiAffordanceAccessor/Makefile b/devel/p5-MooseX-SemiAffordanceAccessor/Makefile index c08ffb23288..3925f2ed665 100644 --- a/devel/p5-MooseX-SemiAffordanceAccessor/Makefile +++ b/devel/p5-MooseX-SemiAffordanceAccessor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:32 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= MooseX-SemiAffordanceAccessor-0.10 @@ -15,7 +15,7 @@ LICENSE= artistic-2.0 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/SemiAffordanceAccessor/.packlist -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose .include "../../lang/perl5/module.mk" diff --git a/devel/p5-MooseX-Singleton/Makefile b/devel/p5-MooseX-Singleton/Makefile index 5fe0e869cdf..28cc621c868 100644 --- a/devel/p5-MooseX-Singleton/Makefile +++ b/devel/p5-MooseX-Singleton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:32 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:15 wiz Exp $ # DISTNAME= MooseX-Singleton-0.29 @@ -20,7 +20,7 @@ DEPENDS+= p5-Moose>=1.10:../../devel/p5-Moose BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-StrictConstructor/Makefile b/devel/p5-MooseX-StrictConstructor/Makefile index e31f7a10b70..f4a996ef602 100644 --- a/devel/p5-MooseX-StrictConstructor/Makefile +++ b/devel/p5-MooseX-StrictConstructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:32 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:16 wiz Exp $ # DISTNAME= MooseX-StrictConstructor-0.19 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/MooseX-StrictConstructor/ COMMENT= Make your object constructors blow up on unknown attributes LICENSE= artistic-2.0 -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose diff --git a/devel/p5-MooseX-Types-Perl/Makefile b/devel/p5-MooseX-Types-Perl/Makefile index 64d879f5c18..1058f328c4b 100644 --- a/devel/p5-MooseX-Types-Perl/Makefile +++ b/devel/p5-MooseX-Types-Perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:49:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:16 wiz Exp $ # DISTNAME= MooseX-Types-Perl-0.101343 @@ -19,7 +19,7 @@ PERL5_PACKLIST= auto/MooseX/Types/Perl/.packlist DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-Types-Structured/Makefile b/devel/p5-MooseX-Types-Structured/Makefile index 36810fc1409..4ea711092fb 100644 --- a/devel/p5-MooseX-Types-Structured/Makefile +++ b/devel/p5-MooseX-Types-Structured/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:33 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:16 wiz Exp $ # DISTNAME= MooseX-Types-Structured-0.33 @@ -21,7 +21,7 @@ DEPENDS+= p5-Sub-Exporter>=0.982:../../devel/p5-Sub-Exporter BUILD_DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime BUILD_DEPENDS+= p5-MooseX-Types-DateTime-[0-9]*:../../time/p5-MooseX-Types-DateTime BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/devel/p5-MooseX-Types/Makefile b/devel/p5-MooseX-Types/Makefile index 999b55841bb..aba2220334b 100644 --- a/devel/p5-MooseX-Types/Makefile +++ b/devel/p5-MooseX-Types/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:49:32 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:16 wiz Exp $ DISTNAME= MooseX-Types-0.45 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name DEPENDS+= p5-namespace-clean>=0.19:../../devel/p5-namespace-clean BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.035:../../devel/p5-Module-Build-Tiny -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile index 90672755493..d32832e5d7d 100644 --- a/devel/p5-Mouse/Makefile +++ b/devel/p5-Mouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/06/12 10:49:33 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2015/07/12 18:56:16 wiz Exp $ DISTNAME= Mouse-2.4.2 PKGNAME= p5-${DISTNAME} @@ -12,9 +12,9 @@ COMMENT= Perl module implementing an extension of the perl object system LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-Requires>=0.06:../../devel/p5-Test-Requires -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple -BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.21}:../../devel/p5-ExtUtils-ParseXS -BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.21}:../../devel/p5-ExtUtils-ParseXS +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort BUILD_DEPENDS+= p5-Module-Build-XSUtil>=0:../../devel/p5-Module-Build-XSUtil MAKE_JOBS_SAFE= no diff --git a/devel/p5-Object-Pluggable/Makefile b/devel/p5-Object-Pluggable/Makefile index fecf335c116..06c257a7dac 100644 --- a/devel/p5-Object-Pluggable/Makefile +++ b/devel/p5-Object-Pluggable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:34 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:16 wiz Exp $ # DISTNAME= Object-Pluggable-1.29 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Object-Pluggable/ COMMENT= Base class for creating plugin-enabled objects LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Pod-Parser>=1.36}:../../textproc/p5-Pod-Parser +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Pod-Parser>=1.36}:../../textproc/p5-Pod-Parser DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken diff --git a/devel/p5-Object-Realize-Later/Makefile b/devel/p5-Object-Realize-Later/Makefile index 5af0e6bfee9..238df26e274 100644 --- a/devel/p5-Object-Realize-Later/Makefile +++ b/devel/p5-Object-Realize-Later/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:49:34 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:16 wiz Exp $ DISTNAME= Object-Realize-Later-0.19 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Object-Realize-Later/ COMMENT= Delayed creation of objects LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils BUILD_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod PERL5_PACKLIST= auto/Object/Realize/Later/.packlist diff --git a/devel/p5-Object-Signature/Makefile b/devel/p5-Object-Signature/Makefile index 9f2dd2bc515..f6b6eec4959 100644 --- a/devel/p5-Object-Signature/Makefile +++ b/devel/p5-Object-Signature/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:34 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:16 wiz Exp $ DISTNAME= Object-Signature-1.07 PKGNAME= p5-${DISTNAME} @@ -12,8 +12,8 @@ COMMENT= Generate cryptographic signatures for objects LICENSE= ${PERL5_LICENSE} #DEPENDS+= p5-Storable>=2.11:../../devel/p5-Storable -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 -DEPENDS+= {perl>=5.8.1,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.8.1,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-PathTools>=0.80:../../devel/p5-PathTools DEPENDS+= p5-ExtUtils-AutoInstall>=0.63:../../devel/p5-ExtUtils-AutoInstall diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index 0c536b875a3..a985ccfe8ee 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:49:34 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:16 wiz Exp $ # DISTNAME= PAR-1.009 @@ -13,8 +13,8 @@ COMMENT= Cross-Platform Packaging and Debugging Tool LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip -DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.3 +#DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.3 DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature DEPENDS+= p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 71a58ac5d40..2a00e12b87c 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/06/12 10:49:35 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:16 wiz Exp $ DISTNAME= POE-1.366 PKGNAME= p5-${DISTNAME} @@ -12,15 +12,15 @@ HOMEPAGE= http://poe.perl.org/ COMMENT= Perl Object Environment LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.33 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.33 DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses DEPENDS+= p5-Event>=1.00:../../devel/p5-Event DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty DEPENDS+= p5-POE-Test-Loops>=1.360:../../devel/p5-POE-Test-Loops DEPENDS+= p5-Socket6>=0.14:../../net/p5-Socket6 DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey -DEPENDS+= {perl>=5.8.5,p5-Term-Cap>=1.09}:../../devel/p5-Term-Cap -DEPENDS+= {perl>=5.8.4,p5-Time-HiRes>=1.59}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.8.5,p5-Term-Cap>=1.09}:../../devel/p5-Term-Cap +#DEPENDS+= {perl>=5.8.4,p5-Time-HiRes>=1.59}:../../time/p5-Time-HiRes DEPENDS+= p5-URI>=1.30:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-IO-Pipely>=0.005:../../devel/p5-IO-Pipely diff --git a/devel/p5-PPI-PowerToys/Makefile b/devel/p5-PPI-PowerToys/Makefile index 20e520b6c0d..0273098f64e 100644 --- a/devel/p5-PPI-PowerToys/Makefile +++ b/devel/p5-PPI-PowerToys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:35 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:16 wiz Exp $ # DISTNAME= PPI-PowerToys-0.14 @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule DEPENDS+= p5-File-Find-Rule-Perl>=0.03:../../devel/p5-File-Find-Rule-Perl DEPENDS+= p5-PPI>=1.201:../../devel/p5-PPI -DEPENDS+= {perl>=5.10.1,p5-version>=0.7400}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.1,p5-version>=0.7400}:../../devel/p5-version BUILD_DEPENDS+= p5-IPC-Run3>=0.034:../../devel/p5-IPC-Run3 BUILD_DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index 109cdabd1bf..af828b2418e 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:49:35 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:16 wiz Exp $ DISTNAME= PPI-1.220 PKGNAME= p5-${DISTNAME} @@ -14,11 +14,11 @@ LICENSE= ${PERL5_LICENSE} # Before update this package, please check $XS_COMPATIBLE in lib/PPI.pm. # If it is greater than version of devel/p5-PPI-XS, p5-PPI-XS should be updated. DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone -DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.35}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.35}:../../security/p5-Digest-MD5 DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util -DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken #DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable @@ -26,7 +26,7 @@ BUILD_DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector BUILD_DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-Object>=0.07:../../devel/p5-Test-Object -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls USE_LANGUAGES= # empty diff --git a/devel/p5-Package-DeprecationManager/Makefile b/devel/p5-Package-DeprecationManager/Makefile index bb385ba2fc8..78c25d8c988 100644 --- a/devel/p5-Package-DeprecationManager/Makefile +++ b/devel/p5-Package-DeprecationManager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:36 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:16 wiz Exp $ DISTNAME= Package-DeprecationManager-0.14 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Package/DeprecationManager/.packlist BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires diff --git a/devel/p5-Package-Stash/Makefile b/devel/p5-Package-Stash/Makefile index 711943a0cff..2d6594de2e8 100644 --- a/devel/p5-Package-Stash/Makefile +++ b/devel/p5-Package-Stash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:36 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Package-Stash-0.37 PKGNAME= p5-${DISTNAME} @@ -21,7 +21,7 @@ DEPENDS+= p5-Package-Stash-XS>=0.26:../../devel/p5-Package-Stash-XS BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Package/Stash/.packlist diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index 7d8b7295b66..b0c3302a892 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2015/06/30 06:54:39 wen Exp $ +# $NetBSD: Makefile,v 1.57 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Params-Validate-1.20 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Params-Validate/ COMMENT= Validate method/function parameters LICENSE= ${PERL5_LICENSE} -DEPENDS+= {p5-Scalar-List-Utils>=1.0,perl>=5.10.0}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {p5-Scalar-List-Utils>=1.0,perl>=5.10.0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp diff --git a/devel/p5-Parse-CPAN-Meta/Makefile b/devel/p5-Parse-CPAN-Meta/Makefile index 276fbd40384..fffed68a6a5 100644 --- a/devel/p5-Parse-CPAN-Meta/Makefile +++ b/devel/p5-Parse-CPAN-Meta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:37 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Parse-CPAN-Meta-1.4414 PKGNAME= p5-${DISTNAME} @@ -11,13 +11,13 @@ HOMEPAGE= http://search.cpan.org/dist/Parse-CPAN-Meta/ COMMENT= Perl5 module to parse META.yml and other similar CPAN metadata files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.6.0,p5-PathTools>=0.80}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.6.0,p5-PathTools>=0.80}:../../devel/p5-PathTools -DEPENDS+= {perl>=5.16.0,p5-JSON-PP>=2.27200}:../../converters/p5-JSON-PP -DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-YAML>=0.008}:../../devel/p5-CPAN-Meta-YAML +#DEPENDS+= {perl>=5.16.0,p5-JSON-PP>=2.27200}:../../converters/p5-JSON-PP +#DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-YAML>=0.008}:../../devel/p5-CPAN-Meta-YAML -BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple -BUILD_DEPENDS+= {perl>=5.8.8,p5-ExtUtils-MakeMaker>=6.30}:../../devel/p5-ExtUtils-MakeMaker +#BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.8.8,p5-ExtUtils-MakeMaker>=6.30}:../../devel/p5-ExtUtils-MakeMaker USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Parse/CPAN/Meta/.packlist diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index 44668d5f36d..1a2fda5a57c 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:49:37 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Path-Class-0.35 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Path/Class/.packlist -DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Perl-APIReference/Makefile b/devel/p5-Perl-APIReference/Makefile index 567a8751d0d..e92facd4a9d 100644 --- a/devel/p5-Perl-APIReference/Makefile +++ b/devel/p5-Perl-APIReference/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:17 wiz Exp $ # DISTNAME= Perl-APIReference-0.19 @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent PERL5_PACKLIST= auto/Perl/APIReference/.packlist diff --git a/devel/p5-Perl-MinimumVersion/Makefile b/devel/p5-Perl-MinimumVersion/Makefile index 3919ece74a4..fd464293ef5 100644 --- a/devel/p5-Perl-MinimumVersion/Makefile +++ b/devel/p5-Perl-MinimumVersion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:17 wiz Exp $ # DISTNAME= Perl-MinimumVersion-1.38 @@ -14,12 +14,12 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-Find-Rule>=0.32:../../devel/p5-File-Find-Rule DEPENDS+= p5-File-Find-Rule-Perl>=1.04:../../devel/p5-File-Find-Rule-Perl -DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI DEPENDS+= p5-Params-Util>=0.25:../../devel/p5-Params-Util DEPENDS+= p5-Perl-Critic>=1.104:../../devel/p5-Perl-Critic DEPENDS+= p5-PPIx-Regexp>=0.033:../../devel/p5-PPIx-Regexp -DEPENDS+= {perl>=5.10.1,p5-version>=0.76}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.1,p5-version>=0.76}:../../devel/p5-version BUILD_DEPENDS+= p5-Test-Script>=1.03:../../devel/p5-Test-Script diff --git a/devel/p5-Perl-PrereqScanner/Makefile b/devel/p5-Perl-PrereqScanner/Makefile index 925ec374d4d..1f85c3c699a 100644 --- a/devel/p5-Perl-PrereqScanner/Makefile +++ b/devel/p5-Perl-PrereqScanner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:17 wiz Exp $ # DISTNAME= Perl-PrereqScanner-1.023 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Perl-PrereqScanner/ COMMENT= Tool to scan your Perl code for its prerequisites LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta-Requirements>=2.120.630}:../../devel/p5-CPAN-Meta-Requirements +#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta-Requirements>=2.120.630}:../../devel/p5-CPAN-Meta-Requirements DEPENDS+= p5-Getopt-Long-Descriptive-[0-9]*:../../devel/p5-Getopt-Long-Descriptive DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-Module-Path-[0-9]*:../../filesystems/p5-Module-Path @@ -22,7 +22,7 @@ DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util DEPENDS+= p5-String-RewritePrefix>=0.005:../../textproc/p5-String-RewritePrefix DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny PERL5_PACKLIST= auto/Perl/PrereqScanner/.packlist diff --git a/devel/p5-Perl6-Export-Attrs/Makefile b/devel/p5-Perl6-Export-Attrs/Makefile index b7aa6808b4f..f75a4ded9cc 100644 --- a/devel/p5-Perl6-Export-Attrs/Makefile +++ b/devel/p5-Perl6-Export-Attrs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:39 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Perl6-Export-Attrs-0.0.3 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Perl6-Export-Attrs/ COMMENT= Perl 5 module implementing Perl 6 symbol export mechanism -DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Perl6/Export/Attrs/.packlist diff --git a/devel/p5-Pod-Usage/Makefile b/devel/p5-Pod-Usage/Makefile index c36011d9b3a..9676b5ebf24 100644 --- a/devel/p5-Pod-Usage/Makefile +++ b/devel/p5-Pod-Usage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:39 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:17 wiz Exp $ # DISTNAME= Pod-Usage-1.66 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Usage/ COMMENT= Print a usage message from embedded pod documentation LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.17.9,p5-Pod-Parser>=1.60}:../../textproc/p5-Pod-Parser +#DEPENDS+= {perl>=5.17.9,p5-Pod-Parser>=1.60}:../../textproc/p5-Pod-Parser PERL5_PACKLIST= auto/Pod/Usage/.packlist USE_LANGUAGES= # none diff --git a/devel/p5-Python-Serialise-Marshal/Makefile b/devel/p5-Python-Serialise-Marshal/Makefile index c95ab78b4c2..6588b37b0c4 100644 --- a/devel/p5-Python-Serialise-Marshal/Makefile +++ b/devel/p5-Python-Serialise-Marshal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 10:49:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/07/12 18:56:17 wiz Exp $ # DISTNAME= Python-Serialise-Marshal-0.02 @@ -13,8 +13,8 @@ COMMENT= Module for reading and writing marshalled Python files LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-Binary>=1.0:../../devel/p5-File-Binary -DEPENDS+= {perl>=5,p5-Math-Complex-[0-9]*}:../../math/p5-Math-Complex -DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5,p5-Math-Complex-[0-9]*}:../../math/p5-Math-Complex +#DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Python/Serialise/Marshal/.packlist diff --git a/devel/p5-Regexp-MatchContext/Makefile b/devel/p5-Regexp-MatchContext/Makefile index b2cb56e7b61..98de9643f2d 100644 --- a/devel/p5-Regexp-MatchContext/Makefile +++ b/devel/p5-Regexp-MatchContext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:17 wiz Exp $ # DISTNAME= Regexp-MatchContext-0.0.2 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Regexp-MatchContext/ COMMENT= Perl 5 module prodiving replacements for regexp related variables -DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version # Ignore warning about the supposedly missing prerequisite Tie::StdScalar. # It's there, have faith, run 'make test'! diff --git a/devel/p5-Return-Value/Makefile b/devel/p5-Return-Value/Makefile index 716320ebda4..6c64f63aee1 100644 --- a/devel/p5-Return-Value/Makefile +++ b/devel/p5-Return-Value/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:41 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Return-Value-1.666004 # put dot in the center of 6 digits 1.666004 -> 1.666.004 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Return-Value/ COMMENT= Polymorphic Return Values LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Return/Value/.packlist diff --git a/devel/p5-Role-Basic/Makefile b/devel/p5-Role-Basic/Makefile index 52f1cc01573..ca5961de6d2 100644 --- a/devel/p5-Role-Basic/Makefile +++ b/devel/p5-Role-Basic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 10:49:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Role-Basic-0.13 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Role-Basic/ COMMENT= Just roles. Nothing else LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-Storable>=2.15}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.9.3,p5-Storable>=2.15}:../../devel/p5-Storable PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Role/Basic/.packlist diff --git a/devel/p5-Role-HasMessage/Makefile b/devel/p5-Role-HasMessage/Makefile index 545b6bc25d0..7c4a2b61ec2 100644 --- a/devel/p5-Role-HasMessage/Makefile +++ b/devel/p5-Role-HasMessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:17 wiz Exp $ DISTNAME= Role-HasMessage-0.006 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Role/HasMessage/.packlist diff --git a/devel/p5-Role-Identifiable/Makefile b/devel/p5-Role-Identifiable/Makefile index 2cadb2725df..5fdaf31ab10 100644 --- a/devel/p5-Role-Identifiable/Makefile +++ b/devel/p5-Role-Identifiable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:18 wiz Exp $ DISTNAME= Role-Identifiable-0.007 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Role/Identifiable/.packlist diff --git a/devel/p5-Role-Tiny/Makefile b/devel/p5-Role-Tiny/Makefile index 266eb73450d..3577bf67c82 100644 --- a/devel/p5-Role-Tiny/Makefile +++ b/devel/p5-Role-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:41 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:18 wiz Exp $ DISTNAME= Role-Tiny-2.000001 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} CONFLICTS+= p5-Moo<0.009014 BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Role/Tiny/.packlist diff --git a/devel/p5-SVN-Class/Makefile b/devel/p5-SVN-Class/Makefile index 4ba389799b5..707343bf601 100644 --- a/devel/p5-SVN-Class/Makefile +++ b/devel/p5-SVN-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:41 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:18 wiz Exp $ DISTNAME= SVN-Class-0.18 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Manipulate Subversion workspaces with Perl objects LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump -DEPENDS+= {perl>=5.10.0,p5-IPC-Cmd>=0.40}:../../devel/p5-IPC-Cmd +#DEPENDS+= {perl>=5.10.0,p5-IPC-Cmd>=0.40}:../../devel/p5-IPC-Cmd DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class DEPENDS+= p5-Path-Class-File-Stat-[0-9]*:../../devel/p5-Path-Class-File-Stat diff --git a/devel/p5-Schedule-RateLimiter/Makefile b/devel/p5-Schedule-RateLimiter/Makefile index 067a551d353..2bfc7d5643c 100644 --- a/devel/p5-Schedule-RateLimiter/Makefile +++ b/devel/p5-Schedule-RateLimiter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:42 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:18 wiz Exp $ DISTNAME= Schedule-RateLimiter-0.01 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Perl5 module to schedule tasks with rate limiting USE_LANGUAGES= # empty -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Schedule/RateLimiter/.packlist diff --git a/devel/p5-Smart-Comments/Makefile b/devel/p5-Smart-Comments/Makefile index 0bb1c6bef13..5eb183e05b1 100644 --- a/devel/p5-Smart-Comments/Makefile +++ b/devel/p5-Smart-Comments/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:43 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:18 wiz Exp $ # DISTNAME= Smart-Comments-1.000005 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Smart-Comments/ COMMENT= Perl 5 module to insert debugging and tracking code easily LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Smart/Comments/.packlist diff --git a/devel/p5-Software-License/Makefile b/devel/p5-Software-License/Makefile index 306a56c4cce..597d7c13698 100644 --- a/devel/p5-Software-License/Makefile +++ b/devel/p5-Software-License/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:43 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:18 wiz Exp $ # DISTNAME= Software-License-0.103010 @@ -13,7 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/Software-License/ COMMENT= Perl 5 module which provide templated software licenses LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Data-Section-[0-9]*:../../devel/p5-Data-Section DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile index d97ca4e87ae..3a604803260 100644 --- a/devel/p5-Spoon/Makefile +++ b/devel/p5-Spoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/06/12 10:49:43 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:18 wiz Exp $ DISTNAME= Spoon-0.24 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IO-All>=0.32:../../devel/p5-IO-All DEPENDS+= p5-Spiffy>=0.22:../../devel/p5-Spiffy DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Spoon/.packlist diff --git a/devel/p5-Sub-Exporter-GlobExporter/Makefile b/devel/p5-Sub-Exporter-GlobExporter/Makefile index 69b248c78f2..a52f2fb4068 100644 --- a/devel/p5-Sub-Exporter-GlobExporter/Makefile +++ b/devel/p5-Sub-Exporter-GlobExporter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:18 wiz Exp $ DISTNAME= Sub-Exporter-GlobExporter-0.004 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Sub/Exporter/GlobExporter/.packlist diff --git a/devel/p5-Sub-Installer/Makefile b/devel/p5-Sub-Installer/Makefile index 19b16fe67b9..1b0b9fdccc6 100644 --- a/devel/p5-Sub-Installer/Makefile +++ b/devel/p5-Sub-Installer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:44 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:18 wiz Exp $ DISTNAME= Sub-Installer-v0.0.3 PKGNAME= p5-Sub-Installer-0.0.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Sub-Installer/ COMMENT= Perl 5 module prodiving a clean way to install package subroutines LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Sub/Installer/.packlist diff --git a/devel/p5-Symbol-Global-Name/Makefile b/devel/p5-Symbol-Global-Name/Makefile index d7aa41e5af0..95c33530199 100644 --- a/devel/p5-Symbol-Global-Name/Makefile +++ b/devel/p5-Symbol-Global-Name/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:19 wiz Exp $ DISTNAME= Symbol-Global-Name-0.05 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Symbol-Global-Name/ COMMENT= Finds name and type of a global variable LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.15.1,p5-ExtUtils-MakeMaker>=6.59}:../../devel/p5-ExtUtils-MakeMaker +#DEPENDS+= {perl>=5.15.1,p5-ExtUtils-MakeMaker>=6.59}:../../devel/p5-ExtUtils-MakeMaker PERL5_PACKLIST= auto/Symbol/Global/Name/.packlist USE_LANGUAGES= # none diff --git a/devel/p5-TAP-Formatter-HTML/Makefile b/devel/p5-TAP-Formatter-HTML/Makefile index 615a88a7270..88a50437ba5 100644 --- a/devel/p5-TAP-Formatter-HTML/Makefile +++ b/devel/p5-TAP-Formatter-HTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:19 wiz Exp $ # DISTNAME= TAP-Formatter-HTML-0.11 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SP/SPURKIS/ COMMENT= TAP Test Harness output delegate for html output LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.10}:../../devel/p5-Test-Harness +#DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.10}:../../devel/p5-Test-Harness DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit DEPENDS+= p5-URI>=1.35:../../www/p5-URI DEPENDS+= p5-accessors>=0.2:../../devel/p5-accessors diff --git a/devel/p5-TAP-Harness-Archive/Makefile b/devel/p5-TAP-Harness-Archive/Makefile index 2b800d8fc6e..17d320abfb1 100644 --- a/devel/p5-TAP-Harness-Archive/Makefile +++ b/devel/p5-TAP-Harness-Archive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:19 wiz Exp $ DISTNAME= TAP-Harness-Archive-0.17 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/TAP-Harness-Archive/ COMMENT= Create an archive of TAP test results LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.05}:../../devel/p5-Test-Harness +#DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.05}:../../devel/p5-Test-Harness DEPENDS+= p5-YAML-Tiny>=0:../../textproc/p5-YAML-Tiny PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Template-Plugin-ListUtil/Makefile b/devel/p5-Template-Plugin-ListUtil/Makefile index c408bcca0c8..c3455d203fa 100644 --- a/devel/p5-Template-Plugin-ListUtil/Makefile +++ b/devel/p5-Template-Plugin-ListUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:19 wiz Exp $ # DISTNAME= Template-Plugin-ListUtil-0.02 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty -DEPENDS+= {perl>=5.8,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.8,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Template-Plugin-VMethods>=0.02:../../devel/p5-Template-Plugin-VMethods DEPENDS+= p5-Template-Toolkit>=2.06:../../www/p5-Template-Toolkit diff --git a/devel/p5-Term-Prompt/Makefile b/devel/p5-Term-Prompt/Makefile index 154f5a5334c..72df5e92add 100644 --- a/devel/p5-Term-Prompt/Makefile +++ b/devel/p5-Term-Prompt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:19 wiz Exp $ # DISTNAME= Term-Prompt-1.04 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Term-Prompt/ COMMENT= Perl extension for prompting a user for information -DEPENDS+= {perl>=5,p5-Text-Tabs+Wrap>=1.0}:../../textproc/p5-Text-Tabs+Wrap +#DEPENDS+= {perl>=5,p5-Text-Tabs+Wrap>=1.0}:../../textproc/p5-Text-Tabs+Wrap DEPENDS+= p5-Term-ReadKey>=1.0:../../devel/p5-Term-ReadKey PERL5_PACKLIST= auto/Term/Prompt/.packlist diff --git a/devel/p5-Test-Aggregate/Makefile b/devel/p5-Test-Aggregate/Makefile index 29402365de0..eb50d933136 100644 --- a/devel/p5-Test-Aggregate/Makefile +++ b/devel/p5-Test-Aggregate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:19 wiz Exp $ DISTNAME= Test-Aggregate-0.372 PKGNAME= p5-${DISTNAME} @@ -11,16 +11,16 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Aggregate/ COMMENT= Aggregate *.t tests to make them run faster LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.09}:../../devel/p5-Test-Harness +#DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.09}:../../devel/p5-Test-Harness DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings # Recommends DEPENDS+= p5-Data-Dump-Streamer>=1.11:../../devel/p5-Data-Dump-Streamer DEPENDS+= p5-Perl-Tidy>=20060614:../../devel/p5-Perl-Tidy -DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Most>=0.21:../../devel/p5-Test-Most -BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Test/Aggregate/.packlist diff --git a/devel/p5-Test-CheckDeps/Makefile b/devel/p5-Test-CheckDeps/Makefile index b8dc5051952..e03fb83a67a 100644 --- a/devel/p5-Test-CheckDeps/Makefile +++ b/devel/p5-Test-CheckDeps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:19 wiz Exp $ # DISTNAME= Test-CheckDeps-0.010 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Test-CheckDeps/ COMMENT= Perl 5 module to check for presence of dependencies LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta>=2.120920}:../../devel/p5-CPAN-Meta +#DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta>=2.120920}:../../devel/p5-CPAN-Meta DEPENDS+= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check # make test diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index 3ee87276f2a..28f683fa3b5 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:19 wiz Exp $ DISTNAME= Test-Class-0.48 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat #DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable -DEPENDS+= {perl>=5.20.0,p5-Test-Simple>=1.001002}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.20.0,p5-Test-Simple>=1.001002}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception # for make test diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile index 655c8d99720..3d1c0f7bace 100644 --- a/devel/p5-Test-Compile/Makefile +++ b/devel/p5-Test-Compile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:19 wiz Exp $ # DISTNAME= Test-Compile-v1.2.1 @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Compile/.packlist -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require diff --git a/devel/p5-Test-Distribution/Makefile b/devel/p5-Test-Distribution/Makefile index e75dd4a4c8f..21d5ff6d4c8 100644 --- a/devel/p5-Test-Distribution/Makefile +++ b/devel/p5-Test-Distribution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:19 wiz Exp $ DISTNAME= Test-Distribution-2.00 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Perl5 module testing all modules of a distribution #DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.45}:../../devel/p5-Test-Simple DEPENDS+= p5-File-Find-Rule>=0.03:../../devel/p5-File-Find-Rule -DEPENDS+= {perl>=5.16.0,p5-Module-CoreList>=1.93}:../../devel/p5-Module-CoreList +#DEPENDS+= {perl>=5.16.0,p5-Module-CoreList>=1.93}:../../devel/p5-Module-CoreList DEPENDS+= p5-Test-Pod>=0.95:../../devel/p5-Test-Pod DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage DEPENDS+= p5-Pod-Coverage>=0.17:../../textproc/p5-Pod-Coverage diff --git a/devel/p5-Test-File-ShareDir/Makefile b/devel/p5-Test-File-ShareDir/Makefile index 9b9346ff527..65122d543fd 100644 --- a/devel/p5-Test-File-ShareDir/Makefile +++ b/devel/p5-Test-File-ShareDir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:19 wiz Exp $ DISTNAME= Test-File-ShareDir-1.001001 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ DEPENDS+= p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Test/File/ShareDir/.packlist diff --git a/devel/p5-Test-Fixture-DBIC-Schema/Makefile b/devel/p5-Test-Fixture-DBIC-Schema/Makefile index d94e366e84e..8d812f7ff97 100644 --- a/devel/p5-Test-Fixture-DBIC-Schema/Makefile +++ b/devel/p5-Test-Fixture-DBIC-Schema/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:19 wiz Exp $ # DISTNAME= Test-Fixture-DBIC-Schema-0.04 @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Fixture/DBIC/Schema/.packlist DEPENDS+= p5-DBIx-Class>=0.08008:../../databases/p5-DBIx-Class -DEPENDS+= {perl>=5.7.3,p5-Filter-[0-9]*}:../../textproc/p5-Filter +#DEPENDS+= {perl>=5.7.3,p5-Filter-[0-9]*}:../../textproc/p5-Filter DEPENDS+= p5-Kwalify>=1.16:../../textproc/p5-Kwalify DEPENDS+= p5-Params-Validate>=0.89:../../devel/p5-Params-Validate DEPENDS+= p5-YAML-Syck>=1.00:../../textproc/p5-YAML-Syck diff --git a/devel/p5-Test-Identity/Makefile b/devel/p5-Test-Identity/Makefile index 709b15b90df..8c4cf1b4f57 100644 --- a/devel/p5-Test-Identity/Makefile +++ b/devel/p5-Test-Identity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:19 wiz Exp $ DISTNAME= Test-Identity-0.01 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Assert the referential identity of a reference LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.11.3,p5-Module-Build>=0.36}:../../devel/p5-Module-Build +#BUILD_DEPENDS+= {perl>=5.11.3,p5-Module-Build>=0.36}:../../devel/p5-Module-Build USE_LANGUAGES= PERL5_MODULE_TYPE+= Module::Build diff --git a/devel/p5-Test-MinimumVersion/Makefile b/devel/p5-Test-MinimumVersion/Makefile index 5fa235db73a..d973ceaa4a3 100644 --- a/devel/p5-Test-MinimumVersion/Makefile +++ b/devel/p5-Test-MinimumVersion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:20 wiz Exp $ # DISTNAME= Test-MinimumVersion-0.101081 @@ -16,7 +16,7 @@ DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule DEPENDS+= p5-File-Find-Rule-Perl-[0-9]*:../../devel/p5-File-Find-Rule-Perl DEPENDS+= p5-Perl-MinimumVersion>=1.20:../../devel/p5-Perl-MinimumVersion DEPENDS+= p5-YAML-Tiny>=1.40:../../textproc/p5-YAML-Tiny -DEPENDS+= {perl>=5.10.0,p5-version>=0.7000}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.0,p5-version>=0.7000}:../../devel/p5-version BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple diff --git a/devel/p5-Test-MockObject/Makefile b/devel/p5-Test-MockObject/Makefile index 128267003a6..9f772d578f9 100644 --- a/devel/p5-Test-MockObject/Makefile +++ b/devel/p5-Test-MockObject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:20 wiz Exp $ DISTNAME= Test-MockObject-1.20140408 PKGNAME= p5-${DISTNAME} @@ -10,10 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-MockObject/ COMMENT= Tests remote URLs or local web files -DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception -DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple DEPENDS+= p5-Test-Warn>=0.23:../../devel/p5-Test-Warn DEPENDS+= p5-UNIVERSAL-can>=1.20110617:../../devel/p5-UNIVERSAL-can DEPENDS+= p5-UNIVERSAL-isa>=1.20110614:../../devel/p5-UNIVERSAL-isa diff --git a/devel/p5-Test-More-Behaviour/Makefile b/devel/p5-Test-More-Behaviour/Makefile index ff10c5a86cc..6f84d9e3fd5 100644 --- a/devel/p5-Test-More-Behaviour/Makefile +++ b/devel/p5-Test-More-Behaviour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:20 wiz Exp $ DISTNAME= Test-More-Behaviour-1.0.1 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= BDD module for Perl modeled after Rspec LICENSE= ${PERL5_LICENSE} #DEPENDS+= p5-Term-ANSIColor>=3.00:../../devel/p5-Term-ANSIColor -DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version BUILD_DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture PERL5_PACKLIST= auto/Test/More/Behaviour/.packlist diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile index 6735dbfbd37..ee2e4aec483 100644 --- a/devel/p5-Test-Most/Makefile +++ b/devel/p5-Test-Most/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:20 wiz Exp $ # DISTNAME= Test-Most-0.34 @@ -16,8 +16,8 @@ DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class DEPENDS+= p5-Test-Deep>=0.106:../../devel/p5-Test-Deep DEPENDS+= p5-Test-Differences>=0.6100:../../devel/p5-Test-Differences DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception -DEPENDS+= {perl>=5.14.2,p5-Test-Harness>=3.21}:../../devel/p5-Test-Harness -DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.14.2,p5-Test-Harness>=3.21}:../../devel/p5-Test-Harness +#DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Test-Warn>=0.23:../../devel/p5-Test-Warn # recommended diff --git a/devel/p5-Test-Pod-Spelling-CommonMistakes/Makefile b/devel/p5-Test-Pod-Spelling-CommonMistakes/Makefile index 434e4c11fe6..0598538def1 100644 --- a/devel/p5-Test-Pod-Spelling-CommonMistakes/Makefile +++ b/devel/p5-Test-Pod-Spelling-CommonMistakes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:51 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:20 wiz Exp $ # DISTNAME= Test-Pod-Spelling-CommonMistakes-1.001 @@ -13,7 +13,7 @@ COMMENT= Checks POD for common spelling mistake LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Pod-Spell-CommonMistakes>=0.01:../../textproc/p5-Pod-Spell-CommonMistakes -DEPENDS+= {perl>=5.12,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.12,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple DEPENDS+= p5-Test-Pod>=1.40:../../devel/p5-Test-Pod USE_LANGUAGES= # empty diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile index db85bea1740..de3200db462 100644 --- a/devel/p5-Test-Pod/Makefile +++ b/devel/p5-Test-Pod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/07/05 13:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2015/07/12 18:56:20 wiz Exp $ DISTNAME= Test-Pod-1.51 PKGNAME= p5-${DISTNAME} @@ -10,8 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Pod/ COMMENT= Perl5 module to check for POD errors in files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple -DEPENDS+= {p5-Test-Simple>=0.70,perl>=5.8.9}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple +#DEPENDS+= {p5-Test-Simple>=0.70,perl>=5.8.9}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Pod/.packlist diff --git a/devel/p5-Test-Refcount/Makefile b/devel/p5-Test-Refcount/Makefile index d0ff7769e7d..1cc4d543f7e 100644 --- a/devel/p5-Test-Refcount/Makefile +++ b/devel/p5-Test-Refcount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:49:51 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/12 18:56:20 wiz Exp $ DISTNAME= Test-Refcount-0.08 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Assert reference counts on objects LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.11.3,p5-Module-Build>=0.36}:../../devel/p5-Module-Build +#BUILD_DEPENDS+= {perl>=5.11.3,p5-Module-Build>=0.36}:../../devel/p5-Module-Build USE_LANGUAGES= PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Test-TempDir/Makefile b/devel/p5-Test-TempDir/Makefile index bf2ee249ba0..2671190d0b2 100644 --- a/devel/p5-Test-TempDir/Makefile +++ b/devel/p5-Test-TempDir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:52 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:20 wiz Exp $ DISTNAME= Test-TempDir-0.10 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Temporary files support for testing LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-NFSLock>=0:../../devel/p5-File-NFSLock -DEPENDS+= {p5-File-Path>=2.04,perl>=5.10}:../../devel/p5-File-Path +#DEPENDS+= {p5-File-Path>=2.04,perl>=5.10}:../../devel/p5-File-Path DEPENDS+= p5-Moose>=0.87:../../devel/p5-Moose DEPENDS+= p5-MooseX-Types-Path-Class>=0:../../devel/p5-MooseX-Types-Path-Class DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class diff --git a/devel/p5-Tie-RefHash-Weak/Makefile b/devel/p5-Tie-RefHash-Weak/Makefile index d21ccf833e9..7b63cdda69b 100644 --- a/devel/p5-Tie-RefHash-Weak/Makefile +++ b/devel/p5-Tie-RefHash-Weak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:54 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:20 wiz Exp $ # DISTNAME= Tie-RefHash-Weak-0.09 @@ -15,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Tie/RefHash/Weak/.packlist DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken -DEPENDS+= {perl>=5.9.4,p5-Tie-RefHash>=1.34}:../../devel/p5-Tie-RefHash +#DEPENDS+= {perl>=5.9.4,p5-Tie-RefHash>=1.34}:../../devel/p5-Tie-RefHash DEPENDS+= p5-Variable-Magic-[0-9]*:../../devel/p5-Variable-Magic .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Tree-DAG_Node/Makefile b/devel/p5-Tree-DAG_Node/Makefile index 45246e792cf..80b1e52ae86 100644 --- a/devel/p5-Tree-DAG_Node/Makefile +++ b/devel/p5-Tree-DAG_Node/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/06/12 10:49:54 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:20 wiz Exp $ DISTNAME= Tree-DAG_Node-1.26 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/ COMMENT= Class for representing nodes in a tree LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.19.1,p5-File-Temp>=0.23.01}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.19.1,p5-File-Temp>=0.23.01}:../../devel/p5-File-Temp DEPENDS+= p5-File-Slurp-Tiny>=0:../../devel/p5-File-Slurp-Tiny USE_LANGUAGES= # empty diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile index ace9eea039d..59e0de131b0 100644 --- a/devel/p5-Tree-Simple/Makefile +++ b/devel/p5-Tree-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/06/12 10:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:20 wiz Exp $ # DISTNAME= Tree-Simple-1.25 @@ -13,7 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/ COMMENT= Simple extension to manipulate tree objects LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version diff --git a/devel/p5-TryCatch/Makefile b/devel/p5-TryCatch/Makefile index c0658ad7c37..2422ed246de 100644 --- a/devel/p5-TryCatch/Makefile +++ b/devel/p5-TryCatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:20 wiz Exp $ DISTNAME= TryCatch-1.003002 PKGNAME= p5-${DISTNAME} @@ -23,7 +23,7 @@ DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter DEPENDS+= p5-Variable-Magic>=0.28:../../devel/p5-Variable-Magic BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/TryCatch/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/devel/p5-UNIVERSAL-can/Makefile b/devel/p5-UNIVERSAL-can/Makefile index f4971739178..ed77e682be4 100644 --- a/devel/p5-UNIVERSAL-can/Makefile +++ b/devel/p5-UNIVERSAL-can/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:20 wiz Exp $ DISTNAME= UNIVERSAL-can-1.20140328 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-can/ COMMENT= Hack around people calling UNIVERSAL::can() as a function LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils -BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.60}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils +#BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.60}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty #PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-UNIVERSAL-isa/Makefile b/devel/p5-UNIVERSAL-isa/Makefile index 8353f9250dd..d2661d62217 100644 --- a/devel/p5-UNIVERSAL-isa/Makefile +++ b/devel/p5-UNIVERSAL-isa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:20 wiz Exp $ DISTNAME= UNIVERSAL-isa-1.20140927 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-isa/ COMMENT= Hack around people calling UNIVERSAL::isa() as a function LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI +#BUILD_DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI USE_LANGUAGES= # empty PERL5_PACKLIST= auto/UNIVERSAL/isa/.packlist diff --git a/devel/p5-UUID-Tiny/Makefile b/devel/p5-UUID-Tiny/Makefile index 81d4eee0fc0..09293fa0292 100644 --- a/devel/p5-UUID-Tiny/Makefile +++ b/devel/p5-UUID-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:21 wiz Exp $ # DISTNAME= UUID-Tiny-1.04 @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/UUID/Tiny/.packlist -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 .include "../../lang/perl5/module.mk" diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile index 0b80736bd4a..a0564abad05 100644 --- a/devel/p5-VCP/Makefile +++ b/devel/p5-VCP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:21 wiz Exp $ DISTNAME= VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS} SNAPSHOT_VERS= 20050110 @@ -15,8 +15,8 @@ LICENSE= modified-bsd MAKE_JOBS_SAFE= no -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-Regexp-Shellish>=0.93:../../devel/p5-Regexp-Shellish DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff diff --git a/devel/p5-accessors-fast/Makefile b/devel/p5-accessors-fast/Makefile index e0e59d3e09b..70fefe87fad 100644 --- a/devel/p5-accessors-fast/Makefile +++ b/devel/p5-accessors-fast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 10:49:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/07/12 18:56:21 wiz Exp $ # DISTNAME= accessors-fast-0.03 @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-C3-[0-9]*:../../devel/p5-Class-C3 BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings -BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple DEPENDS+= p5-constant-def>=0.01:../../devel/p5-constant-def BUILD_DEPENDS+= p5-lib-abs>=0.90:../../devel/p5-lib-abs diff --git a/devel/p5-constant-def/Makefile b/devel/p5-constant-def/Makefile index df51409a1ba..3b7b2f7a773 100644 --- a/devel/p5-constant-def/Makefile +++ b/devel/p5-constant-def/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:21 wiz Exp $ # DISTNAME= constant-def-0.01 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/~mons/constant-def-0.01/lib/constant/def.pm COMMENT= Perl pragma to declare previously undeclared constants LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple DEPENDS+= p5-ex-lib>=0.03:../../devel/p5-ex-lib .include "../../lang/perl5/module.mk" diff --git a/devel/p5-namespace-clean/Makefile b/devel/p5-namespace-clean/Makefile index c8c225a5ad2..4b8b7fe5233 100644 --- a/devel/p5-namespace-clean/Makefile +++ b/devel/p5-namespace-clean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:49:58 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:21 wiz Exp $ DISTNAME= namespace-clean-0.25 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-B-Hooks-EndOfScope>=0.12:../../devel/p5-B-Hooks-EndOfScope DEPENDS+= p5-Package-Stash>=0.23:../../devel/p5-Package-Stash DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/namespace/clean/.packlist diff --git a/devel/p5-pip/Makefile b/devel/p5-pip/Makefile index 1e710d4c91f..16a0b7fe6ae 100644 --- a/devel/p5-pip/Makefile +++ b/devel/p5-pip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:21 wiz Exp $ DISTNAME= pip-1.19 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-Archive-Zip>=1.29:../../archivers/p5-Archive-Zip DEPENDS+= p5-CPAN-Inject>=0.07:../../devel/p5-CPAN-Inject DEPENDS+= p5-File-Which>=1.08:../../devel/p5-File-Which DEPENDS+= p5-File-pushd>=0.32:../../devel/p5-File-pushd -DEPENDS+= {perl>=5.10.0,p5-IO-Zlib-[0-9]*}:../../devel/p5-IO-Zlib +#DEPENDS+= {perl>=5.10.0,p5-IO-Zlib-[0-9]*}:../../devel/p5-IO-Zlib DEPENDS+= p5-PAR-Dist>=0.25:../../devel/p5-PAR-Dist DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/devel/rt-mysql/Makefile.common b/devel/rt-mysql/Makefile.common index a02528d7995..8985417ae16 100644 --- a/devel/rt-mysql/Makefile.common +++ b/devel/rt-mysql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2013/12/09 14:17:47 obache Exp $ +# $NetBSD: Makefile.common,v 1.21 2015/07/12 18:56:21 wiz Exp $ # used by devel/rt-mysql/Makefile # used by devel/rt-pgsql/Makefile @@ -75,7 +75,7 @@ RT_DB_DBA_PASSWORD?= # .endif -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 #DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-DBI>=1.18:../../databases/p5-DBI DEPENDS+= p5-DBIx-DataSource>=0.02:../../databases/p5-DBIx-Datasource @@ -84,7 +84,7 @@ DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-MLDBM-[0-9]*:../../databases/p5-MLDBM DEPENDS+= p5-Params-Validate>=0.02:../../devel/p5-Params-Validate DEPENDS+= p5-HTML-Mason>=1.02:../../www/p5-HTML-Mason -DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI +#DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI DEPENDS+= p5-libapreq2-[0-9]*:../../www/p5-libapreq2 DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile index 3dd4a3613bd..070e5ea13a2 100644 --- a/devel/rt3/Makefile +++ b/devel/rt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/06/12 10:49:59 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2015/07/12 18:56:21 wiz Exp $ DISTNAME= rt-3.8.17 PKGREVISION= 5 @@ -18,8 +18,8 @@ USE_TOOLS+= perl:run USE_LANGUAGES+= c # Core dependencies: -DEPENDS+= {perl>=5.7.3,p5-Digest-[0-9]*}:../../security/p5-Digest -DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.27}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-[0-9]*}:../../security/p5-Digest +#DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.27}:../../security/p5-Digest-MD5 DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-DBIx-SearchBuilder>=1.54:../../databases/p5-DBIx-SearchBuilder @@ -29,7 +29,7 @@ DEPENDS+= p5-HTML-Scrubber>=0.08:../../www/p5-HTML-Scrubber DEPENDS+= p5-HTTP-Server-Simple>=0.34:../../www/p5-HTTP-Server-Simple DEPENDS+= p5-HTTP-Server-Simple-Mason>=0.09:../../www/p5-HTTP-Server-Simple-Mason DEPENDS+= p5-Log-Dispatch>=2.0:../../devel/p5-Log-Dispatch -DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext +#DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext DEPENDS+= p5-Locale-Maketext-Lexicon>=0.32:../../misc/p5-Locale-Maketext-Lexicon DEPENDS+= p5-Locale-Maketext-Fuzzy>=0.02:../../misc/p5-Locale-Maketext-Fuzzy DEPENDS+= p5-MIME-tools>=5.411.1:../../mail/p5-MIME-tools @@ -59,7 +59,7 @@ DEPENDS+= p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil DEPENDS+= p5-Text-WikiFormat>=0.76:../../textproc/p5-Text-WikiFormat DEPENDS+= p5-Module-Refresh>=0.03:../../devel/p5-Module-Refresh -DEPENDS+= {perl>=5.10.1,p5-Encode>=2.13}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.10.1,p5-Encode>=2.13}:../../textproc/p5-Encode # Mailgate dependencies: DEPENDS+= p5-HTML-Tree>=3.18:../../www/p5-HTML-Tree diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile index 1cc6d27de9f..c9e60b5404f 100644 --- a/devel/rt4/Makefile +++ b/devel/rt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:49:59 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:21 wiz Exp $ DISTNAME= rt-4.2.11 PKGNAME= ${DISTNAME:S/rt/rt4/} @@ -33,7 +33,7 @@ DEPENDS+= p5-DBIx-SearchBuilder>=1.65:../../databases/p5-DBIx-SearchBuilder DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction DEPENDS+= p5-Devel-StackTrace>=1.19:../../devel/p5-Devel-StackTrace # Digest::base is a part of perl base. -DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.27}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.27}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA DEPENDS+= p5-Email-Address>=1.897:../../mail/p5-Email-Address DEPENDS+= p5-Email-Address-List-[0-9]*:../../mail/p5-Email-Address-List @@ -42,7 +42,7 @@ DEPENDS+= p5-Encode>=2.64:../../textproc/p5-Encode # File::Glob is a part of perl base. DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir # File::Spec is a part of perl base. -DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp # HTML::Entities is a part of p5-HTML-Parser. DEPENDS+= p5-HTML-FormatText-WithLinks>=0.14:../../textproc/p5-HTML-FormatText-WithLinks DEPENDS+= p5-HTML-FormatText-WithLinks-AndTables-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks-AndTables @@ -53,7 +53,7 @@ DEPENDS+= p5-HTML-Scrubber>=0.08:../../www/p5-HTML-Scrubber DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3 DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils -DEPENDS+= {perl>=5.20.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext +#DEPENDS+= {perl>=5.20.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext DEPENDS+= p5-Locale-Maketext-Fuzzy-[0-9]*:../../misc/p5-Locale-Maketext-Fuzzy DEPENDS+= p5-Locale-Maketext-Lexicon>=0.32:../../misc/p5-Locale-Maketext-Lexicon DEPENDS+= p5-Log-Dispatch>=2.30:../../devel/p5-Log-Dispatch @@ -73,16 +73,16 @@ DEPENDS+= p5-Regexp-IPv6-[0-9]*:../../net/p5-Regexp-IPv6 DEPENDS+= p5-Role-Basic-[0-9]*:../../devel/p5-Role-Basic # Scalar::Util is a part of p5-Scalar-List-Utils. DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils -DEPENDS+= {perl>=5.8.1,p5-Storable>=2.08}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.8.1,p5-Storable>=2.08}:../../devel/p5-Storable DEPENDS+= p5-Symbol-Global-Name>=0.04:../../devel/p5-Symbol-Global-Name -DEPENDS+= {perl>=5.8.9,p5-Sys-Syslog>=0.16}:../../sysutils/p5-Sys-Syslog +#DEPENDS+= {perl>=5.8.9,p5-Sys-Syslog>=0.16}:../../sysutils/p5-Sys-Syslog DEPENDS+= p5-Text-Password-Pronounceable-[0-9]*:../../security/p5-Text-Password-Pronounceable DEPENDS+= p5-Text-Quoted>=2.02:../../textproc/p5-Text-Quoted DEPENDS+= p5-Text-Template>=1.44:../../textproc/p5-Text-Template DEPENDS+= p5-Symbol-Global-Name>=0.05:../../devel/p5-Symbol-Global-Name DEPENDS+= p5-Text-WikiFormat>=0.76:../../textproc/p5-Text-WikiFormat DEPENDS+= p5-Text-Wrapper-[0-9]*:../../textproc/p5-Text-Wrapper -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes # Time::ParseDate is a part of p5-Time-modules. DEPENDS+= p5-Time-modules-[0-9]*:../../time/p5-Time-modules DEPENDS+= p5-Tree-Simple>=1.04:../../devel/p5-Tree-Simple @@ -92,13 +92,13 @@ DEPENDS+= p5-HTML-Mason>=1.43:../../www/p5-HTML-Mason # Mailgate dependencies DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay -DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long +#DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https # LWP::UserAgent is a part of p5-libwww. DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA # Net::SSL is a part of p5-Crypt-SSLeay. -DEPENDS+= {perl>=5.6.0,p5-Pod-Usage-[0-9]*}:../../devel/p5-Pod-Usage +#DEPENDS+= {perl>=5.6.0,p5-Pod-Usage-[0-9]*}:../../devel/p5-Pod-Usage # CLI dependencies # p5-Getopt-Long is duplicate with Mailgate dependencies. diff --git a/devel/svk/Makefile b/devel/svk/Makefile index e189882e82d..3e9825e21de 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/06/12 10:50:00 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2015/07/12 18:56:21 wiz Exp $ DISTNAME= SVK-v2.2.3 PKGNAME= svk-2.2.3 @@ -19,24 +19,24 @@ DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-Autouse>=1.15:../../devel/p5-Class-Autouse DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Data-Hierarchy>=0.30:../../devel/p5-Data-Hierarchy -DEPENDS+= {perl>=5.10.0,p5-File-Temp>=0.17}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.0,p5-File-Temp>=0.17}:../../devel/p5-File-Temp DEPENDS+= p5-File-Type>=0.22:../../devel/p5-File-Type DEPENDS+= p5-IO-Digest>=0.10:../../devel/p5-IO-Digest DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class -DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools DEPENDS+= p5-PerlIO-eol>=0.13:../../devel/p5-PerlIO-eol DEPENDS+= p5-PerlIO-via-dynamic>=0.11:../../devel/p5-PerlIO-via-dynamic DEPENDS+= p5-PerlIO-via-symlink>=0.02:../../devel/p5-PerlIO-via-symlink -DEPENDS+= {perl>=5.10.0,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes -DEPENDS+= {perl>=5.10.0,p5-Pod-Simple>=3.02}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.10.0,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes +#DEPENDS+= {perl>=5.10.0,p5-Pod-Simple>=3.02}:../../textproc/p5-Pod-Simple DEPENDS+= p5-SVN-Simple>=0.27:../../devel/p5-SVN-Simple DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey DEPENDS+= p5-Time-Progress>=1.3:../../time/p5-Time-Progress DEPENDS+= p5-URI>=1.30:../../www/p5-URI DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require DEPENDS+= p5-YAML-Syck>=0.60:../../textproc/p5-YAML-Syck -DEPENDS+= {perl>=5.10.0,p5-version>=0.68}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.0,p5-version>=0.68}:../../devel/p5-version # bootstrap feature dependencies DEPENDS+= p5-PerlIO-via-Bzip2-[0-9]*:../../devel/p5-PerlIO-via-Bzip2 @@ -46,7 +46,7 @@ DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww # localized messages DEPENDS+= p5-Locale-Maketext-Lexicon>=0.62:../../misc/p5-Locale-Maketext-Lexicon -DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple>=0.16}:../../misc/p5-Locale-Maketext-Simple +#DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple>=0.16}:../../misc/p5-Locale-Maketext-Simple # message display though a pager DEPENDS+= p5-IO-Pager>=0.06:../../devel/p5-IO-Pager @@ -58,7 +58,7 @@ DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl DEPENDS+= p5-SVN-Mirror>=0.71:../../devel/p5-SVN-Mirror # Patch management -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=0 DEPENDS+= p5-FreezeThaw>=0.43:../../devel/p5-FreezeThaw PERL5_PACKLIST= auto/SVK/.packlist diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 264809d648c..57ad3946dbd 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.131 2015/04/25 11:31:01 wiz Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.132 2015/07/12 18:56:21 wiz Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -444,20 +444,6 @@ DEPENDS+= ImageMagick>=6.0:../../graphics/ImageMagick linkend="security-handling"/> for more information.</para> </listitem> - <listitem> - <para>If the package depends on either one of two (or more) - packages, specify the <quote>pre-req-package-name</quote> as a - comma-separated list between curly braces.</para> - - <para>As an example, take a package that depends on the Perl - <quote>version</quote> module, which has been part of Perl - itself since version 5.10.0. This either/or dependency is - expressed as:</para> - - <programlisting> -DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version - </programlisting> - </listitem> </orderedlist> <para>If your package needs files from another package to build, diff --git a/editors/p5-Padre-Plugin-Debugger/Makefile b/editors/p5-Padre-Plugin-Debugger/Makefile index 78b44e0f80e..a174b10f248 100644 --- a/editors/p5-Padre-Plugin-Debugger/Makefile +++ b/editors/p5-Padre-Plugin-Debugger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:50:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:21 wiz Exp $ # DISTNAME= Padre-Plugin-Debugger-0.3 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Devel-ebug>=0.49:../../devel/p5-Devel-ebug DEPENDS+= p5-Padre>=0.28:../../editors/p5-Padre -DEPENDS+= {perl>=5.10.1,parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,parent-[0-9]*}:../../devel/p5-parent PERL5_PACKLIST= auto/Padre/Plugin/Debugger/.packlist PERL5_MODULE_TYPE= Module::Build diff --git a/editors/p5-Padre-Plugin-Ecliptic/Makefile b/editors/p5-Padre-Plugin-Ecliptic/Makefile index 6a1162b9679..7de425abe11 100644 --- a/editors/p5-Padre-Plugin-Ecliptic/Makefile +++ b/editors/p5-Padre-Plugin-Ecliptic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:50:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:21 wiz Exp $ # DISTNAME= Padre-Plugin-Ecliptic-0.19 @@ -18,7 +18,7 @@ DEPENDS+= p5-Padre>=0.43:../../editors/p5-Padre BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings PERL5_PACKLIST= auto/Padre/Plugin/Ecliptic/.packlist diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 0472025a023..7d3054c14e5 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/06/12 10:50:02 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2015/07/12 18:56:22 wiz Exp $ DISTNAME= Padre-0.96 PKGNAME= p5-${DISTNAME} @@ -23,7 +23,7 @@ REPLACE_PERL+= share/examples/absolute_beginner/*.pl BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.15:../../devel/p5-Locale-Msgfmt BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-MockObject>=1.09:../../devel/p5-Test-MockObject -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-Script>=1.07:../../devel/p5-Test-Script @@ -36,24 +36,24 @@ DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector DEPENDS+= p5-Class-XSAccessor>=1.13:../../devel/p5-Class-XSAccessor # Cwd 0.2701 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 3.2501 -DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.27.01}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.27.01}:../../devel/p5-PathTools DEPENDS+= p5-DBD-SQLite>=1.35:../../databases/p5-DBD-SQLite # DBI dependency is added below using it's buildlink3.mk DEPENDS+= p5-Debug-Client>=0.20:../../devel/p5-Debug-Client DEPENDS+= p5-Devel-Dumpvar>=0.04:../../devel/p5-Devel-Dumpvar DEPENDS+= p5-Devel-Refactor>=0.05:../../devel/p5-Devel-Refactor # Encode 2.26 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.23 -DEPENDS+= {perl>=5.10.1,p5-Encode>=2.26}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.10.1,p5-Encode>=2.26}:../../textproc/p5-Encode # p5-ExtUtils-MakeMaker has the higher version, so it would be picked # by pbulk-resolve, but not at build time, since Perl is already installed # then. This forces unnecessary rebuilds. # DEPENDS+= {perl>=5.12.0,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker -DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Manifest>=1.56}:../../devel/p5-ExtUtils-Manifest +#DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Manifest>=1.56}:../../devel/p5-ExtUtils-Manifest DEPENDS+= p5-File-Copy-Recursive>=0.37:../../sysutils/p5-File-Copy-Recursive DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule DEPENDS+= p5-File-HomeDir>=0.91:../../devel/p5-File-HomeDir # File::Path 2.07 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.04 -DEPENDS+= {perl>=5.12.0,p5-File-Path>=2.08}:../../devel/p5-File-Path +#DEPENDS+= {perl>=5.12.0,p5-File-Path>=2.08}:../../devel/p5-File-Path DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir DEPENDS+= p5-File-Which>=1.08:../../devel/p5-File-Which @@ -65,9 +65,9 @@ DEPENDS+= p5-IO-String>=1.08:../../devel/p5-IO-String DEPENDS+= p5-IPC-Run>=0.83:../../devel/p5-IPC-Run DEPENDS+= p5-JSON-XS>=2.290:../../converters/p5-JSON-XS DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils -DEPENDS+= {perl>=5.8.8,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils -DEPENDS+= {perl>=5.12.0,p5-Module-Build>=0.36030}:../../devel/p5-Module-Build -DEPENDS+= {perl>=5.12.0,p5-Module-CoreList>=0.22}:../../devel/p5-Module-CoreList +#DEPENDS+= {perl>=5.8.8,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.12.0,p5-Module-Build>=0.36030}:../../devel/p5-Module-Build +#DEPENDS+= {perl>=5.12.0,p5-Module-CoreList>=0.22}:../../devel/p5-Module-CoreList DEPENDS+= p5-Module-Manifest>=0.07:../../devel/p5-Module-Manifest DEPENDS+= p5-ORLite>=1.96:../../databases/p5-ORLite DEPENDS+= p5-ORLite-Migrate>=1.10:../../databases/p5-ORLite-Migrate @@ -81,22 +81,22 @@ DEPENDS+= p5-Parse-ExuberantCTags>=1.00:../../devel/p5-Parse-ExuberantCTags DEPENDS+= p5-Pod-Abstract>=0.16:../../textproc/p5-Pod-Abstract DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM # required Pod::Perldoc is in core since 5.12 -DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl DEPENDS+= p5-Readonly-XS>=1.05:../../devel/p5-Readonly-XS DEPENDS+= p5-Sort-Versions>=1.5:../../devel/p5-Sort-Versions #DEPENDS+= {perl>=5.10.0,p5-Storable>=2.16}:../../devel/p5-Storable DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny -DEPENDS+= {perl>=5.12.0,p5-Text-Balanced>=2.01}:../../textproc/p5-Text-Balanced +#DEPENDS+= {perl>=5.12.0,p5-Text-Balanced>=2.01}:../../textproc/p5-Text-Balanced DEPENDS+= p5-Text-Diff>=1.41:../../textproc/p5-Text-Diff DEPENDS+= p5-Text-FindIndent>=0.10:../../textproc/p5-Text-FindIndent DEPENDS+= p5-Text-Patch>=1.8:../../textproc/p5-Text-Patch -DEPENDS+= {perl>=5.10.1,p5-Time-HiRes>=1.9718}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.10.1,p5-Time-HiRes>=1.9718}:../../time/p5-Time-HiRes DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-Wx-Perl-ProcessStream>=0.25:../../x11/p5-Wx-Perl-ProcessStream DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny DEPENDS+= p5-libwww>=5.815:../../www/p5-libwww -DEPENDS+= {perl>=5.12.0,p5-version>=0.8000}:../../devel/p5-version +#DEPENDS+= {perl>=5.12.0,p5-version>=0.8000}:../../devel/p5-version # required threads, threads::shared and version are in patched 5.12.2nb1 core PERL5_REQD+= 5.14.2 diff --git a/editors/p5-Wx-Scintilla/Makefile b/editors/p5-Wx-Scintilla/Makefile index 02ca8fd7bb8..a34dec45022 100644 --- a/editors/p5-Wx-Scintilla/Makefile +++ b/editors/p5-Wx-Scintilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:50:03 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:22 wiz Exp $ DISTNAME= Wx-Scintilla-0.39 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Scintilla source code editing component for wxWidgets LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Alien-wxWidgets-[0-9]*:../../x11/p5-Alien-wxWidgets -BUILD_DEPENDS+= {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS +#BUILD_DEPENDS+= {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/blib/arch/auto/Wx/Scintilla diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 028a2d41940..5c53b73de04 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:04 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:22 wiz Exp $ DISTNAME= Path-Tiny-0.068 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= apache-2.0 PERL5_PACKLIST= auto/Path/Tiny/.packlist -DEPENDS+= {perl>=5.18.0,p5-PathTools>=3.40}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.18.0,p5-PathTools>=3.40}:../../devel/p5-PathTools BUILD_DEPENDS+= p5-Devel-Hide-[0-9]*:../../devel/p5-Devel-Hide BUILD_DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd diff --git a/finance/p5-Data-Currency/Makefile b/finance/p5-Data-Currency/Makefile index bf2740a0d65..9e8f261bd57 100644 --- a/finance/p5-Data-Currency/Makefile +++ b/finance/p5-Data-Currency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:50:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:22 wiz Exp $ DISTNAME= Data-Currency-0.06000 PKGNAME= p5-${DISTNAME} @@ -14,9 +14,9 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Accessor-Grouped>=0.03:../../devel/p5-Class-Accessor-Grouped DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector DEPENDS+= p5-Finance-Currency-Convert-WebserviceX>=0.03:../../finance/p5-Finance-Currency-Convert-WebserviceX -DEPENDS+= {perl>=5.13.1,p5-Locale-Codes>=2.07}:../../misc/p5-Locale-Codes +#DEPENDS+= {perl>=5.13.1,p5-Locale-Codes>=2.07}:../../misc/p5-Locale-Codes DEPENDS+= p5-Locale-Currency-Format>=1.22:../../finance/p5-Locale-Currency-Format -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Data/Currency/.packlist diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index f8b8b2359ac..abfaae31707 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:50:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:22 wiz Exp $ # DISTNAME= GraphViz2-1.12 @@ -19,17 +19,17 @@ DEPENDS+= p5-Algorithm-Dependency>=1.110:../../devel/p5-Algorithm-Dependency DEPENDS+= p5-Capture-Tiny>=0.10:../../devel/p5-Capture-Tiny DEPENDS+= p5-Data-Section-Simple>=0.02:../../devel/p5-Data-Section-Simple DEPENDS+= p5-DBI>=1.616:../../databases/p5-DBI -DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp DEPENDS+= p5-File-Which>=1.09:../../devel/p5-File-Which DEPENDS+= p5-HTML-Entities-Interpolate>=1.04:../../www/p5-HTML-Entities-Interpolate DEPENDS+= p5-HTML-Tree>=4.2:../../www/p5-HTML-Tree -DEPENDS+= {perl>=5.14.0,p5-HTTP-Tiny>=0.012}:../../www/p5-HTTP-Tiny +#DEPENDS+= {perl>=5.14.0,p5-HTTP-Tiny>=0.012}:../../www/p5-HTTP-Tiny DEPENDS+= p5-Hash-FieldHash>=0.10:../../devel/p5-Hash-FieldHash DEPENDS+= p5-Log-Handler>=0.71:../../devel/p5-Log-Handler DEPENDS+= p5-Parse-RecDescent>=1.965.1:../../devel/p5-Parse-RecDescent DEPENDS+= p5-PathTools>=3.33:../../devel/p5-PathTools DEPENDS+= p5-Perl6-Slurp>=0.03:../../devel/p5-Perl6-Slurp -DEPENDS+= {perl>=5.13.1,p5-Pod-Simple>=3.16}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.13.1,p5-Pod-Simple>=3.16}:../../textproc/p5-Pod-Simple DEPENDS+= p5-Scalar-List-Utils>=1.23:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Set-Array>=0.23:../../devel/p5-Set-Array DEPENDS+= p5-Text-Xslate>=1.2:../../textproc/p5-Text-Xslate diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 9bb948e1845..338c33f2faf 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/06/12 10:50:12 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/07/12 18:56:22 wiz Exp $ DISTNAME= Image-Size-3.300 PKGNAME= p5-${DISTNAME} @@ -11,9 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/Image-Size/ COMMENT= Read the dimensions of an image in several popular formats LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib -BUILD_DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Image/Size/.packlist diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index e94a1f6e25e..fe8d0910c2e 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:50:13 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:22 wiz Exp $ # DISTNAME= SWF-File-0.42 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/SWF-File/ COMMENT= Manipulating Flash movie (SWF) files DEPENDS+= p5-Data-TemporaryBag-[0-9]*:../../devel/p5-Data-TemporaryBag -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib PERL5_PACKLIST= auto/SWF/File/.packlist diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile index ff8ce4ca796..c797b146e34 100644 --- a/graphics/p5-clutter/Makefile +++ b/graphics/p5-clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:50:13 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:22 wiz Exp $ # DISTNAME= Clutter-1.110 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.clutter-project.org/ COMMENT= Perl interface to the 1.x series of the Clutter toolkit LICENSE= gnu-lgpl-v2.1 -BUILD_DEPENDS+= {perl>=5.8.8,p5-ExtUtils-MakeMaker>=6.30}:../../devel/p5-ExtUtils-MakeMaker +#BUILD_DEPENDS+= {perl>=5.8.8,p5-ExtUtils-MakeMaker>=6.30}:../../devel/p5-ExtUtils-MakeMaker DEPENDS+= p5-glib2>=1.253:../../devel/p5-glib2 DEPENDS+= p5-cairo-gobject>=1.000:../../graphics/p5-cairo-gobject DEPENDS+= p5-Glib-Object-Introspection>=0.002:../../devel/p5-Glib-Object-Introspection diff --git a/mail/YoSucker/Makefile b/mail/YoSucker/Makefile index 3b786bb1970..ba215f28949 100644 --- a/mail/YoSucker/Makefile +++ b/mail/YoSucker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:17 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:22 wiz Exp $ # DISTNAME= YoSucker-pr37 @@ -12,7 +12,7 @@ HOMEPAGE= http://yosucker.sourceforge.net/ COMMENT= Download mails from Yahoo webmail into mbox DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 diff --git a/mail/amavis-perl/Makefile b/mail/amavis-perl/Makefile index 370639403e3..7e21385169f 100644 --- a/mail/amavis-perl/Makefile +++ b/mail/amavis-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:50:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:22 wiz Exp $ DISTNAME= amavisd-${VERSION} PKGNAME= amavis-perl-${VERSION} @@ -24,13 +24,13 @@ DEPENDS+= lha-[0-9]*:../../archivers/lha DEPENDS+= zoo-[0-9]*:../../archivers/zoo DEPENDS+= freeze-[0-9]*:../../archivers/freeze DEPENDS+= arc-[0-9]*:../../archivers/arc -DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress #Compress::Zlib>=1.14 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress #Compress::Zlib>=1.14 DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF DEPENDS+= p5-Convert-UUlib-[0-9]*:../../converters/p5-Convert-UUlib DEPENDS+= p5-MIME-tools>=5.313:../../mail/p5-MIME-tools -DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net +#DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net DEPENDS+= p5-Unix-Syslog-[0-9]*:../../sysutils/p5-Unix-Syslog .include "options.mk" diff --git a/mail/amavisd-new/Makefile b/mail/amavisd-new/Makefile index 33f82bc0533..a1c91528f2b 100644 --- a/mail/amavisd-new/Makefile +++ b/mail/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:22 wiz Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -18,19 +18,19 @@ LICENSE= gnu-gpl-v2 VERSION= 2.7.0 PATCHLEVEL= # empty -DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar DEPENDS+= p5-Archive-Zip>=1.14:../../archivers/p5-Archive-Zip DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB -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 DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF DEPENDS+= p5-Convert-UUlib>=1.05:../../converters/p5-Convert-UUlib -DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.22}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.22}:../../security/p5-Digest-MD5 DEPENDS+= p5-Mail-DKIM>=0.31:../../mail/p5-Mail-DKIM DEPENDS+= p5-MIME-tools>=5.417:../../mail/p5-MIME-tools DEPENDS+= p5-MailTools>=1.58:../../mail/p5-MailTools DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy DEPENDS+= p5-Net-Server>=0.88:../../net/p5-Net-Server -DEPENDS+= {perl>=5.8.1,p5-Time-HiRes>=1.49}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.8.1,p5-Time-HiRes>=1.49}:../../time/p5-Time-HiRes DEPENDS+= p5-Unix-Syslog-[0-9]*:../../sysutils/p5-Unix-Syslog WRKSRC= ${WRKDIR}/amavisd-new-${VERSION} diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index b073ab6ead8..5a6e69ca18f 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/06/12 10:50:17 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:22 wiz Exp $ # DISTNAME= anomy-sanitizer-1.76 @@ -10,8 +10,8 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://mailtools.anomy.net/ COMMENT= Mail message filter and sanitizer -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 .include "../../mk/bsd.prefs.mk" diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 0aa83f296db..432ed7b7b84 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:50:18 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:22 wiz Exp $ DISTNAME= demime-1.1d PKGREVISION= 5 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://scifi.squawk.com/demime.html COMMENT= Tool to scrub mime from mailing lists -DEPENDS+= {perl>=5.7.3,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-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index e372eda92f7..76a8d1b39dd 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:50:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:22 wiz Exp $ # DISTNAME= fetchyahoo-2.11.0 @@ -15,12 +15,12 @@ COMMENT= Download mails from Yahoo webmail into mbox DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools -DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net +#DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -DEPENDS+= {perl>=5.7.3,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-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey USE_TOOLS+= perl:run diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index b7342259b5b..9eeec5d2eba 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/06/12 10:50:19 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:23 wiz Exp $ DISTNAME= grepmail-5.3033 PKGREVISION= 8 @@ -10,7 +10,7 @@ HOMEPAGE= http://grepmail.sourceforge.net/ COMMENT= Search utility for mbox formatted files DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-Mail-Mbox-MessageParser>=1.4001:../../mail/p5-Mail-Mbox-MessageParser diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index 0d89af030b5..ff9c434e2ce 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2015/06/12 10:50:20 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2015/07/12 18:56:23 wiz Exp $ DISTNAME= mimedefang-2.78 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset DEPENDS+= p5-IO-stringy>=2.108:../../devel/p5-IO-stringy DEPENDS+= p5-MailTools>=1.44:../../mail/p5-MailTools -DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.03}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.03}:../../converters/p5-MIME-Base64 DEPENDS+= p5-MIME-tools>=5.413:../../mail/p5-MIME-tools DEPENDS+= spamassassin>=2.31:../../mail/spamassassin diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index 64605b0a87b..70641c292fd 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:50:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:23 wiz Exp $ DISTNAME= opendmarc-1.3.1 PKGREVISION= 1 @@ -12,7 +12,7 @@ LICENSE= modified-bsd DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch RCD_SCRIPTS= opendmarc diff --git a/mail/p5-App-Siesh/Makefile b/mail/p5-App-Siesh/Makefile index ae31d47c8c7..78d5290201f 100644 --- a/mail/p5-App-Siesh/Makefile +++ b/mail/p5-App-Siesh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:23 wiz Exp $ DISTNAME= App-Siesh-0.21 PKGNAME= p5-${DISTNAME} @@ -19,8 +19,8 @@ DEPENDS+= p5-IO-Prompt-[0-9]*:../../devel/p5-IO-Prompt DEPENDS+= p5-IPC-System-Simple-[0-9]*:../../devel/p5-IPC-System-Simple DEPENDS+= p5-Net-ManageSieve-[0-9]*:../../mail/p5-Net-ManageSieve DEPENDS+= p5-Term-ShellUI>=0.86:../../devel/p5-Term-ShellUI -DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output diff --git a/mail/p5-Catalyst-View-Email/Makefile b/mail/p5-Catalyst-View-Email/Makefile index bdb39b36691..54f0199e0b1 100644 --- a/mail/p5-Catalyst-View-Email/Makefile +++ b/mail/p5-Catalyst-View-Email/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Catalyst-View-Email-0.34 PKGNAME= p5-${DISTNAME} @@ -16,9 +16,9 @@ DEPENDS+= p5-Catalyst-Runtime>=5.70000:../../www/p5-Catalyst-Runtime # Email::MIME-1.900 merges Email::MIME::Creator DEPENDS+= p5-Email-MIME>=1.900:../../mail/p5-Email-MIME DEPENDS+= p5-Email-Sender>=0.100110:../../mail/p5-Email-Sender -DEPENDS+= {perl>=5.10.1,p5-MIME-Base64>=3.08}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.10.1,p5-MIME-Base64>=3.08}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Moose>=0.93:../../devel/p5-Moose -DEPENDS+= {perl>=5.12.0,p5-parent>=0.223}:../../devel/p5-parent +#DEPENDS+= {perl>=5.12.0,p5-parent>=0.223}:../../devel/p5-parent BUILD_DEPENDS+= p5-Catalyst-View-Mason-[0-9]*:../../www/p5-Catalyst-View-Mason BUILD_DEPENDS+= p5-Catalyst-View-TT-[0-9]*:../../www/p5-Catalyst-View-TT diff --git a/mail/p5-Email-Address-List/Makefile b/mail/p5-Email-Address-List/Makefile index e1e41ce088f..4b60c093628 100644 --- a/mail/p5-Email-Address-List/Makefile +++ b/mail/p5-Email-Address-List/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-Address-List-0.05 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= RFC close address list parsing LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Email-Address>=0:../../mail/p5-Email-Address -DEPENDS+= {perl>=5.8.9,p5-ExtUtils-MakeMaker>=6.36}:../../devel/p5-ExtUtils-MakeMaker +#DEPENDS+= {perl>=5.8.9,p5-ExtUtils-MakeMaker>=6.36}:../../devel/p5-ExtUtils-MakeMaker DEPENDS+= p5-JSON>=0:../../converters/p5-JSON PERL5_PACKLIST= auto/Email/Address/List/.packlist diff --git a/mail/p5-Email-Address/Makefile b/mail/p5-Email-Address/Makefile index cd55041f061..c648776baee 100644 --- a/mail/p5-Email-Address/Makefile +++ b/mail/p5-Email-Address/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-Address-1.905 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Email-Address/ COMMENT= RFC 2822 Address Parsing and Creation LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Email/Address/.packlist diff --git a/mail/p5-Email-Date-Format/Makefile b/mail/p5-Email-Date-Format/Makefile index 5973564bfbc..540c682c64e 100644 --- a/mail/p5-Email-Date-Format/Makefile +++ b/mail/p5-Email-Date-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-Date-Format-1.005 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Email-Date-Format/ COMMENT= Perl Module to produce RFC 2822 date strings LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local +#DEPENDS+= {perl>=5,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local PERL5_PACKLIST= auto/Email/Date/Format/.packlist diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile index 181c7e71846..a7e61758cc3 100644 --- a/mail/p5-Email-Date/Makefile +++ b/mail/p5-Email-Date/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-Date-1.104 PKGNAME= p5-${DISTNAME} @@ -11,10 +11,10 @@ HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Email-Date COMMENT= Find and Format Date Headers LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-Email-Simple>=1.9:../../mail/p5-Email-Simple -DEPENDS+= {perl>=5.9.5,p5-Time-Piece>=1.08}:../../time/p5-Time-Piece -DEPENDS+= {perl>=5.14.0,p5-Time-Local>=1.07}:../../time/p5-Time-Local +#DEPENDS+= {perl>=5.9.5,p5-Time-Piece>=1.08}:../../time/p5-Time-Piece +#DEPENDS+= {perl>=5.14.0,p5-Time-Local>=1.07}:../../time/p5-Time-Local DEPENDS+= p5-TimeDate>=2.27:../../time/p5-TimeDate DEPENDS+= p5-Email-Abstract>=2.10:../../mail/p5-Email-Abstract DEPENDS+= p5-Email-Date-Format>=1.000:../../mail/p5-Email-Date-Format diff --git a/mail/p5-Email-MIME-Encodings/Makefile b/mail/p5-Email-MIME-Encodings/Makefile index 1d277ae0ee6..b4072adbf9e 100644 --- a/mail/p5-Email-MIME-Encodings/Makefile +++ b/mail/p5-Email-MIME-Encodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-MIME-Encodings-1.315 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Email-MIME-Encodings/ COMMENT= Unified interface to MIME encoding and decoding LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.05}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.05}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Email/MIME/Encodings/.packlist diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index 6ac9d2a2b7b..d1f5cee5750 100644 --- a/mail/p5-Email-MIME/Makefile +++ b/mail/p5-Email-MIME/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-MIME-1.924 PKGNAME= p5-${DISTNAME} @@ -16,9 +16,9 @@ DEPENDS+= p5-Email-MIME-Encodings>=1.314:../../mail/p5-Email-MIME-Encodings DEPENDS+= p5-Email-MessageID-[0-9]*:../../mail/p5-Email-MessageID # Email::Simple-2.100 contains both: Email::Simple and Email::Simple::Creator DEPENDS+= p5-Email-Simple>=2.102:../../mail/p5-Email-Simple -DEPENDS+= {perl>=5.8.1,p5-Encode>=1.98.01}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.8.1,p5-Encode>=1.98.01}:../../textproc/p5-Encode DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types -BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple CONFLICTS+= p5-Email-MIME-Creator-[0-9]* CONFLICTS+= p5-Email-MIME-Modifier-[0-9]* diff --git a/mail/p5-Email-MessageID/Makefile b/mail/p5-Email-MessageID/Makefile index 8ae8c280a84..4ff308f7206 100644 --- a/mail/p5-Email-MessageID/Makefile +++ b/mail/p5-Email-MessageID/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-MessageID-1.405 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Generate world unique message-ids LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address -DEPENDS+= {perl>5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Email/MessageID/.packlist diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index c21abf58a19..cbd39f521e7 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:23 wiz Exp $ DISTNAME= Email-Send-2.200 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Email-Send/ COMMENT= Email::Send - Simply Sending Email LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address DEPENDS+= p5-Email-Simple>=1.92:../../mail/p5-Email-Simple DEPENDS+= p5-Module-Pluggable>=2.97:../../devel/p5-Module-Pluggable diff --git a/mail/p5-Email-Sender/Makefile b/mail/p5-Email-Sender/Makefile index 7d43f6a9880..4b9f5c92b9d 100644 --- a/mail/p5-Email-Sender/Makefile +++ b/mail/p5-Email-Sender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Email-Sender-1.300018 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-Moo>=1.000008:../../devel/p5-Moo -DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net +#DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net DEPENDS+= p5-Throwable>=0.200003:../../devel/p5-Throwable DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny diff --git a/mail/p5-IMAP-Client/Makefile b/mail/p5-IMAP-Client/Makefile index 4febad2e35a..d38a8086f1e 100644 --- a/mail/p5-IMAP-Client/Makefile +++ b/mail/p5-IMAP-Client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:24 wiz Exp $ # DISTNAME= IMAP-Client-0.13 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module for IMAP manipulation DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI-imap>=0:../../mail/p5-URI-imap DEPENDS+= p5-URI>=0:../../www/p5-URI diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index f29fd4c5965..bc2103cc9e7 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/06/12 10:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:24 wiz Exp $ DISTNAME= MIME-Lite-3.030 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format DEPENDS+= p5-MailTools>=1.62:../../mail/p5-MailTools -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 # MIME::QuotedPrint is part of p5-MIME-Base64 package DEPENDS+= p5-MIME-Types>=1.28:../../mail/p5-MIME-Types diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index f94f0f1d975..c51d92719d5 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/06/12 10:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2015/07/12 18:56:24 wiz Exp $ DISTNAME= MIME-tools-5.506 PKGNAME= p5-${DISTNAME} @@ -11,9 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/MIME-tools/ COMMENT= Perl5 modules for encoding and decoding MIME messages LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.5,p5-File-Temp>=0.18}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.9.5,p5-File-Temp>=0.18}:../../devel/p5-File-Temp DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.03}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.03}:../../converters/p5-MIME-Base64 DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools # missing dependency in Makefile, see # https://rt.cpan.org/Public/Bug/Display.html?id=72223 diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index 75870f65748..04539cf4737 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Mail-Audit-2.228 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools # Needs MIME::Entity from p5-MIME-tools. DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools # Needs Net::SMTP from p5-Net. -DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net +#DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net PERL5_PACKLIST= auto/Mail/Audit/.packlist diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index acff53d4a16..a9d14870548 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Mail-Box-2.117 PKGNAME= p5-${DISTNAME} @@ -11,20 +11,20 @@ HOMEPAGE= http://perl.overmeer.net/mailbox/ COMMENT= Set of packages which implement methods to handle e-mail LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.9,p5-Encode>=2.26}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.8.9,p5-Encode>=2.26}:../../textproc/p5-Encode DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later DEPENDS+= p5-MIME-Types>=1.004:../../mail/p5-MIME-Types DEPENDS+= p5-URI>=1.23:../../www/p5-URI -DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-User-Identity>=0.07:../../mail/p5-User-Identity DEPENDS+= p5-MailTools>=2.01:../../mail/p5-MailTools DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC DEPENDS+= p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove -DEPENDS+= {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness +#DEPENDS+= {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness PERL5_PACKLIST= auto/Mail/Box/.packlist diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 49317edadcd..6bf67be1186 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:24 wiz Exp $ # DISTNAME= Mail-DKIM-0.40 @@ -13,9 +13,9 @@ COMMENT= Perl5 module for DKIM-based mail-signing and -verifying LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.27:../../security/p5-Crypt-OpenSSL-RSA -DEPENDS+= {perl>=5.9.3,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.9.3,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools -DEPENDS+= {perl>=5.7.3,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-Net-DNS-[0-9]*:../../net/p5-Net-DNS USE_LANGUAGES= # empty diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index 41f4f59a7a3..f22f70ccbf7 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/06/12 10:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Mail-IMAPClient-3.33 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/Mail-IMAPClient/ COMMENT= Perl5 module for talking to RFC-2060 IMAP servers LICENSE= gnu-gpl-v2 # OR artistic -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile index dc5d43e6c3d..3925c4ac297 100644 --- a/mail/p5-Mail-SPF/Makefile +++ b/mail/p5-Mail-SPF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Mail-SPF-v2.9.0 PKGNAME= p5-${DISTNAME:S/-v/-/} @@ -12,9 +12,9 @@ COMMENT= Perl implementation of the Sender Policy Framework LICENSE= modified-bsd BUILD_DEPENDS+= p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable -BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple -DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error DEPENDS+= p5-NetAddr-IP>=4.000:../../net/p5-NetAddr-IP DEPENDS+= p5-Net-DNS>=0.58:../../net/p5-Net-DNS diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index 2a9f04754fa..2814e6270e0 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Mail-SRS-0.31 PKGNAME= p5-${DISTNAME} @@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsrs2.org/ COMMENT= SMTP envelope sender rewriting for SPF-compliant forwarding -DEPENDS+= {perl>=5.8.1,p5-DB_File>=1.806}:../../databases/p5-DB_File +#DEPENDS+= {perl>=5.8.1,p5-DB_File>=1.806}:../../databases/p5-DB_File DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC DEPENDS+= p5-MLDBM>=2.01:../../databases/p5-MLDBM #DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable -BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.40}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.40}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Mail/SRS/.packlist diff --git a/mail/p5-Mail-Sender-Easy/Makefile b/mail/p5-Mail-Sender-Easy/Makefile index 437b89c9c61..e4e4ebb7837 100644 --- a/mail/p5-Mail-Sender-Easy/Makefile +++ b/mail/p5-Mail-Sender-Easy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:24 wiz Exp $ # DISTNAME= Mail-Sender-Easy-v0.0.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/~dmuey/Mail-Sender/ COMMENT= Simplified interface to Mail::Sender DEPENDS+= p5-Mail-Sender>=0:../../mail/p5-Mail-Sender -DEPENDS+= {perl>=5.9.0,p5-version>=0}:../../devel/p5-version +#DEPENDS+= {perl>=5.9.0,p5-version>=0}:../../devel/p5-version PERL5_PACKLIST= auto/Mail/Sender/Easy/.packlist diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index c5c086045f9..fe931ce7a09 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:24 wiz Exp $ # DISTNAME= Mail-Sender-0.8.16 @@ -11,7 +11,7 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/~jenda/Mail-Sender/ COMMENT= Sending mails with attachments through an SMTP server -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Mail/Sender/.packlist diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile index 5ec3035c537..5df76d18e3c 100644 --- a/mail/p5-Mail-Sendmail/Makefile +++ b/mail/p5-Mail-Sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Mail-Sendmail-0.79 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://alma.ch/perl/ COMMENT= Perl5 module dedicated to Sendmail -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Mail/Sendmail/.packlist diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index 3f943e1c957..3bca83fbce0 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/06/12 10:50:25 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2015/07/12 18:56:24 wiz Exp $ DISTNAME= razor-agents-2.85 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Distributed and collaborative spam detection network LICENSE= artistic-2.0 # MIME::QuotedPrint, Getopt::Long, File::Copy needed from the perl package -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/mail/sendymail/Makefile b/mail/sendymail/Makefile index 8a5b6da014b..e4f1f300bb5 100644 --- a/mail/sendymail/Makefile +++ b/mail/sendymail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:26 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:25 wiz Exp $ # DISTNAME= sendymail-0.5.8 @@ -12,7 +12,7 @@ COMMENT= Send emails through Yahoo using your favorite email client LICENSE= gnu-gpl-v2 DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 3efe0c9a638..76edbe358c2 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2015/06/12 10:50:26 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2015/07/12 18:56:25 wiz Exp $ DISTNAME= Mail-SpamAssassin-3.4.0 PKGNAME= spamassassin-3.4.0 @@ -26,17 +26,17 @@ PLIST_SUBST+= RULESARCHIVE=${RULESARCHIVE:Q} PLIST_SUBST+= RULESARCHIVEASC=${RULESARCHIVEASC:Q} PLIST_SUBST+= RULESARCHIVESHA=${RULESARCHIVESHA:Q} -DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=1.23}:../../archivers/p5-Archive-Tar -DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File +#DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=1.23}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-HTML-Parser>=3.43:../../www/p5-HTML-Parser -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 -DEPENDS+= {perl>=5.9.3,p5-IO-Zlib>=1.04}:../../devel/p5-IO-Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Zlib>=1.04}:../../devel/p5-IO-Zlib DEPENDS+= p5-Mail-SPF-[0-9]*:../../mail/p5-Mail-SPF -DEPENDS+= {p5-MIME-Base64>=2.11,perl>=5.8.0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {p5-MIME-Base64>=2.11,perl>=5.8.0}:../../converters/p5-MIME-Base64 DEPENDS+= p5-NetAddr-IP>=4.007:../../net/p5-NetAddr-IP DEPENDS+= p5-Net-DNS>=0.58:../../net/p5-Net-DNS -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= re2c>=0.13.6:../../devel/re2c diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 94da209545e..929f4ac9bf9 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2015/06/12 10:50:27 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2015/07/12 18:56:25 wiz Exp $ DISTNAME= sympa-6.1.24 #PKGREVISION= 8 @@ -21,7 +21,7 @@ DEPENDS+= p5-CGI>=2.52:../../www/p5-CGI DEPENDS+= p5-Crypt-CipherSaber>=0.50:../../security/p5-Crypt-CipherSaber DEPENDS+= p5-DBD-Sybase>=0.90:../../databases/p5-DBD-Sybase DEPENDS+= p5-DBI>=1.06:../../databases/p5-DBI -DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 DEPENDS+= p5-Email-Date-Format>=1.002:../../mail/p5-Email-Date-Format DEPENDS+= p5-FCGI>=0.67:../../www/p5-FCGI DEPENDS+= p5-File-Copy-Recursive>=0.38:../../sysutils/p5-File-Copy-Recursive @@ -31,24 +31,24 @@ DEPENDS+= p5-HTML-Tree>=4.2:../../www/p5-HTML-Tree DEPENDS+= p5-IO-Socket-SSL>=0.90:../../security/p5-IO-Socket-SSL DEPENDS+= p5-IO-stringy>=1.0:../../devel/p5-IO-stringy DEPENDS+= p5-Locale-libintl>=1.16:../../misc/p5-Locale-libintl -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=1.0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=1.0}:../../converters/p5-MIME-Base64 DEPENDS+= p5-MIME-EncWords>=1.010.101:../../mail/p5-MIME-EncWords DEPENDS+= p5-MIME-Lite-HTML>=1.23:../../mail/p5-MIME-Lite-HTML DEPENDS+= p5-MIME-tools>=5.209:../../mail/p5-MIME-tools DEPENDS+= p5-MailTools>=1.51:../../mail/p5-MailTools -DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net +#DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net DEPENDS+= p5-Net-Netmask>=1.9015:../../devel/p5-Net-Netmask DEPENDS+= p5-Net-SSLeay>=1.16:../../security/p5-Net-SSLeay DEPENDS+= p5-Regexp-Common>=2.120:../../textproc/p5-Regexp-Common DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite DEPENDS+= p5-Template-Toolkit>=2.20:../../www/p5-Template-Toolkit DEPENDS+= p5-Term-ProgressBar>=2.09:../../devel/p5-Term-ProgressBar -DEPENDS+= {perl>=5.15.1,p5-Time-HiRes>=1.9724}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.15.1,p5-Time-HiRes>=1.9724}:../../time/p5-Time-HiRes DEPENDS+= p5-Unicode-LineBreak>=2012.02:../../textproc/p5-Unicode-LineBreak DEPENDS+= p5-XML-LibXML>=1.61:../../textproc/p5-XML-LibXML DEPENDS+= p5-libwww>=1.09:../../www/p5-libwww DEPENDS+= p5-perl-ldap>=0.27:../../databases/p5-perl-ldap -DEPENDS.SunOS+= {perl>=5.10,p5-DB_File>=1.75}:../../databases/p5-DB_File +#DEPENDS.SunOS+= {perl>=5.10,p5-DB_File>=1.75}:../../databases/p5-DB_File OPSYSVARS+= DEPENDS diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile index 15325991f92..06b34e7b1f8 100644 --- a/math/p5-Spreadsheet-Read/Makefile +++ b/math/p5-Spreadsheet-Read/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:31 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:25 wiz Exp $ # DISTNAME= Spreadsheet-Read-0.54 @@ -20,7 +20,7 @@ MAKE_ENV+= AUTOMATED_TESTING=1 # This is useless but placate check-interpreter.mk REPLACE_PERL+= Read.pm -DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy DEPENDS+= p5-Spreadsheet-ParseExcel>=0.57:../../math/p5-Spreadsheet-ParseExcel DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC @@ -29,7 +29,7 @@ DEPENDS+= p5-Text-CSV_XS>=0.73:../../textproc/p5-Text-CSV_XS DEPENDS+= p5-Text-CSV>=1.17:../../textproc/p5-Text-CSV BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings -BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-File-Tail/Makefile b/misc/p5-File-Tail/Makefile index c0532409446..dffade82ac9 100644 --- a/misc/p5-File-Tail/Makefile +++ b/misc/p5-File-Tail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:50:35 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:25 wiz Exp $ DISTNAME= File-Tail-1.0 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-Tail/ COMMENT= Perl5 module for reading from continuously updated files -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>1.12}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>1.12}:../../time/p5-Time-HiRes USE_LANGUAGES= # empty PERL5_PACKLIST= auto/File/Tail/.packlist diff --git a/misc/p5-Locale-Maketext-Fuzzy/Makefile b/misc/p5-Locale-Maketext-Fuzzy/Makefile index f456ff6b18e..a27eaacfb07 100644 --- a/misc/p5-Locale-Maketext-Fuzzy/Makefile +++ b/misc/p5-Locale-Maketext-Fuzzy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:50:35 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:25 wiz Exp $ # DISTNAME= Locale-Maketext-Fuzzy-0.11 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Fuzzy/ COMMENT= Maketext from already interpolated strings LICENSE= cc0-1.0-universal -DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext +#DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Locale/Maketext/Fuzzy/.packlist diff --git a/misc/p5-Locale-Maketext-Lexicon/Makefile b/misc/p5-Locale-Maketext-Lexicon/Makefile index 5ede54efa73..7941c42ba8c 100644 --- a/misc/p5-Locale-Maketext-Lexicon/Makefile +++ b/misc/p5-Locale-Maketext-Lexicon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/06/12 10:50:35 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:25 wiz Exp $ # DISTNAME= Locale-Maketext-Lexicon-1.00 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Lexicon/ COMMENT= Use other catalog formats in Maketext LICENSE= mit -DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext +#DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Locale/Maketext/Lexicon/.packlist diff --git a/multimedia/p5-xmltv/Makefile b/multimedia/p5-xmltv/Makefile index fb7bfce4331..05a0bc8a7a4 100644 --- a/multimedia/p5-xmltv/Makefile +++ b/multimedia/p5-xmltv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:50:39 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:25 wiz Exp $ DISTNAME= xmltv-0.5.56 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-Twig>=3.10:../../textproc/p5-XML-Twig DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer -DEPENDS+= {perl>=5.10,p5-Memoize-[0-9]*}:../../devel/p5-Memoize +#DEPENDS+= {perl>=5.10,p5-Memoize-[0-9]*}:../../devel/p5-Memoize #DEPENDS+= {perl>=5.10,p5-Storable>=2.04}:../../devel/p5-Storable DEPENDS+= p5-libwww>=5.65:../../www/p5-libwww # recommended @@ -47,7 +47,7 @@ DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strpt DEPENDS+= p5-Text-Kakasi-[0-9]*:../../textproc/p5-Text-Kakasi # needed by se grabber DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 DEPENDS+= p5-HTTP-Cache-Transparent-[0-9]*:../../www/p5-HTTP-Cache-Transparent # needed by pt grabber DEPENDS+= p5-Unicode-UTF8simple-[0-9]*:../../converters/p5-Unicode-UTF8simple diff --git a/net/clive/Makefile b/net/clive/Makefile index 6ea665a93ca..0c67260be24 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2015/06/12 10:50:40 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2015/07/12 18:56:25 wiz Exp $ DISTNAME= clive-2.3.3 PKGREVISION= 5 @@ -15,7 +15,7 @@ DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts DEPENDS+= curl-[0-9]*:../../www/curl DEPENDS+= p5-JSON-XS>=2.3:../../converters/p5-JSON-XS DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile -DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version PERL5_PACKLIST= auto/clive/.packlist INSTALLATION_DIRS= share/examples/clive diff --git a/net/get-flash-videos/Makefile b/net/get-flash-videos/Makefile index 588eab30542..6c300faa484 100644 --- a/net/get-flash-videos/Makefile +++ b/net/get-flash-videos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:41 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:25 wiz Exp $ DISTNAME= get-flash-videos-0.0.20150331 PKGREVISION= 1 @@ -16,7 +16,7 @@ DEPENDS+= p5-Crypt-Blowfish_PP-[0-9]*:../../security/p5-Crypt-Blowfish_PP DEPENDS+= p5-Data-AMF-[0-9]*:../../comms/p5-Data-AMF DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https -DEPENDS+= {perl>=5.7.3,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-Module-Find-[0-9]*:../../devel/p5-Module-Find DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 92e63df5af4..2c0eedad82f 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/06/12 10:50:43 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/07/12 18:56:25 wiz Exp $ # DISTNAME= netdisco-1.1_with_mibs @@ -16,12 +16,12 @@ DEPENDS+= p5-SNMP-Info>=2.04:../../net/p5-SNMP-Info DEPENDS+= p5-Apache-DBI-[0-9]*:../../databases/p5-Apache-DBI DEPENDS+= p5-Apache-Session-[0-9]*:../../www/p5-Apache-Session DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql -DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File +#DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File DEPENDS+= p5-MasonX-Request-WithApacheSession-[0-9]*:../../www/p5-MasonX-Request-WithApacheSession DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib DEPENDS+= p5-Net-NBName-[0-9]*:../../net/p5-Net-NBName WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/net/p5-Danga-Socket/Makefile b/net/p5-Danga-Socket/Makefile index 1e3b89d6516..820ed2da270 100644 --- a/net/p5-Danga-Socket/Makefile +++ b/net/p5-Danga-Socket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:50:44 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:25 wiz Exp $ # DISTNAME= Danga-Socket-1.61 @@ -13,7 +13,7 @@ COMMENT= Event loop and event-driven async socket base class LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Sys-Syscall>=0:../../devel/p5-Sys-Syscall -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Danga/Socket/.packlist USE_LANGUAGES= # none diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 843598dd5b6..ae68b7e3489 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:45 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:25 wiz Exp $ DISTNAME= Net-Amazon-S3-0.60 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC DEPENDS+= p5-Digest-MD5-File>=0:../../security/p5-Digest-MD5-File DEPENDS+= p5-libwww>=2:../../www/p5-libwww DEPENDS+= p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Moose>=0:../../devel/p5-Moose DEPENDS+= p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor DEPENDS+= p5-MooseX-Types-DateTime>=0:../../time/p5-MooseX-Types-DateTime diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile index d6990ad1fe1..e26e605bb7f 100644 --- a/net/p5-Net-Amazon/Makefile +++ b/net/p5-Net-Amazon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:50:45 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:25 wiz Exp $ DISTNAME= Net-Amazon-0.62 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-libwww>=2:../../www/p5-libwww DEPENDS+= p5-URI>=0:../../www/p5-URI DEPENDS+= p5-XML-Simple>=2.08:../../textproc/p5-XML-Simple DEPENDS+= p5-Log-Log4perl>=0.30:../../devel/p5-Log-Log4perl -DEPENDS+= {perl>=5.007.003,p5-Time-HiRes>=1}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.007.003,p5-Time-HiRes>=1}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Net/Amazon/.packlist diff --git a/net/p5-Net-DNS-Resolver-Programmable/Makefile b/net/p5-Net-DNS-Resolver-Programmable/Makefile index 7d9248c1d65..dcc3a2c259e 100644 --- a/net/p5-Net-DNS-Resolver-Programmable/Makefile +++ b/net/p5-Net-DNS-Resolver-Programmable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:50:46 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= Net-DNS-Resolver-Programmable-v0.003 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/ COMMENT= Net::DNS::Resolver descendant class for offline emulation of DNS LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS USE_LANGUAGES= # empty diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 45d87eda13d..4ec3ae00834 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2015/07/08 06:41:35 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2015/07/12 18:56:26 wiz Exp $ DISTNAME= Net-DNS-1.01 PKGNAME= p5-${DISTNAME} @@ -11,10 +11,10 @@ HOMEPAGE= http://www.net-dns.org/ COMMENT= Perl5 module for DNS resolution LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl>=5.8.0}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl>=5.8.0}:../../devel/p5-Test-Simple DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.12}:../../security/p5-Digest-MD5 -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.11}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.12}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.11}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Net-IP>=1.20:../../net/p5-Net-IP PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Net-DNS diff --git a/net/p5-Net-Jifty/Makefile b/net/p5-Net-Jifty/Makefile index 45d39fcc626..f3bae79a362 100644 --- a/net/p5-Net-Jifty/Makefile +++ b/net/p5-Net-Jifty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= Net-Jifty-0.14 @@ -13,7 +13,7 @@ COMMENT= Interface to online Jifty applications LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address -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-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Any-Moose>=0.04:../../devel/p5-Any-Moose diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index 92ea1a87597..a3f7dc8e34d 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:48 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:26 wiz Exp $ DISTNAME= Net-OAuth-0.28 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-Class-Accessor>=0.31:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC DEPENDS+= p5-Digest-SHA1>=2.12:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.10.1,p5-Encode>=2.35}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.10.1,p5-Encode>=2.35}:../../textproc/p5-Encode DEPENDS+= p5-URI>=1.36:../../www/p5-URI BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn diff --git a/net/p5-Net-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile index 844c82f813e..4f9aa46120d 100644 --- a/net/p5-Net-OpenID-Consumer/Makefile +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:50:48 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= Net-OpenID-Consumer-1.16 @@ -15,8 +15,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Net-OpenID-Common>=1.18:../../net/p5-Net-OpenID-Common DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 -DEPENDS+= {perl>=5.14.0,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.14.0,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile index e401d2c269b..3b220ff10de 100644 --- a/net/p5-Net-SNMP/Makefile +++ b/net/p5-Net-SNMP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/06/12 10:50:48 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= Net-SNMP-v6.0.1 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES DEPENDS+= p5-Crypt-Rijndael>=1.02:../../security/p5-Crypt-Rijndael -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.11}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.11}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1 DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC DEPENDS+= p5-Socket6>=0.23:../../net/p5-Socket6 diff --git a/net/p5-Net-Telnet-Cisco/Makefile b/net/p5-Net-Telnet-Cisco/Makefile index 8cda966f425..4ebcc093646 100644 --- a/net/p5-Net-Telnet-Cisco/Makefile +++ b/net/p5-Net-Telnet-Cisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= Net-Telnet-Cisco-1.10 @@ -15,7 +15,7 @@ PERL5_PACKLIST= auto/Net/Telnet/Cisco/.packlist DEPENDS+= p5-Net-Telnet>=3.0:../../net/p5-Net-Telnet DEPENDS+= p5-Term-ReadKey>=2.0:../../devel/p5-Term-ReadKey -DEPENDS+= {perl>=5.8.0,p5-Test-Simple>=0.4}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.8.0,p5-Test-Simple>=0.4}:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index 8533268e349..f1997976163 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:50:49 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= Net-Twitter-4.01008 @@ -33,7 +33,7 @@ DEPENDS+= p5-URI>=1.40:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Net/Twitter/.packlist USE_LANGUAGES= # none diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 77cd07d5e4f..f8f39014cdf 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:50:50 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:26 wiz Exp $ DISTNAME= RPC-XML-0.79 PKGNAME= p5-${DISTNAME} @@ -12,8 +12,8 @@ HOMEPAGE= http://www.blackperl.com/RPC::XML/ COMMENT= XML-RPC client and server library for Perl LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils #DEPENDS+= p5-Module-Load>=0.24:../../devel/p5-Module-Load # if Net::Server exists, t/60 may fail due to more test items # t/60_net_server.t ............... skipped: Net::Server not available diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 7fcc4bd1916..3266e4545a8 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/06/12 10:50:51 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/07/12 18:56:26 wiz Exp $ DISTNAME= SOAP-Lite-1.14 PKGNAME= p5-${DISTNAME} @@ -13,11 +13,11 @@ COMMENT= Perl5 module providing a lightweight interface to SOAP LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector -DEPENDS+= {perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress +#DEPENDS+= {perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress DEPENDS+= p5-IO-SessionData>=1.03:../../net/p5-IO-SessionData DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL DEPENDS+= p5-LWP-Protocol-https>=0:../../www/p5-LWP-Protocol-https -DEPENDS+= {perl>=5.10.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.10.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/net/p5-WebService-Google-Reader/Makefile b/net/p5-WebService-Google-Reader/Makefile index fab9d17991f..9b396511b4a 100644 --- a/net/p5-WebService-Google-Reader/Makefile +++ b/net/p5-WebService-Google-Reader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:51 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= WebService-Google-Reader-0.22 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/WebService/Google/Reader/.packlist -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple DEPENDS+= p5-JSON-XS>=2:../../converters/p5-JSON-XS DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww diff --git a/net/p5-eBay-API/Makefile b/net/p5-eBay-API/Makefile index e462d8c8a01..1a2a6b554ce 100644 --- a/net/p5-eBay-API/Makefile +++ b/net/p5-eBay-API/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:50:51 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:26 wiz Exp $ DISTNAME= eBay-API-0.25 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/eBay-API/ COMMENT= Non SOAP based XML schema library for eBay API -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.41 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.41 DEPENDS+= p5-Crypt-SSLeay>=0.51:../../security/p5-Crypt-SSLeay DEPENDS+= p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Error>=0.15:../../devel/p5-Error @@ -18,8 +18,8 @@ DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class DEPENDS+= p5-libwww>=2:../../www/p5-libwww DEPENDS+= p5-ParallelUserAgent>=2.57:../../www/p5-ParallelUserAgent DEPENDS+= p5-Params-Validate>=0.74:../../devel/p5-Params-Validate -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.11}:../../devel/p5-Scalar-List-Utils -DEPENDS+= {perl>=5.10,p5-Time-HiRes>=1.51}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.11}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Time-HiRes>=1.51}:../../time/p5-Time-HiRes DEPENDS+= p5-XML-Simple>=2.09:../../textproc/p5-XML-Simple DEPENDS+= p5-XML-Tidy>=1.2.54:../../textproc/p5-XML-Tidy DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer diff --git a/net/p5-gcap/Makefile b/net/p5-gcap/Makefile index 209b725105f..8263dbbee73 100644 --- a/net/p5-gcap/Makefile +++ b/net/p5-gcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:26 wiz Exp $ # DISTNAME= gcap-0.1.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile DEPENDS+= p5-XML-DOM>=1.44:../../textproc/p5-XML-DOM -DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version DEPENDS+= p5-Umph-Prompt>=0.1.0:../../net/p5-Umph-Prompt PERL5_PACKLIST= auto/gcap/.packlist diff --git a/net/p5-grake/Makefile b/net/p5-grake/Makefile index d15282aadaa..7c0b7089d7a 100644 --- a/net/p5-grake/Makefile +++ b/net/p5-grake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= grake-0.1.0 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile DEPENDS+= p5-Test-Pod>=1.44:../../devel/p5-Test-Pod -DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version DEPENDS+= p5-Umph-Prompt>=0.1.0:../../net/p5-Umph-Prompt PERL5_PACKLIST= auto/grake/.packlist diff --git a/net/p5-umph/Makefile b/net/p5-umph/Makefile index 4f53d72a141..890d54f9954 100644 --- a/net/p5-umph/Makefile +++ b/net/p5-umph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= umph-0.2.5 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile DEPENDS+= p5-XML-DOM>=1.44:../../textproc/p5-XML-DOM -DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version +#DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version DEPENDS+= p5-Umph-Prompt>=0.1.0:../../net/p5-Umph-Prompt PERL5_PACKLIST= auto/umph/.packlist diff --git a/net/perlbal/Makefile b/net/perlbal/Makefile index 355462df8af..3d108381cce 100644 --- a/net/perlbal/Makefile +++ b/net/perlbal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= Perlbal-1.80 @@ -28,7 +28,7 @@ DEPENDS+= p5-BSD-Resource>=0:../../devel/p5-BSD-Resource DEPENDS+= p5-Danga-Socket>=1.44:../../net/p5-Danga-Socket DEPENDS+= p5-HTTP-Date>=0:../../www/p5-HTTP-Date DEPENDS+= p5-Sys-Syscall>=0:../../devel/p5-Sys-Syscall -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Perlbal/.packlist USE_LANGUAGES= # none diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 700c6c56d4c..3a333d56b85 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/06/24 18:05:57 bouyer Exp $ +# $NetBSD: Makefile,v 1.36 2015/07/12 18:56:27 wiz Exp $ DISTNAME= smokeping-2.6.7 PKGREVISION= 5 @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --with-htdocs-dir=${PREFIX}/share/httpd/htdocs DEPENDS+= rrdtool>=1.0:../../databases/rrdtool DEPENDS+= fping>=2.4b2:../../net/fping -DEPENDS+= {perl>=5.8.0,p5-Digest-MD5>=2.20}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.8.0,p5-Digest-MD5>=2.20}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-HMAC>=1.03:../../security/p5-Digest-HMAC DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww DEPENDS+= p5-FCGI>=0.74:../../www/p5-FCGI diff --git a/net/snmptt/Makefile b/net/snmptt/Makefile index 073cac0070d..007d4b68276 100644 --- a/net/snmptt/Makefile +++ b/net/snmptt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:50:53 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= snmptt_1.3 @@ -13,11 +13,11 @@ HOMEPAGE= http://www.snmptt.org/ COMMENT= SNMP trap handler written in Perl DEPENDS+= p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI DEPENDS+= p5-DBD-ODBC-[0-9]*:../../databases/p5-DBD-ODBC -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/net/torrentutils/Makefile b/net/torrentutils/Makefile index 99308f1f50d..960cc8ab565 100644 --- a/net/torrentutils/Makefile +++ b/net/torrentutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:53 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:27 wiz Exp $ DISTNAME= torrentutils-0.3.0 PKGREVISION= 9 @@ -11,7 +11,7 @@ COMMENT= Manage BitTorrent files and interact with trackers LICENSE= gnu-gpl-v2 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 USE_TOOLS+= bash:run gmake perl:run REPLACE_BASH+= defrag.in diff --git a/print/p5-LaTeX-Table/Makefile b/print/p5-LaTeX-Table/Makefile index c95a981d179..b0e350a6a52 100644 --- a/print/p5-LaTeX-Table/Makefile +++ b/print/p5-LaTeX-Table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= LaTeX-Table-v1.0.6 @@ -23,7 +23,7 @@ DEPENDS+= p5-LaTeX-Driver-[0-9]*:../../print/p5-LaTeX-Driver DEPENDS+= p5-LaTeX-Encode-[0-9]*:../../print/p5-LaTeX-Encode DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV -DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie +#DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/LaTeX/Table/.packlist diff --git a/print/p5-biblatex-biber/Makefile b/print/p5-biblatex-biber/Makefile index 8dd831e7f5f..b91d9098362 100644 --- a/print/p5-biblatex-biber/Makefile +++ b/print/p5-biblatex-biber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:50:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:27 wiz Exp $ VER= 1.9 DISTNAME= biblatex-biber @@ -28,7 +28,7 @@ DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common -DEPENDS+= {perl>=5.15.9,p5-Unicode-Collate>=0.89}:../../converters/p5-Unicode-Collate +#DEPENDS+= {perl>=5.15.9,p5-Unicode-Collate>=0.89}:../../converters/p5-Unicode-Collate DEPENDS+= p5-XML-LibXML-Simple-[0-9]*:../../textproc/p5-XML-LibXML-Simple DEPENDS+= p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer diff --git a/security/antonym/Makefile b/security/antonym/Makefile index c9b8a77b325..a1d54b37383 100644 --- a/security/antonym/Makefile +++ b/security/antonym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:01 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= antonym-1.9 @@ -11,7 +11,7 @@ HOMEPAGE= http://subwiki.honeypot.net/cgi-bin/view/Computing/AntoNym COMMENT= Anonymous nymserver account maintenance tool LICENSE= gnu-gpl-v2 -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= pgp-2.*:../../security/pgp2 WRKSRC= ${WRKDIR}/antonym diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index a346a8a8989..44c97f408df 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:02 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:27 wiz Exp $ DISTNAME= kpcli-2.7 PKGREVISION= 3 @@ -17,7 +17,7 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael DEPENDS+= p5-File-KeePass-[0-9]*:../../security/p5-File-KeePass -DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine +#DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine DEPENDS+= p5-Term-ReadLine-Perl-[0-9]*:../../devel/p5-Term-ReadLine-Perl WRKSRC= ${WRKDIR} diff --git a/security/log2timeline/Makefile b/security/log2timeline/Makefile index a398370e5d0..aad04bf4aff 100644 --- a/security/log2timeline/Makefile +++ b/security/log2timeline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:51:02 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= log2timeline_${L2T_VERSION} @@ -36,10 +36,10 @@ DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime DEPENDS+= p5-DateTime-TimeZone>=0:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Digest-CRC>=0.14:../../security/p5-Digest-CRC -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 -DEPENDS+= {perl>=5.7.3,p5-Encode>=0}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Encode>=0}:../../textproc/p5-Encode DEPENDS+= p5-File-Mork>=0.3:../../www/p5-File-Mork -DEPENDS+= {perl>=5,p5-Getopt-Long>=0}:../../devel/p5-Getopt-Long +#DEPENDS+= {perl>=5,p5-Getopt-Long>=0}:../../devel/p5-Getopt-Long DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Scrubber>=0:../../www/p5-HTML-Scrubber DEPENDS+= p5-Image-ExifTool>=0:../../graphics/p5-Image-ExifTool diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 9f5faceb6bd..205c6cab55a 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:51:03 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= Authen-SASL-2.16 @@ -16,7 +16,7 @@ PERL5_PACKLIST= auto/Authen/SASL/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Authen-SASL PKG_SUPPORTED_OPTIONS= gssapi diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 489d7b3c725..ca2a56f2d56 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/06/12 10:51:04 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2015/07/12 18:56:27 wiz Exp $ DISTNAME= Crypt-CBC-2.33 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-CBC/ COMMENT= Perl5 cipher block chaining mode for various crypto algorithms BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/CBC/.packlist diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile index 655a741bbd8..c1dd7d5e6c4 100644 --- a/security/p5-Crypt-Eksblowfish/Makefile +++ b/security/p5-Crypt-Eksblowfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:27 wiz Exp $ # DISTNAME= Crypt-Eksblowfish-0.009 @@ -13,9 +13,9 @@ COMMENT= Perl5 Eksblowfish block cipher LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Mix>=0.001:../../devel/p5-Class-Mix -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent -DEPENDS+= {perl>=5.8.2,p5-MIME-Base64>=2.21}:../../converters/p5-MIME-Base64 -BUILD_DEPENDS+= {perl>=5.10.0,p5-ExtUtils-CBuilder>=0.15}:../../devel/p5-ExtUtils-CBuilder +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.8.2,p5-MIME-Base64>=2.21}:../../converters/p5-MIME-Base64 +#BUILD_DEPENDS+= {perl>=5.10.0,p5-ExtUtils-CBuilder>=0.15}:../../devel/p5-ExtUtils-CBuilder CRYPTO= YES USE_LANGUAGES= c diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile index 635eeff67f5..0a4ce8392ab 100644 --- a/security/p5-Crypt-GPG/Makefile +++ b/security/p5-Crypt-GPG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:05 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:28 wiz Exp $ # DISTNAME= Crypt-GPG-1.63 @@ -13,7 +13,7 @@ COMMENT= Object Oriented Interface to GnuPG DEPENDS+= gnupg-[0-9]*:../../security/gnupg DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate # It defaults to a gpg path in /usr/local, which is not helpful diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index d5b12b6f164..49b5cca016d 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:51:05 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:28 wiz Exp $ # DISTNAME= Crypt-OpenPGP-1.06 @@ -23,9 +23,9 @@ DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael DEPENDS+= p5-Crypt-Twofish>=2.00:../../security/p5-Crypt-Twofish DEPENDS+= p5-Data-Buffer>=0.04:../../devel/p5-Data-Buffer DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir -DEPENDS+= {perl>=5.7.3,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-URI-[0-9]*:../../www/p5-URI # contains LWP::UserAgent DEPENDS+= p5-libwww>=5.10:../../www/p5-libwww diff --git a/security/p5-Crypt-OpenPGP/options.mk b/security/p5-Crypt-OpenPGP/options.mk index 1fe0b9d2fe1..7795e55af94 100644 --- a/security/p5-Crypt-OpenPGP/options.mk +++ b/security/p5-Crypt-OpenPGP/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2010/02/12 18:26:36 sno Exp $ +# $NetBSD: options.mk,v 1.2 2015/07/12 18:56:28 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Crypt-OpenPGP PKG_SUPPORTED_OPTIONS= pgp2-compat @@ -8,5 +8,5 @@ PKG_SUGGESTED_OPTIONS= # empty .if !empty(PKG_OPTIONS:Mpgp2-compat) DEPENDS+= p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 .endif diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index a6924e32e50..19ea790b87b 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/06/12 10:51:06 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/07/12 18:56:28 wiz Exp $ # DISTNAME= Crypt-RSA-1.99 @@ -20,7 +20,7 @@ DEPENDS+= p5-Crypt-Primes>=0.38:../../security/p5-Crypt-Primes DEPENDS+= p5-Crypt-Random>=0.34:../../security/p5-Crypt-Random DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2 -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.16}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.16}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions diff --git a/security/p5-Crypt-Random-TESHA2/Makefile b/security/p5-Crypt-Random-TESHA2/Makefile index 8b6dc2dd63c..24b1d026a8a 100644 --- a/security/p5-Crypt-Random-TESHA2/Makefile +++ b/security/p5-Crypt-Random-TESHA2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:51:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Crypt-Random-TESHA2-0.01 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Random-TESHA2/ COMMENT= Random numbers using timer/schedule entropy LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=5.22}:../../security/p5-Digest-SHA -DEPENDS+= {perl>=5.10.0,p5-Time-HiRes>=1.9711}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=5.22}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.10.0,p5-Time-HiRes>=1.9711}:../../time/p5-Time-HiRes USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/Random/TESHA2/.packlist diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile index a7c16e6e5d7..386fc21fda4 100644 --- a/security/p5-Digest-BubbleBabble/Makefile +++ b/security/p5-Digest-BubbleBabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:51:07 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Digest-BubbleBabble-0.02 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-BubbleBabble/ COMMENT= Perl5 module for bubble babble fingerprints LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 PERL5_PACKLIST= auto/Digest/BubbleBabble/.packlist diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile index 42f20da17c5..055cb2d5463 100644 --- a/security/p5-Digest-HMAC/Makefile +++ b/security/p5-Digest-HMAC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/06/12 10:51:07 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Digest-HMAC-1.03 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-HMAC/ COMMENT= Perl5 module for HMAC LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=1.00}:../../security/p5-Digest-SHA -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=1.00}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Digest/HMAC/.packlist diff --git a/security/p5-Digest-Hashcash/Makefile b/security/p5-Digest-Hashcash/Makefile index 586fb0b588f..56279c9f940 100644 --- a/security/p5-Digest-Hashcash/Makefile +++ b/security/p5-Digest-Hashcash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:51:07 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Digest-Hashcash-0.03 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-Hashcash/ COMMENT= Perl5 extension module for hashcash hashes LICENSE= gnu-gpl-v2 -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.2}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.2}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Digest/Hashcash/.packlist diff --git a/security/p5-Digest-MD5-File/Makefile b/security/p5-Digest-MD5-File/Makefile index 4a16bf4f759..c9b6f99789f 100644 --- a/security/p5-Digest-MD5-File/Makefile +++ b/security/p5-Digest-MD5-File/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:08 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Digest-MD5-File-0.08 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-MD5-File/ COMMENT= Perl5 extension for getting MD5 sums for files and urls LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww PERL5_PACKLIST= auto/Digest/MD5/File/.packlist diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index ce77720fb3f..a18d721bf22 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/06/12 10:51:07 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Digest-MD5-2.54 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-MD5/ COMMENT= Perl5 extension interface for MD5 algorithm LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,p5-Digest>=1.00}:../../security/p5-Digest +#DEPENDS+= {perl>=5.7.3,p5-Digest>=1.00}:../../security/p5-Digest CONFLICTS+= p5-MD5-[0-9]* diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index 7186ee968da..2abc06d0f68 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:51:08 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Digest-SHA1-2.13 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-SHA1/ COMMENT= Perl5 module for SHA1 LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.1,p5-Digest>=1.00}:../../security/p5-Digest +#DEPENDS+= {perl>=5.7.1,p5-Digest>=1.00}:../../security/p5-Digest CONFLICTS+= p5-Digest-MD5<=2.12 diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index fc2a95b99ff..97a0760ec6c 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:51:07 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Digest-1.17 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Digest/ COMMENT= Perl5 base class for Digest:: modules LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.1,p5-MIME-Base64>=2.18}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.8.1,p5-MIME-Base64>=2.18}:../../converters/p5-MIME-Base64 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Digest/.packlist diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index a4ffba3977e..780cd0cb123 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/06/12 10:51:08 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/07/12 18:56:28 wiz Exp $ DISTNAME= Module-Signature-0.73 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module for module signature file manipulation LICENSE= public-domain #DEPENDS+= gnupg-[0-9]*:../../security/gnupg -DEPENDS+= {perl>=5.10.0,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.10.0,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA DEPENDS+= p5-Crypt-OpenPGP>=1.00:../../security/p5-Crypt-OpenPGP # OpenPGP dependencies used @@ -34,11 +34,11 @@ DEPENDS+= p5-Crypt-Twofish>=2.00:../../security/p5-Crypt-Twofish DEPENDS+= p5-Data-Buffer>=0.04:../../devel/p5-Data-Buffer DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari -DEPENDS+= {perl>=5.7.3,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-Diff-[0-9]*:../../textproc/p5-Text-Diff USE_LANGUAGES= # empty diff --git a/security/p5-Net-DNS-SEC-Maint-Key/Makefile b/security/p5-Net-DNS-SEC-Maint-Key/Makefile index e8dd4d336db..78272f787d1 100644 --- a/security/p5-Net-DNS-SEC-Maint-Key/Makefile +++ b/security/p5-Net-DNS-SEC-Maint-Key/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:28 wiz Exp $ # DISTNAME= Net-DNS-SEC-Maint-Key-0.013 @@ -15,7 +15,7 @@ DEPENDS+= p5-Net-DNS>=0.44:../../net/p5-Net-DNS DEPENDS+= p5-Net-DNS-SEC>=0.12:../../security/p5-Net-DNS-SEC DEPENDS+= p5-IO-LockedFile-[0-9]*:../../devel/p5-IO-LockedFile DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl -DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine +#DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine PERL5_PACKLIST= auto/Net/DNS/SEC/Maint/Key/.packlist diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile index d6d54d3a0a1..9f78a1aad3b 100644 --- a/security/p5-Net-DNS-SEC/Makefile +++ b/security/p5-Net-DNS-SEC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/07/12 14:43:23 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/07/12 18:56:29 wiz Exp $ DISTNAME= Net-DNS-SEC-0.22 PKGNAME= p5-${DISTNAME} @@ -14,13 +14,13 @@ DEPENDS+= p5-Crypt-OpenSSL-Bignum>=0.03:../../security/p5-Crypt-OpenSSL-Bignum DEPENDS+= p5-Crypt-OpenSSL-DSA>=0.10:../../security/p5-Crypt-OpenSSL-DSA DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.27:../../security/p5-Crypt-OpenSSL-RSA DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble -DEPENDS+= {perl>=5.10.0,p5-Digest-SHA>=5.23}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.10.0,p5-Digest-SHA>=5.23}:../../security/p5-Digest-SHA DEPENDS+= p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1 DEPENDS+= p5-MIME-Base32-[0-9]*:../../converters/p5-MIME-Base32 -DEPENDS+= {perl>=5.7.3,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-Net-DNS>=0.64:../../net/p5-Net-DNS -BUILDLINK_API_DEPENDS.perl+= perl>=5.6.1 +#BUILDLINK_API_DEPENDS.perl+= perl>=5.6.1 PERL5_PACKLIST= auto/Net/DNS/SEC/.packlist diff --git a/security/p5-Net-SSH/Makefile b/security/p5-Net-SSH/Makefile index 9dad0d5c10f..efff5bd9887 100644 --- a/security/p5-Net-SSH/Makefile +++ b/security/p5-Net-SSH/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:51:09 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= Net-SSH-Perl-1.34 @@ -20,9 +20,9 @@ DEPENDS+= p5-Crypt-RSA>=1.37:../../security/p5-Crypt-RSA DEPENDS+= p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-SHA1>=2.10:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.7.3,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-Math-GMP>=1.04:../../math/p5-Math-GMP DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari DEPENDS+= p5-String-CRC32>=1.2:../../textproc/p5-String-CRC32 diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index e8e62337f86..43649bfc072 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2015/06/30 11:02:27 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2015/07/12 18:56:29 wiz Exp $ DISTNAME= Net-SSLeay-1.70 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= openssl BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 # see WRKSRC/inc/Module/Install/PRIVATE/Net/SSLeay.pm BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.3 diff --git a/security/pgpenvelope/Makefile b/security/pgpenvelope/Makefile index 8951082247c..0b4d315f404 100644 --- a/security/pgpenvelope/Makefile +++ b/security/pgpenvelope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:51:10 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= pgpenvelope-2.10.2 @@ -15,7 +15,7 @@ DEPENDS+= p5-Class-MakeMethods>=1.010:../../devel/p5-Class-MakeMethods DEPENDS+= p5-GnuPG-Interface>=0.34nb2:../../security/p5-GnuPG-Interface DEPENDS+= p5-String-Approx>=3.13:../../textproc/p5-String-Approx DEPENDS+= p5-Term-ReadKey>=2.14:../../devel/p5-Term-ReadKey -DEPENDS+= {perl>=5.8.1,p5-Term-ReadLine>=1.01}:../../devel/p5-Term-ReadLine +#DEPENDS+= {perl>=5.8.1,p5-Term-ReadLine>=1.01}:../../devel/p5-Term-ReadLine PERL5_PACKLIST= auto/pgpenvelope/.packlist diff --git a/security/zoneminder/Makefile b/security/zoneminder/Makefile index 9d58afa126d..f735a7dda46 100644 --- a/security/zoneminder/Makefile +++ b/security/zoneminder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/30 09:57:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:29 wiz Exp $ PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/} DISTNAME= ZoneMinder-1.28.1 @@ -38,7 +38,7 @@ DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql DEPENDS+= p5-MIME-Lite-[0-9]*:../../mail/p5-MIME-Lite DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 9b0ec79af33..170cadfad6e 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:51:11 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/07/12 18:56:29 wiz Exp $ DISTNAME= psh-1.8 PKGNAME= perlsh-1.8 @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/psh/ COMMENT= The Perl Shell DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey -DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine +#DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine DEPENDS+= p5-BSD-Resource>=1.15:../../devel/p5-BSD-Resource PKG_SHELL= bin/psh diff --git a/shells/xsh/Makefile b/shells/xsh/Makefile index 753f9ed7f8f..df64151e6fc 100644 --- a/shells/xsh/Makefile +++ b/shells/xsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/06/12 10:51:11 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:29 wiz Exp $ DISTNAME= XML-XSH-1.8.2 PKGNAME= ${DISTNAME:S/XML-XSH/xsh/} @@ -11,7 +11,7 @@ HOMEPAGE= http://xsh.sourceforge.net/ COMMENT= XML Editing Shell DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent -DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine +#DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index 6cfb983e474..b330775b5e6 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= dirvish-1.2.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.dirvish.org/ COMMENT= Fast, disk based, rotating network backup system DEPENDS+= rsync>=2.6.0:../../net/rsync -DEPENDS+= {perl>=5.8.8,p5-Getopt-Long>=2.35}:../../devel/p5-Getopt-Long +#DEPENDS+= {perl>=5.8.8,p5-Getopt-Long>=2.35}:../../devel/p5-Getopt-Long DEPENDS+= p5-Time-modules>=2003.0:../../time/p5-Time-modules DEPENDS+= p5-Time-Period>=1.0:../../time/p5-Time-Period diff --git a/sysutils/p5-Sys-Syslog/Makefile b/sysutils/p5-Sys-Syslog/Makefile index 1f364d51ffc..e5b32d138cc 100644 --- a/sysutils/p5-Sys-Syslog/Makefile +++ b/sysutils/p5-Sys-Syslog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= Sys-Syslog-0.33 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Sys-Syslog/ COMMENT= Perl interface to the UNIX syslog(3) calls LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.6.0,p5-XSLoader>=0}:../../devel/p5-XSLoader +#DEPENDS+= {perl>=5.6.0,p5-XSLoader>=0}:../../devel/p5-XSLoader PERL5_PACKLIST= auto/Sys/Syslog/.packlist diff --git a/sysutils/shelldap/Makefile b/sysutils/shelldap/Makefile index 2cc1d35f2b6..436787f9c0e 100644 --- a/sysutils/shelldap/Makefile +++ b/sysutils/shelldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:29 wiz Exp $ # PKGNAME= shelldap-1.3.0 @@ -15,7 +15,7 @@ LICENSE= modified-bsd DEPENDS+= p5-YAML-Syck>=1.15:../../textproc/p5-YAML-Syck DEPENDS+= p5-Term-Shell>=0.02:../../devel/p5-Term-Shell -DEPENDS+= {perl>=5.13.6,p5-Digest-MD5>=2.51}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.13.6,p5-Digest-MD5>=2.51}:../../security/p5-Digest-MD5 DEPENDS+= p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff DEPENDS+= p5-perl-ldap>=0.40.01:../../databases/p5-perl-ldap DEPENDS+= p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine diff --git a/sysutils/swatch/Makefile b/sysutils/swatch/Makefile index 02c5b21c4e2..b748424318f 100644 --- a/sysutils/swatch/Makefile +++ b/sysutils/swatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= swatch-3.2.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 # or later DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip DEPENDS+= p5-File-Tail>=0:../../misc/p5-File-Tail -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.12}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.12}:../../time/p5-Time-HiRes DEPENDS+= p5-TimeDate>=0:../../time/p5-TimeDate PERL5_PACKLIST= auto/swatch/.packlist diff --git a/textproc/crush-tools/Makefile b/textproc/crush-tools/Makefile index caa6d54a46c..7b3292e71c4 100644 --- a/textproc/crush-tools/Makefile +++ b/textproc/crush-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 10:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= crush-tools-2013-04 @@ -14,7 +14,7 @@ LICENSE= apache-2.0 DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc -DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long +#DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index 4b2b9760cb1..3c5c16da4cc 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= CAM-PDF-1.60 @@ -18,7 +18,7 @@ REPLACE_CSH= bin/asciify DEPENDS+= p5-Crypt-RC4>=2.02:../../security/p5-Crypt-RC4 DEPENDS+= p5-Text-PDF>=0.29:../../textproc/p5-Text-PDF -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.16}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.16}:../../security/p5-Digest-MD5 PERL5_PACKLIST= auto/CAM/PDF/.packlist diff --git a/textproc/p5-Convert-ASCII-Armour/Makefile b/textproc/p5-Convert-ASCII-Armour/Makefile index 1e5f1ce5ac9..3399ac29199 100644 --- a/textproc/p5-Convert-ASCII-Armour/Makefile +++ b/textproc/p5-Convert-ASCII-Armour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= Convert-ASCII-Armour-1.4 @@ -11,9 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Convert-ASCII-Armour/ COMMENT= Perl5 module to convert binary octets into ASCII armour -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Convert/ASCII/Armour/.packlist diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile index b88919a5c3f..65ca5c7d031 100644 --- a/textproc/p5-Convert-PEM/Makefile +++ b/textproc/p5-Convert-PEM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:30 wiz Exp $ # DISTNAME= Convert-PEM-0.08 @@ -12,9 +12,9 @@ HOMEPAGE= http://search.cpan.org/dist/Convert-PEM/ COMMENT= Perl5 module to read/write ASN.1-encoded PEM files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7.3,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-Convert-ASN1>=0.10:../../textproc/p5-Convert-ASN1 -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3 DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler diff --git a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile index e260bc13f31..a5334a76c65 100644 --- a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile +++ b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:30 wiz Exp $ DISTNAME= Dist-Zilla-Plugin-PodWeaver-4.006 PKGNAME= p5-${DISTNAME} @@ -22,7 +22,7 @@ DEPENDS+= p5-Pod-Weaver>=4:../../textproc/p5-Pod-Weaver DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean BUILD_DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Dist/Zilla/Plugin/PodWeaver/.packlist diff --git a/textproc/p5-Encode-Detect/Makefile b/textproc/p5-Encode-Detect/Makefile index 56f8ad2d5c9..7c12d1175eb 100644 --- a/textproc/p5-Encode-Detect/Makefile +++ b/textproc/p5-Encode-Detect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:30 wiz Exp $ # DISTNAME= Encode-Detect-1.01 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Encode-Detect/ COMMENT= Perl module that detects the encoding of data LICENSE= mpl-1.1 -BUILD_DEPENDS+= {perl>=5.9.3,p5-ExtUtils-CBuilder-[0-9]*}:../../devel/p5-ExtUtils-CBuilder +#BUILD_DEPENDS+= {perl>=5.9.3,p5-ExtUtils-CBuilder-[0-9]*}:../../devel/p5-ExtUtils-CBuilder USE_LANGUAGES+= c c++ diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile index d948e9ffd09..d3ee6c8d343 100644 --- a/textproc/p5-FormValidator-Simple/Makefile +++ b/textproc/p5-FormValidator-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:51:23 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:30 wiz Exp $ DISTNAME= FormValidator-Simple-0.29 PKGNAME= p5-${DISTNAME} @@ -22,7 +22,7 @@ DEPENDS+= p5-Email-Valid>=0.15:../../mail/p5-Email-Valid DEPENDS+= p5-Email-Valid-Loose>=0.04:../../mail/p5-Email-Valid-Loose DEPENDS+= p5-Tie-IxHash>=1.21:../../devel/p5-Tie-IxHash DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require DEPENDS+= p5-YAML>=0.39:../../textproc/p5-YAML diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile index 603010e0648..7510572a287 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:30 wiz Exp $ # DISTNAME= Lingua-EN-Inflect-Phrase-0.18 @@ -18,7 +18,7 @@ DEPENDS+= p5-Lingua-EN-Inflect-Number-[0-9]*:../../textproc/p5-Lingua-EN-Inflect DEPENDS+= p5-Lingua-EN-Number-IsOrdinal-[0-9]*:../../textproc/p5-Lingua-EN-Number-IsOrdinal DEPENDS+= p5-Lingua-EN-Tagger-[0-9]*:../../textproc/p5-Lingua-EN-Tagger -BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings USE_LANGUAGES= # empty diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index c3287ee49ae..9d6dc1d45f2 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/06/12 10:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2015/07/12 18:56:30 wiz Exp $ DISTNAME= PDF-API2-2.023 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/PDF-API2/ COMMENT= Perl5 module for next generation api for pdf LICENSE= gnu-lgpl-v2.1 -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.0 DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF PERL5_PACKLIST= auto/PDF/API2/.packlist diff --git a/textproc/p5-PDF-Reuse/Makefile b/textproc/p5-PDF-Reuse/Makefile index 8f7f254733a..45ac463ad0b 100644 --- a/textproc/p5-PDF-Reuse/Makefile +++ b/textproc/p5-PDF-Reuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:30 wiz Exp $ DISTNAME= PDF-Reuse-0.36 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse/ COMMENT= Reuse and mass produce PDF documents LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]}}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]}}:../../security/p5-Digest-MD5 DEPENDS+= p5-Text-PDF-[0-9]*:../../textproc/p5-Text-PDF DEPENDS+= p5-Font-TTF-[0-9]*:../../fonts/p5-Font-TTF diff --git a/textproc/p5-Pod-Elemental/Makefile b/textproc/p5-Pod-Elemental/Makefile index cce083d75ca..611b4a2593a 100644 --- a/textproc/p5-Pod-Elemental/Makefile +++ b/textproc/p5-Pod-Elemental/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:30 wiz Exp $ DISTNAME= Pod-Elemental-0.103004 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Elemental/ COMMENT= Perl5 module to work with nestable Pod elements LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-Encode-[0-9]*}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.10.1,p5-Encode-[0-9]*}:../../textproc/p5-Encode DEPENDS+= p5-Mixin-Linewise-[0-9]*:../../devel/p5-Mixin-Linewise DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index c559dc299e5..9b9ec3f2111 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:30 wiz Exp $ DISTNAME= Pod-Simple-3.30 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Simple/ COMMENT= Simple framework for parsing Pod LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes +#DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes PERL5_PACKLIST= auto/Pod/Simple/.packlist diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile index 0ebc6d2d644..e8f1f410ba7 100644 --- a/textproc/p5-Pod-Spell/Makefile +++ b/textproc/p5-Pod-Spell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:30 wiz Exp $ DISTNAME= Pod-Spell-1.17 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Spell/ COMMENT= Formatter for spellchecking Pod LICENSE= artistic-2.0 -DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.01}:../../textproc/p5-Pod-Escapes +#DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.01}:../../textproc/p5-Pod-Escapes DEPENDS+= p5-Lingua-EN-Inflect>=0:../../textproc/p5-Lingua-EN-Inflect DEPENDS+= p5-Class-Tiny>=0:../../devel/p5-Class-Tiny DEPENDS+= p5-File-ShareDir>=0:../../devel/p5-File-ShareDir diff --git a/textproc/p5-Pod-Strip/Makefile b/textproc/p5-Pod-Strip/Makefile index c9dd248eb4f..21525416cce 100644 --- a/textproc/p5-Pod-Strip/Makefile +++ b/textproc/p5-Pod-Strip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:30 wiz Exp $ # DISTNAME= Pod-Strip-1.02 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Pod-Strip/ COMMENT= Perl5 module to remove POD from Perl code -DEPENDS+= {perl>=5.9.3,p5-Pod-Simple>=3.0}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.9.3,p5-Pod-Simple>=3.0}:../../textproc/p5-Pod-Simple PERL5_PACKLIST= auto/Pod/Strip/.packlist PERL5_MODULE_TYPE= Module::Build diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index c843ecf0e3a..0aae94cf1cb 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:30 wiz Exp $ DISTNAME= Pod-Tree-1.23 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-HTML-Stream>=1.49:../../www/p5-HTML-Stream DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String -DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.02}:../../textproc/p5-Pod-Escapes +#DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.02}:../../textproc/p5-Pod-Escapes DEPENDS+= p5-Text-Template>=1.0:../../textproc/p5-Text-Template PERL5_PACKLIST= auto/Pod/Tree/.packlist diff --git a/textproc/p5-Pod-Weaver/Makefile b/textproc/p5-Pod-Weaver/Makefile index 5370e1bcfc9..59afde1368d 100644 --- a/textproc/p5-Pod-Weaver/Makefile +++ b/textproc/p5-Pod-Weaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:30 wiz Exp $ DISTNAME= Pod-Weaver-4.012 PKGNAME= p5-${DISTNAME} @@ -22,14 +22,14 @@ DEPENDS+= p5-Pod-Elemental>=0.100220:../../textproc/p5-Pod-Elemental DEPENDS+= p5-String-Flogger>=1.0:../../textproc/p5-String-Flogger DEPENDS+= p5-String-Formatter>=0.100680:../../textproc/p5-String-Formatter DEPENDS+= p5-String-RewritePrefix-[0-9]*:../../textproc/p5-String-RewritePrefix -DEPENDS+= {perl>=5.10.1,p5-Text-Tabs+Wrap-[0-9]*}:../../textproc/p5-Text-Tabs+Wrap +#DEPENDS+= {perl>=5.10.1,p5-Text-Tabs+Wrap-[0-9]*}:../../textproc/p5-Text-Tabs+Wrap DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean -BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp BUILD_DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI BUILD_DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Pod/Weaver/.packlist diff --git a/textproc/p5-String-Errf/Makefile b/textproc/p5-String-Errf/Makefile index ec3640de506..55a48368eaa 100644 --- a/textproc/p5-String-Errf/Makefile +++ b/textproc/p5-String-Errf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:51:28 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:31 wiz Exp $ # DISTNAME= String-Errf-0.007 @@ -15,11 +15,11 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util DEPENDS+= p5-String-Formatter>=0.102081:../../textproc/p5-String-Formatter DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter -DEPENDS+= {perl>=5.10.1,p5-Time-Piece-[0-9]*}:../../time/p5-Time-Piece +#DEPENDS+= {perl>=5.10.1,p5-Time-Piece-[0-9]*}:../../time/p5-Time-Piece BUILD_DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate BUILD_DEPENDS+= p5-JSON>=2.0:../../converters/p5-JSON -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple # autodie is in core since 5.10 PERL5_PACKLIST= auto/String/Errf/.packlist diff --git a/textproc/p5-String-Flogger/Makefile b/textproc/p5-String-Flogger/Makefile index a0b67eae681..d105f12349b 100644 --- a/textproc/p5-String-Flogger/Makefile +++ b/textproc/p5-String-Flogger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:51:28 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:31 wiz Exp $ # DISTNAME= String-Flogger-1.101245 @@ -16,7 +16,7 @@ DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter -BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/String/Flogger/.packlist diff --git a/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile b/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile index d51ee2816dd..e81c16a4394 100644 --- a/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile +++ b/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:29 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:31 wiz Exp $ # DISTNAME= Syntax-Highlight-Engine-Kate-0.09 @@ -16,7 +16,7 @@ CHECK_PORTABILITY_SKIP= samples/highlight.sh DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn PERL5_PACKLIST= auto/Syntax/Highlight/Engine/Kate/.packlist diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index a857b45cffc..b58f909369c 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/13 10:35:17 wen Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:31 wiz Exp $ DISTNAME= Text-BibTeX-0.71 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny BUILD_DEPENDS+= p5-Config-AutoConf>=0.14:../../devel/p5-Config-AutoConf BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.01:../../devel/p5-ExtUtils-LibBuilder -BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.27}:../../devel/p5-ExtUtils-CBuilder +#BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.27}:../../devel/p5-ExtUtils-CBuilder USE_LANGUAGES+= c PERL5_PACKLIST= auto/Text/BibTeX/.packlist diff --git a/textproc/p5-Text-Emoticon-MSN/Makefile b/textproc/p5-Text-Emoticon-MSN/Makefile index 7572fbaedad..79a243406e1 100644 --- a/textproc/p5-Text-Emoticon-MSN/Makefile +++ b/textproc/p5-Text-Emoticon-MSN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:31 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:31 wiz Exp $ DISTNAME= Text-Emoticon-MSN-0.04 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Emoticon-MSN/ COMMENT= Emoticon filter of MSN Messenger -DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple DEPENDS+= p5-Text-Emoticon>=0.02:../../textproc/p5-Text-Emoticon PERL5_PACKLIST= auto/Text/Emoticon/MSN/.packlist diff --git a/textproc/p5-Text-FindIndent/Makefile b/textproc/p5-Text-FindIndent/Makefile index 4015e75f461..d253322ccd2 100644 --- a/textproc/p5-Text-FindIndent/Makefile +++ b/textproc/p5-Text-FindIndent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:31 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:31 wiz Exp $ DISTNAME= Text-FindIndent-0.10 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-FindIndent/ COMMENT= Heuristically determine the indent style LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/FindIndent/.packlist diff --git a/textproc/p5-Text-PDF/Makefile b/textproc/p5-Text-PDF/Makefile index 2b439f6c0f6..531c286c686 100644 --- a/textproc/p5-Text-PDF/Makefile +++ b/textproc/p5-Text-PDF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:32 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:31 wiz Exp $ # DISTNAME= Text-PDF-0.29a @@ -14,7 +14,7 @@ COMMENT= Perl 5 module for manipulating PDF files WRKSRC= ${WRKDIR}/Text-PDF-0.29 USE_LANGUAGES= # empty -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=0 PERL5_PACKLIST= auto/Text/PDF/.packlist diff --git a/textproc/p5-Text-SpellChecker/Makefile b/textproc/p5-Text-SpellChecker/Makefile index 525e8f700da..2ef08aeecad 100644 --- a/textproc/p5-Text-SpellChecker/Makefile +++ b/textproc/p5-Text-SpellChecker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:33 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:31 wiz Exp $ # DISTNAME= Text-SpellChecker-0.14 @@ -13,7 +13,7 @@ COMMENT= Perl5 OO interface for spell-checking a block of text LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Text-Aspell>=0.04:../../textproc/p5-Text-Aspell -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Text/SpellChecker/.packlist diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index e979be56b81..56c86f1c463 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:34 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:31 wiz Exp $ # DISTNAME= Text-WikiFormat-0.81 @@ -13,7 +13,7 @@ COMMENT= Translate Wiki formatted text into other formats LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-URI>=1.30:../../www/p5-URI -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Utils PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Text/WikiFormat/.packlist diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index 3d9e7135859..869e522f326 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/07/12 14:39:38 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:31 wiz Exp $ DISTNAME= Text-Xslate-3.3.4 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} MAKE_JOBS_SAFE= no DEPENDS+= p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack -DEPENDS+= {perl>=5.10.1,p5-parent>=0.221}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent>=0.221}:../../devel/p5-parent DEPENDS+= p5-Mouse>=1.08:../../devel/p5-Mouse DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires # only for regress test diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 2a1e9252118..bc2affe2035 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:51:34 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:31 wiz Exp $ DISTNAME= Text-vCard-3.07 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Parse, edit and create vCards (RFC 2426) LICENSE= ${PERL5_LICENSE} # for MIME::QuotedPrint -DEPENDS+= {perl>=5.8.8,p5-MIME-Base64>=3.07}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.8.8,p5-MIME-Base64>=3.07}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny DEPENDS+= p5-Text-Tabs+Wrap-[0-9]*:../../textproc/p5-Text-Tabs+Wrap diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index caa5c74cf6f..9d5f225c649 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:34 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:31 wiz Exp $ DISTNAME= XML-Atom-Stream-0.11 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Atom-Stream/ COMMENT= Client interface for AtomStream #really: Test::More >= 0.32 -BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX DEPENDS+= p5-XML-Handler-Trees>=0.02:../../textproc/p5-XML-Handler-Trees diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 914736157fa..3d09eb958bd 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:34 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:31 wiz Exp $ DISTNAME= XML-Atom-0.41 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML -DEPENDS+= {perl>=5.7.3,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-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath # Client/Server for Atom API diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index df02739692a..4aab44ab9f8 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:35 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:32 wiz Exp $ DISTNAME= XML-Feed-0.52 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch DEPENDS+= p5-XML-Atom>=0.38:../../textproc/p5-XML-Atom diff --git a/textproc/p5-XML-SAX-Writer/Makefile b/textproc/p5-XML-SAX-Writer/Makefile index 35f6e35a042..873b7b98817 100644 --- a/textproc/p5-XML-SAX-Writer/Makefile +++ b/textproc/p5-XML-SAX-Writer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:38 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:32 wiz Exp $ DISTNAME= XML-SAX-Writer-0.56 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-SAX-Writer/ COMMENT= SAX2 (XML) Writer LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.8,p5-Encode>=2.12}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.8.8,p5-Encode>=2.12}:../../textproc/p5-Encode DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX DEPENDS+= p5-XML-NamespaceSupport>=1.00:../../textproc/p5-XML-NamespaceSupport DEPENDS+= p5-XML-Filter-BufferText>=1.00:../../textproc/p5-XML-Filter-BufferText diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 086955bc88a..6f82fe38ec2 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:51:38 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:32 wiz Exp $ # DISTNAME= XML-Stream-1.24 @@ -13,7 +13,7 @@ COMMENT= XML::Stream provides you with access to XML Stream LICENSE= gnu-lgpl-v2 DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>0}:../../converters/p5-MIME-Base64 PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/XML/Stream/.packlist diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile index 1991a17b252..4f900ca0dbe 100644 --- a/textproc/p5-ack/Makefile +++ b/textproc/p5-ack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:51:39 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:32 wiz Exp $ DISTNAME= ack-2.14 PKGNAME= p5-${DISTNAME} @@ -22,7 +22,7 @@ post-configure: DEPENDS+= p5-File-Next>=0.4:../../devel/p5-File-Next #DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor -BUILD_DEPENDS+= {perl>=5.8.8,p5-Test-Harness>=2.5}:../../devel/p5-Test-Harness +#BUILD_DEPENDS+= {perl>=5.8.8,p5-Test-Harness>=2.5}:../../devel/p5-Test-Harness .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-mobiperl/Makefile b/textproc/p5-mobiperl/Makefile index da15ce0cee2..dc371aefb04 100644 --- a/textproc/p5-mobiperl/Makefile +++ b/textproc/p5-mobiperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:40 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:32 wiz Exp $ # DISTNAME= mobiperl-0.0.43 @@ -19,7 +19,7 @@ DEPENDS+= p5-Getopt-Mixed-[0-9]*:../../devel/p5-Getopt-Mixed DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size DEPENDS+= p5-Image-BMP-[0-9]*:../../graphics/p5-Image-BMP -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-XML-Parser-Lite-Tree-[0-9]*:../../textproc/p5-XML-Parser-Lite-Tree DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 882b24462b9..cff6770fe7d 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:40 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:32 wiz Exp $ DISTNAME= podlators-2.5.3 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/podlators/ COMMENT= Collection of pod related perl modules LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.06}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.06}:../../textproc/p5-Pod-Simple PERL5_PACKLIST= auto/Pod/.packlist diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile index 84e554773f6..3a5971522eb 100644 --- a/time/p5-Data-ICal/Makefile +++ b/time/p5-Data-ICal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:51:42 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:32 wiz Exp $ DISTNAME= Data-ICal-0.22 PKGNAME= p5-${DISTNAME} @@ -13,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+= {perl>=5.7.3,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+= {perl>=5.6.2,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-DateTime-Format-Mail/Makefile b/time/p5-DateTime-Format-Mail/Makefile index 1ad58ca0ef4..b011d36e00f 100644 --- a/time/p5-DateTime-Format-Mail/Makefile +++ b/time/p5-DateTime-Format-Mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:43 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:32 wiz Exp $ DISTNAME= DateTime-Format-Mail-0.401 # make sure it has 4 digits @@ -13,7 +13,7 @@ COMMENT= Convert between DateTime and RFC2822/822 formats LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-DateTime>=0.18:../../time/p5-DateTime -DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-Params-Validate>=0.67:../../devel/p5-Params-Validate PERL5_PACKLIST= auto/DateTime/Format/Mail/.packlist diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 2c2e6fc760c..76b2e559a9e 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/07/05 13:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2015/07/12 18:56:32 wiz Exp $ DISTNAME= DateTime-1.20 PKGNAME= p5-${DISTNAME}00 @@ -13,7 +13,7 @@ LICENSE= artistic-2.0 BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale DEPENDS+= p5-DateTime-TimeZone>=1.74:../../time/p5-DateTime-TimeZone diff --git a/time/p5-DateTimeX-Easy/Makefile b/time/p5-DateTimeX-Easy/Makefile index c5096737044..d8e941b7bc4 100644 --- a/time/p5-DateTimeX-Easy/Makefile +++ b/time/p5-DateTimeX-Easy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:44 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:32 wiz Exp $ DISTNAME= DateTimeX-Easy-0.089 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-Flexible-[0-9]*:../../time/p5-DateTime-Format-Flexible DEPENDS+= p5-DateTime-Format-ICal-[0-9]*:../../time/p5-DateTime-Format-ICal DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate BUILD_DEPENDS+= p5-Test-Most>0:../../devel/p5-Test-Most diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile index b0bf744df24..b9eed426796 100644 --- a/time/p5-Time-TAI64/Makefile +++ b/time/p5-Time-TAI64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:46 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:32 wiz Exp $ DISTNAME= Time-TAI64-2.11 PKGNAME= p5-${DISTNAME} @@ -10,8 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/ COMMENT= Convert TAI64 strings into standard unix timestamps -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 +#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 diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 645f972e853..0d84ee0b9db 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:51:48 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:32 wiz Exp $ # DISTNAME= checkbot-1.79 @@ -11,7 +11,7 @@ HOMEPAGE= http://degraaff.org/checkbot/ COMMENT= Verify links on a set of HTML pages DEPENDS+= p5-MailTools>=1.03:../../mail/p5-MailTools -DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net +#DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net DEPENDS+= p5-Time-Duration-[0-9]*:../../time/p5-Time-Duration DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile index fcfcb6986c5..390043eedd3 100644 --- a/www/cvsweb/Makefile +++ b/www/cvsweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2015/06/12 10:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2015/07/12 18:56:33 wiz Exp $ # DISTNAME= cvsweb-3.0.6 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freebsd.org/projects/cvsweb.html COMMENT= Web interface for browsing a CVS repository -DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0.12}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0.12}:../../devel/p5-File-Temp DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run DEPENDS+= p5-MIME-Types>=1.12:../../mail/p5-MIME-Types DEPENDS+= p5-URI>=1.30:../../www/p5-URI diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index a6ece46fd16..dd62b0d95c6 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/07/04 05:56:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2015/07/12 18:56:33 wiz Exp $ .include "../../devel/git/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= Web interface for GIT repositories #DEPENDS+= apache{,2,22}-[0-9]*:../../www/apache22 DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base -DEPENDS+= {perl>=5.15.8,p5-Time-HiRes>=1.9725}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.15.8,p5-Time-HiRes>=1.9725}:../../time/p5-Time-HiRes USE_TOOLS+= perl:run diff --git a/www/p5-AnyEvent-HTTPD/Makefile b/www/p5-AnyEvent-HTTPD/Makefile index 43827b28528..0a6f04d3e84 100644 --- a/www/p5-AnyEvent-HTTPD/Makefile +++ b/www/p5-AnyEvent-HTTPD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:51 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:33 wiz Exp $ DISTNAME= AnyEvent-HTTPD-0.93 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ PERL5_PACKLIST= auto/AnyEvent/HTTPD/.packlist DEPENDS+= p5-AnyEvent-[0-9]*:../../devel/p5-AnyEvent DEPENDS+= p5-Object-Event-[0-9]*:../../devel/p5-Object-Event DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -DEPENDS+= {perl>=5,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local +#DEPENDS+= {perl>=5,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index daa913d944d..48b1597cfcf 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/06/12 10:51:51 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/07/12 18:56:33 wiz Exp $ # DISTNAME= Apache-ASP-2.62 @@ -13,13 +13,13 @@ COMMENT= Perl5/Apache module of Perl-coded Active Server Pages DEPENDS+= p5-Apache-Filter>=1.019:../../www/p5-Apache-Filter DEPENDS+= p5-Apache-SSI>=2.16:../../www/p5-Apache-SSI -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib DEPENDS+= p5-Devel-Symdump>=2.00:../../devel/p5-Devel-Symdump DEPENDS+= p5-HTML-Clean>=0.8:../../www/p5-HTML-Clean DEPENDS+= p5-HTML-FillInForm>=0.8:../../www/p5-HTML-FillInForm DEPENDS+= p5-MLDBM>=2.00:../../databases/p5-MLDBM DEPENDS+= p5-MLDBM-Sync>=0.15:../../databases/p5-MLDBM-Sync -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=01.20}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=01.20}:../../time/p5-Time-HiRes DEPENDS+= p5-XML-XSLT>=0.32:../../textproc/p5-XML-XSLT DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index 8b7a3189969..3419b1e71cb 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/06/12 10:51:52 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:33 wiz Exp $ DISTNAME= App-Nopaste-1.004 PKGNAME= p5-${DISTNAME} @@ -24,7 +24,7 @@ DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize DEPENDS+= p5-Clipboard-[0-9]*:../../x11/p5-Clipboard DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI DEPENDS+= p5-WWW-Pastebin-PastebinCom-Create-[0-9]*:../../www/p5-WWW-Pastebin-PastebinCom-Create -DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp # for make test BUILD_DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile index d97e26ae77f..d78813e7048 100644 --- a/www/p5-CGI-Application/Makefile +++ b/www/p5-CGI-Application/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/06/12 10:51:52 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2015/07/12 18:56:33 wiz Exp $ DISTNAME= CGI-Application-4.50 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/CGI-Application/ COMMENT= Perl5 module to create sophisticated, reusable web-based applications LICENSE= ${PERL5_LICENSE} -DEPENDS+= {p5-CGI>=2.66,perl>=5.6.1nb2}:../../www/p5-CGI +#DEPENDS+= {p5-CGI>=2.66,perl>=5.6.1nb2}:../../www/p5-CGI DEPENDS+= p5-Class-ISA-[0-9]*:../../devel/p5-Class-ISA DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template diff --git a/www/p5-CGI-Kwiki/Makefile b/www/p5-CGI-Kwiki/Makefile index 58d46983a11..dd65c5484bf 100644 --- a/www/p5-CGI-Kwiki/Makefile +++ b/www/p5-CGI-Kwiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:51:53 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:33 wiz Exp $ # DISTNAME= CGI-Kwiki-0.18 @@ -12,8 +12,8 @@ HOMEPAGE= http://www.kwiki.org/ COMMENT= Quickie Wiki that is not too Tricky LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple -DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.08}:../../misc/p5-Locale-Maketext +#DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.08}:../../misc/p5-Locale-Maketext PERL5_PACKLIST= auto/CGI-Kwiki/.packlist diff --git a/www/p5-CGI-PSGI/Makefile b/www/p5-CGI-PSGI/Makefile index 236389f7d80..b90c78635c4 100644 --- a/www/p5-CGI-PSGI/Makefile +++ b/www/p5-CGI-PSGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:33 wiz Exp $ DISTNAME= CGI-PSGI-0.15 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CGI/PSGI/.packlist -DEPENDS+= {perl>=5.10.1,p5-CGI>=3.33}:../../www/p5-CGI +#DEPENDS+= {perl>=5.10.1,p5-CGI>=3.33}:../../www/p5-CGI .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-ProgressBar/Makefile b/www/p5-CGI-ProgressBar/Makefile index c6a89628605..0851566b874 100644 --- a/www/p5-CGI-ProgressBar/Makefile +++ b/www/p5-CGI-ProgressBar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:54 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:33 wiz Exp $ # DISTNAME= CGI-ProgressBar-0.05 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/CGI-ProgressBar/ COMMENT= CGI.pm sub-class with a progress bar object LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.8,p5-CGI>=3.15}:../../www/p5-CGI +#DEPENDS+= {perl>=5.8.8,p5-CGI>=3.15}:../../www/p5-CGI PERL5_PACKLIST= auto/CGI/ProgressBar/.packlist USE_LANGUAGES= # none diff --git a/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile index a4fcefe831f..59ec07fc303 100644 --- a/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile +++ b/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:54 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:33 wiz Exp $ # DISTNAME= Captcha-reCAPTCHA-Mailhide-0.94 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael DEPENDS+= p5-HTML-Tiny>=0.904:../../www/p5-HTML-Tiny -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Captcha/reCAPTCHA/Mailhide/.packlist USE_LANGUAGES= # none diff --git a/www/p5-Catalyst-Component-InstancePerContext/Makefile b/www/p5-Catalyst-Component-InstancePerContext/Makefile index 5cfaeba7c91..64d9c77198e 100644 --- a/www/p5-Catalyst-Component-InstancePerContext/Makefile +++ b/www/p5-Catalyst-Component-InstancePerContext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:33 wiz Exp $ DISTNAME= Catalyst-Component-InstancePerContext-0.001001 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Return a new instance a component on each request DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Moose>0:../../devel/p5-Moose -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Component/InstancePerContext/.packlist diff --git a/www/p5-Catalyst-Controller-FormBuilder/Makefile b/www/p5-Catalyst-Controller-FormBuilder/Makefile index 8d54500f895..ed9d9718943 100644 --- a/www/p5-Catalyst-Controller-FormBuilder/Makefile +++ b/www/p5-Catalyst-Controller-FormBuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Controller-FormBuilder-0.06 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ DEPENDS+= p5-Class-Inspector>=1.13:../../devel/p5-Class-Inspector DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0.37:../../www/p5-Test-WWW-Mechanize-Catalyst DEPENDS+= p5-Tie-IxHash>=1.21:../../devel/p5-Tie-IxHash -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils # Recommented DEPENDS+= p5-Catalyst-View-TT>=0.23:../../www/p5-Catalyst-View-TT diff --git a/www/p5-Catalyst-Controller-HTML-FormFu/Makefile b/www/p5-Catalyst-Controller-HTML-FormFu/Makefile index 46e33a97e6c..5a02bfb8147 100644 --- a/www/p5-Catalyst-Controller-HTML-FormFu/Makefile +++ b/www/p5-Catalyst-Controller-HTML-FormFu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:55 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Controller-HTML-FormFu-1.00 PKGNAME= p5-${DISTNAME} @@ -30,7 +30,7 @@ BUILD_DEPENDS+= p5-Catalyst-Plugin-Session-Store-File-[0-9]*:../../www/p5-Cataly BUILD_DEPENDS+= p5-Catalyst-View-TT-[0-9]*:../../www/p5-Catalyst-View-TT BUILD_DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General BUILD_DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-WWW-Mechanize>=1.16:../../www/p5-Test-WWW-Mechanize BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst-[0-9]*:../../www/p5-Test-WWW-Mechanize-Catalyst diff --git a/www/p5-Catalyst-Devel/Makefile b/www/p5-Catalyst-Devel/Makefile index e53f5a2c706..fbb4156ef4c 100644 --- a/www/p5-Catalyst-Devel/Makefile +++ b/www/p5-Catalyst-Devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:55 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Devel-1.39 PKGNAME= p5-${DISTNAME} @@ -31,7 +31,7 @@ DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean # DEPENDS+= p5-Starman-[0-9]*:../../www/p5-Starman # DEPENDS+= p5-MooseX-Daemonize-[0-9]*:../../devel/p5-MooseX-Daemonize -BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Devel/.packlist diff --git a/www/p5-Catalyst-DispatchType-Regex/Makefile b/www/p5-Catalyst-DispatchType-Regex/Makefile index a7e17203717..2a70a78713c 100644 --- a/www/p5-Catalyst-DispatchType-Regex/Makefile +++ b/www/p5-Catalyst-DispatchType-Regex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 10:51:55 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-DispatchType-Regex-5.90033 PKGNAME= p5-${DISTNAME} @@ -12,10 +12,10 @@ COMMENT= Deprecated Catalyst Regex DispatchType LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Moose>=0:../../devel/p5-Moose -DEPENDS+= {perl>=5.7.3,p5-Text-Balanced>=0}:../../textproc/p5-Text-Balanced +#DEPENDS+= {perl>=5.7.3,p5-Text-Balanced>=0}:../../textproc/p5-Text-Balanced DEPENDS+= p5-Text-SimpleTable>=0:../../textproc/p5-Text-SimpleTable -BUILD_DEPENDS+= {perl>=5.19.1,p5-Module-Build>=0.4004}:../../devel/p5-Module-Build +#BUILD_DEPENDS+= {perl>=5.19.1,p5-Module-Build>=0.4004}:../../devel/p5-Module-Build USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/DispatchType/Regex/.packlist diff --git a/www/p5-Catalyst-Engine-JobQueue-POE/Makefile b/www/p5-Catalyst-Engine-JobQueue-POE/Makefile index 1a3ffd98154..538d5351c52 100644 --- a/www/p5-Catalyst-Engine-JobQueue-POE/Makefile +++ b/www/p5-Catalyst-Engine-JobQueue-POE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Engine-JobQueue-POE-0.0.4 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Catalyst-Engine-JobQueue-POE/ COMMENT= Implementing a Catalyst job queue with POE LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.6.2,p5-Test-Simple>0}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.6.2,p5-Test-Simple>0}:../../devel/p5-Test-Simple DEPENDS+= p5-version>0:../../devel/p5-version DEPENDS+= p5-Email-MIME>=1.903:../../mail/p5-Email-MIME DEPENDS+= p5-Email-Send>=2.15:../../mail/p5-Email-Send diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index b320a96b1f8..83c70fb99e2 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:56 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Plugin-Authentication-0.10023 PKGNAME= p5-${DISTNAME}0 @@ -20,7 +20,7 @@ BUILD_DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie-[0-9]*:../../www/p5-Cata BUILD_DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 BUILD_DEPENDS+= p5-Moose>=2:../../devel/p5-Moose BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0.50:../../www/p5-Test-WWW-Mechanize-Catalyst #PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/www/p5-Catalyst-Plugin-I18N/Makefile b/www/p5-Catalyst-Plugin-I18N/Makefile index 71c6f891417..11b0a505455 100644 --- a/www/p5-Catalyst-Plugin-I18N/Makefile +++ b/www/p5-Catalyst-Plugin-I18N/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:56 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Plugin-I18N-0.10 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Catalyst-Runtime-[0-9]*:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Locale-Maketext-Lexicon-[0-9]*:../../misc/p5-Locale-Maketext-Lexicon -DEPENDS+= {perl>=5.12.0,p5-Locale-Maketext-Simple>=0.19}:../../misc/p5-Locale-Maketext-Simple +#DEPENDS+= {perl>=5.12.0,p5-Locale-Maketext-Simple>=0.19}:../../misc/p5-Locale-Maketext-Simple DEPENDS+= p5-MRO-Compat>=0.10:../../devel/p5-MRO-Compat USE_LANGUAGES= # empty diff --git a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile index eb677e22d19..5abc86d147d 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Plugin-Session-Store-FastMmap-0.16 PKGNAME= p5-${DISTNAME} @@ -13,10 +13,10 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Cache-FastMmap>=1.29:../../devel/p5-Cache-FastMmap DEPENDS+= p5-Catalyst-Plugin-Session>=0.27:../../www/p5-Catalyst-Plugin-Session -DEPENDS+= {perl>=5.10,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp -DEPENDS+= {perl>=5.10,p5-MRO-Compat-[0-9]*}:../../devel/p5-MRO-Compat +#DEPENDS+= {perl>=5.10,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10,p5-MRO-Compat-[0-9]*}:../../devel/p5-MRO-Compat DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class -DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast-[0-9]*:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast DEPENDS+= p5-Catalyst-Runtime>=5.9:../../www/p5-Catalyst-Runtime diff --git a/www/p5-Catalyst-Plugin-Session/Makefile b/www/p5-Catalyst-Plugin-Session/Makefile index 431559f87d0..41936f01153 100644 --- a/www/p5-Catalyst-Plugin-Session/Makefile +++ b/www/p5-Catalyst-Plugin-Session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-Plugin-Session-0.39 PKGNAME= p5-${DISTNAME} @@ -12,14 +12,14 @@ COMMENT= Generic Catalyst Session plugin LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Catalyst-Runtime>=5.71001:../../www/p5-Catalyst-Runtime -DEPENDS+= {perl>=5.10,p5-Digest-[0-9]*}:../../security/p5-Digest -DEPENDS+= {perl>=5.10,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10,p5-Digest-[0-9]*}:../../security/p5-Digest +#DEPENDS+= {perl>=5.10,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat DEPENDS+= p5-Moose>=0.76:../../devel/p5-Moose DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast DEPENDS+= p5-Object-Signature>=0:../../devel/p5-Object-Signature -DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools -DEPENDS+= {perl>=5.9.4,p5-Tie-RefHash>=1.34}:../../devel/p5-Tie-RefHash +#DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.9.4,p5-Tie-RefHash>=1.34}:../../devel/p5-Tie-RefHash DEPENDS+= p5-namespace-clean>=0.10:../../devel/p5-namespace-clean BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep diff --git a/www/p5-Catalyst-View-Mason/Makefile b/www/p5-Catalyst-View-Mason/Makefile index c0ba4b3a535..3290de0a69e 100644 --- a/www/p5-Catalyst-View-Mason/Makefile +++ b/www/p5-Catalyst-View-Mason/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Catalyst-View-Mason-0.19 PKGNAME= p5-${DISTNAME} @@ -14,8 +14,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Catalyst-Runtime>=5.50:../../www/p5-Catalyst-Runtime DEPENDS+= p5-HTML-Mason>=0:../../www/p5-HTML-Mason DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/View/Mason/.packlist diff --git a/www/p5-CatalystX-Component-Traits/Makefile b/www/p5-CatalystX-Component-Traits/Makefile index b8aa415b4a9..16e075ebd03 100644 --- a/www/p5-CatalystX-Component-Traits/Makefile +++ b/www/p5-CatalystX-Component-Traits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:51:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:34 wiz Exp $ DISTNAME= CatalystX-Component-Traits-0.19 PKGNAME= p5-${DISTNAME} @@ -17,8 +17,8 @@ DEPENDS+= p5-Module-Pluggable>=3.9:../../devel/p5-Module-Pluggable DEPENDS+= p5-MooseX-Traits-Pluggable>=0.08:../../devel/p5-MooseX-Traits-Pluggable DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean -BUILD_DEPENDS+= {perl>=5.10.1,p5-Module-Pluggable>=3.9}:../../devel/p5-Module-Pluggable -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Module-Pluggable>=3.9}:../../devel/p5-Module-Pluggable +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CatalystX/Component/Traits/.packlist diff --git a/www/p5-CatalystX-LeakChecker/Makefile b/www/p5-CatalystX-LeakChecker/Makefile index 0d516d98cbd..c46377d15e3 100644 --- a/www/p5-CatalystX-LeakChecker/Makefile +++ b/www/p5-CatalystX-LeakChecker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:34 wiz Exp $ DISTNAME= CatalystX-LeakChecker-0.06 PKGNAME= p5-${DISTNAME} @@ -21,7 +21,7 @@ DEPENDS+= p5-Text-SimpleTable-[0-9]*:../../textproc/p5-Text-SimpleTable DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean DEPENDS+= p5-namespace-clean>=0.05:../../devel/p5-namespace-clean -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CatalystX/LeakChecker/.packlist diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 0c4b8bb3e91..1820adb009e 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:59 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:34 wiz Exp $ DISTNAME= Dancer2-0.160003 PKGNAME= p5-${DISTNAME} @@ -25,13 +25,13 @@ DEPENDS+= p5-App-Cmd>=0:../../devel/p5-App-Cmd DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny DEPENDS+= p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom DEPENDS+= p5-Config-Any>=0:../../devel/p5-Config-Any -DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=0}:../../security/p5-Digest-SHA +#DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=0}:../../security/p5-Digest-SHA DEPENDS+= p5-Hash-Merge-Simple>=0:../../devel/p5-Hash-Merge-Simple DEPENDS+= p5-HTTP-Body>=0:../../www/p5-HTTP-Body DEPENDS+= p5-HTTP-Date>=0:../../www/p5-HTTP-Date DEPENDS+= p5-HTTP-Message>=0:../../www/p5-HTTP-Message DEPENDS+= p5-JSON>=0:../../converters/p5-JSON -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Module-Pluggable>=0:../../devel/p5-Module-Pluggable DEPENDS+= p5-Moo>=1.003000:../../devel/p5-Moo DEPENDS+= p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike diff --git a/www/p5-FCGI-Client/Makefile b/www/p5-FCGI-Client/Makefile index 970ffff3f48..1e1da7e7c41 100644 --- a/www/p5-FCGI-Client/Makefile +++ b/www/p5-FCGI-Client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:59 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:34 wiz Exp $ DISTNAME= FCGI-Client-0.08 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ PERL5_PACKLIST= auto/FCGI/Client/.packlist DEPENDS+= p5-Any-Moose>=0.1:../../devel/p5-Any-Moose DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny -DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie +#DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Entities-Interpolate/Makefile b/www/p5-HTML-Entities-Interpolate/Makefile index e82d5ed8710..50e61634b44 100644 --- a/www/p5-HTML-Entities-Interpolate/Makefile +++ b/www/p5-HTML-Entities-Interpolate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:59 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:35 wiz Exp $ # DISTNAME= HTML-Entities-Interpolate-1.05 @@ -13,9 +13,9 @@ HOMEPAGE= http://search.cpan.org/dist/HTML-Entities-Interpolate/ COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod -BUILD_DEPENDS+= {perl>=5.13.11,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build +#BUILD_DEPENDS+= {perl>=5.13.11,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser DEPENDS+= p5-Tie-Function>=0:../../devel/p5-Tie-Function diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile index 485d1663f85..8846530e68d 100644 --- a/www/p5-HTML-FormFu/Makefile +++ b/www/p5-HTML-FormFu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:52:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:35 wiz Exp $ DISTNAME= HTML-FormFu-2.01 PKGNAME= p5-${DISTNAME} @@ -31,8 +31,8 @@ DEPENDS+= p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber DEPENDS+= p5-HTML-TokeParser-Simple>=3.14:../../www/p5-HTML-TokeParser-Simple DEPENDS+= p5-Hash-Flatten-[0-9]*:../../devel/p5-Hash-Flatten DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils -DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils -DEPENDS+= {perl>=5.7.3,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext +#DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.7.3,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable DEPENDS+= p5-Moose>=1.00:../../devel/p5-Moose DEPENDS+= p5-MooseX-Attribute-Chained>=1.0.1:../../devel/p5-MooseX-Attribute-Chained @@ -48,7 +48,7 @@ DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit DEPENDS+= p5-YAML-LibYAML>=0.32:../../textproc/p5-YAML-LibYAML DEPENDS+= p5-libwww>=5:../../www/p5-libwww -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-Aggregate>=0.371:../../devel/p5-Test-Aggregate diff --git a/www/p5-HTML-Mason-PSGIHandler/Makefile b/www/p5-HTML-Mason-PSGIHandler/Makefile index 48e452d0461..6b6e112b6dc 100644 --- a/www/p5-HTML-Mason-PSGIHandler/Makefile +++ b/www/p5-HTML-Mason-PSGIHandler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:52:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/12 18:56:35 wiz Exp $ # DISTNAME= HTML-Mason-PSGIHandler-0.53 @@ -13,7 +13,7 @@ COMMENT= PSGI handler for HTML::Mason LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack -BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple DEPENDS+= p5-CGI-PSGI-[0-9]*:../../www/p5-CGI-PSGI DEPENDS+= p5-HTML-Mason-[0-9]*:../../www/p5-HTML-Mason diff --git a/www/p5-HTTP-Server-EV/Makefile b/www/p5-HTTP-Server-EV/Makefile index 432194b72f1..8a8fd16b9ac 100644 --- a/www/p5-HTTP-Server-EV/Makefile +++ b/www/p5-HTTP-Server-EV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:52:04 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:35 wiz Exp $ # DISTNAME= HTTP-Server-EV-0.68 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} PERL5_REQD+= 5.8 -DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils # List::Util::XS +#DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils # List::Util::XS DEPENDS+= p5-File-Util-[0-9]*:../../devel/p5-File-Util DEPENDS+= p5-Guard-[0-9]*:../../devel/p5-Guard DEPENDS+= p5-IO-AIO-[0-9]*:../../devel/p5-IO-AIO diff --git a/www/p5-Handel/Makefile b/www/p5-Handel/Makefile index 9da9009a398..d108c6081db 100644 --- a/www/p5-Handel/Makefile +++ b/www/p5-Handel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:52:04 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Handel-1.00014 PKGNAME= p5-${DISTNAME} @@ -20,18 +20,18 @@ DEPENDS+= p5-Class-Accessor-Grouped>=0.03:../../devel/p5-Class-Accessor-Grouped DEPENDS+= p5-Class-ISA>=0:../../devel/p5-Class-ISA DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector DEPENDS+= p5-Clone>=0.28:../../devel/p5-Clone -DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext +#DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext DEPENDS+= p5-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable DEPENDS+= p5-Module-Starter>=1.42:../../devel/p5-Module-Starter -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-MySQL>=0:../../time/p5-DateTime-Format-MySQL -DEPENDS+= {perl>=5.13.1,p5-Locale-Codes>=2.07}:../../misc/p5-Locale-Codes +#DEPENDS+= {perl>=5.13.1,p5-Locale-Codes>=2.07}:../../misc/p5-Locale-Codes DEPENDS+= p5-Locale-Currency-Format>=1.22:../../finance/p5-Locale-Currency-Format DEPENDS+= p5-FormValidator-Simple>=0.17:../../textproc/p5-FormValidator-Simple DEPENDS+= p5-Finance-Currency-Convert-WebserviceX>=0.03:../../finance/p5-Finance-Currency-Convert-WebserviceX -DEPENDS+= {perl>=5.10,p5-NEXT>=0}:../../devel/p5-NEXT -DEPENDS+= {perl>=5.10,p5-PathTools>=0}:../../devel/p5-PathTools +#DEPENDS+= {perl>=5.10,p5-NEXT>=0}:../../devel/p5-NEXT +#DEPENDS+= {perl>=5.10,p5-PathTools>=0}:../../devel/p5-PathTools DEPENDS+= p5-SQL-Translator>=0.08:../../databases/p5-SQL-Translator DEPENDS+= p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile index 5fb192f0686..086b4135a38 100644 --- a/www/p5-LWP-Authen-Negotiate/Makefile +++ b/www/p5-LWP-Authen-Negotiate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:52:07 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:35 wiz Exp $ DISTNAME= LWP-Authen-Negotiate-0.08 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI -DEPENDS+= {perl>=5.10,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.10,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/LWP/Authen/Negotiate/.packlist diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile index 9de63a03449..36701d423e8 100644 --- a/www/p5-LWP-Authen-Wsse/Makefile +++ b/www/p5-LWP-Authen-Wsse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:52:07 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:35 wiz Exp $ DISTNAME= LWP-Authen-Wsse-0.05 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Library for enabling X-WSSE authentication in LWP DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/LWP/Authen/Wsse/.packlist diff --git a/www/p5-Plack-App-Proxy/Makefile b/www/p5-Plack-App-Proxy/Makefile index 2954538dd7a..34cfc55a750 100644 --- a/www/p5-Plack-App-Proxy/Makefile +++ b/www/p5-Plack-App-Proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:52:08 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Plack-App-Proxy-0.29 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/App/Proxy/.packlist -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP DEPENDS+= p5-AnyEvent-HTTP>=1.44:../../www/p5-AnyEvent-HTTP diff --git a/www/p5-Plack-Middleware-Auth-Digest/Makefile b/www/p5-Plack-Middleware-Auth-Digest/Makefile index 7cbe2c272eb..20092c65ce3 100644 --- a/www/p5-Plack-Middleware-Auth-Digest/Makefile +++ b/www/p5-Plack-Middleware-Auth-Digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Plack-Middleware-Auth-Digest-0.04 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/Middleware/Auth/Digest/.packlist -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack diff --git a/www/p5-Plack-Middleware-ConsoleLogger/Makefile b/www/p5-Plack-Middleware-ConsoleLogger/Makefile index f04b073bdb5..43ab28663ce 100644 --- a/www/p5-Plack-Middleware-ConsoleLogger/Makefile +++ b/www/p5-Plack-Middleware-ConsoleLogger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Plack-Middleware-ConsoleLogger-0.04 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ PERL5_PACKLIST= auto/Plack/Middleware/ConsoleLogger/.packlist BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires DEPENDS+= p5-Plack>=0.99:../../www/p5-Plack -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent DEPENDS+= p5-JavaScript-Value-Escape-[0-9]*:../../www/p5-JavaScript-Value-Escape .include "../../lang/perl5/module.mk" diff --git a/www/p5-Plack-Middleware-Debug/Makefile b/www/p5-Plack-Middleware-Debug/Makefile index 3a152563c2c..4368e0f2c12 100644 --- a/www/p5-Plack-Middleware-Debug/Makefile +++ b/www/p5-Plack-Middleware-Debug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Plack-Middleware-Debug-0.16 PKGNAME= p5-${DISTNAME} @@ -20,7 +20,7 @@ DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack DEPENDS+= p5-Text-MicroTemplate-[0-9]*:../../textproc/p5-Text-MicroTemplate -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent DEPENDS+= p5-Module-Versions>=0.01:../../devel/p5-Module-Versions .include "../../lang/perl5/module.mk" diff --git a/www/p5-Plack-Middleware-Header/Makefile b/www/p5-Plack-Middleware-Header/Makefile index 87ed84c8572..8010293c118 100644 --- a/www/p5-Plack-Middleware-Header/Makefile +++ b/www/p5-Plack-Middleware-Header/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Plack-Middleware-Header-0.04 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/Middleware/Header/.packlist DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile b/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile index 825ef0eb44a..bd62c8a104c 100644 --- a/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile +++ b/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/06/12 10:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Plack-Middleware-RemoveRedundantBody-0.05 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/Middleware/RemoveRedundantBody/.packlist DEPENDS+= p5-Plack>=0:../../www/p5-Plack -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Middleware-ReverseProxy/Makefile b/www/p5-Plack-Middleware-ReverseProxy/Makefile index 9768e646abf..07c3f958083 100644 --- a/www/p5-Plack-Middleware-ReverseProxy/Makefile +++ b/www/p5-Plack-Middleware-ReverseProxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:35 wiz Exp $ DISTNAME= Plack-Middleware-ReverseProxy-0.15 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/Middleware/ReverseProxy/.packlist DEPENDS+= p5-Plack>=0.9988:../../www/p5-Plack -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Middleware-Session/Makefile b/www/p5-Plack-Middleware-Session/Makefile index c6b28c9540f..d1cf9f1be88 100644 --- a/www/p5-Plack-Middleware-Session/Makefile +++ b/www/p5-Plack-Middleware-Session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:36 wiz Exp $ DISTNAME= Plack-Middleware-Session-0.25 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ PERL5_PACKLIST= auto/Plack/Middleware/Session/.packlist PERL5_MODULE_TYPE= Module::Build::Tiny BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-Plack>=0.9910:../../www/p5-Plack diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 44691a6ddf9..a732c0423b5 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/07/08 16:07:30 wen Exp $ +# $NetBSD: Makefile,v 1.38 2015/07/12 18:56:36 wiz Exp $ DISTNAME= Plack-1.0037 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-URI>=1.59:../../www/p5-URI DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir DEPENDS+= p5-File-ShareDir-Install>=0.04:../../devel/p5-File-ShareDir-Install DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent DEPENDS+= p5-Devel-StackTrace>=1.23:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Devel-StackTrace-AsHTML>=0.11:../../devel/p5-Devel-StackTrace-AsHTML DEPENDS+= p5-Filesys-Notify-Simple-[0-9]*:../../devel/p5-Filesys-Notify-Simple diff --git a/www/p5-Pod-POM-Web/Makefile b/www/p5-Pod-POM-Web/Makefile index fc7c33c23be..6acb4feb0f2 100644 --- a/www/p5-Pod-POM-Web/Makefile +++ b/www/p5-Pod-POM-Web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:52:10 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:36 wiz Exp $ DISTNAME= Pod-POM-Web-1.20 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= p5-Alien-GvaScript>=1.21:../../www/p5-Alien-GvaScript DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww diff --git a/www/p5-Rose-HTML-Objects/Makefile b/www/p5-Rose-HTML-Objects/Makefile index 34865745793..f367fd89269 100644 --- a/www/p5-Rose-HTML-Objects/Makefile +++ b/www/p5-Rose-HTML-Objects/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:52:10 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:36 wiz Exp $ DISTNAME= Rose-HTML-Objects-0.621 PKGNAME= p5-${DISTNAME} @@ -14,15 +14,15 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP DEPENDS+= p5-DateTime>=0.20:../../time/p5-DateTime DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid -DEPENDS+= {perl>=5.10,p5-Encode-[0-9]*}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.10,p5-Encode-[0-9]*}:../../textproc/p5-Encode DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-IO-String>=1.08:../../devel/p5-IO-String DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime DEPENDS+= p5-Rose-Object>=0.85.4:../../devel/p5-Rose-Object DEPENDS+= p5-Rose-URI>=0.021:../../www/p5-Rose-URI -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # For tests: diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile index 78959e1d56f..128e5231dce 100644 --- a/www/p5-SVN-Web/Makefile +++ b/www/p5-SVN-Web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:36 wiz Exp $ DISTNAME= SVN-Web-0.53 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD DEPENDS+= p5-GD-Graph3d>=0.55:../../graphics/p5-GD-Graph3d DEPENDS+= p5-GDGraph>=1.33:../../graphics/p5-GDGraph DEPENDS+= p5-Locale-Maketext-Lexicon-[0-9]*:../../misc/p5-Locale-Maketext-Lexicon -DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple-[0-9]*}:../../misc/p5-Locale-Maketext-Simple +#DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple-[0-9]*}:../../misc/p5-Locale-Maketext-Simple DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit DEPENDS+= p5-Template-Plugin-Number-Format>=1.01:../../textproc/p5-Template-Plugin-Number-Format DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index 72f6f1c64d1..b21d05401aa 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:36 wiz Exp $ DISTNAME= Starman-0.4011 PKGNAME= p5-${DISTNAME} @@ -22,7 +22,7 @@ DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS DEPENDS+= p5-Net-Server>=0.91:../../net/p5-Net-Server DEPENDS+= p5-Plack>=0.9931:../../www/p5-Plack -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Tatsumaki/Makefile b/www/p5-Tatsumaki/Makefile index 9fa21399ea0..aed4874ac59 100644 --- a/www/p5-Tatsumaki/Makefile +++ b/www/p5-Tatsumaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:36 wiz Exp $ DISTNAME= Tatsumaki-0.1013 PKGNAME= p5-${DISTNAME} @@ -24,7 +24,7 @@ DEPENDS+= p5-Plack>=0.9913:../../www/p5-Plack DEPENDS+= p5-Text-MicroTemplate-[0-9]*:../../textproc/p5-Text-MicroTemplate DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-Twiggy-[0-9]*:../../www/p5-Twiggy -DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Test-HTTP-Server-Simple/Makefile b/www/p5-Test-HTTP-Server-Simple/Makefile index 0218775023e..94c30b5c12e 100644 --- a/www/p5-Test-HTTP-Server-Simple/Makefile +++ b/www/p5-Test-HTTP-Server-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:52:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:36 wiz Exp $ DISTNAME= Test-HTTP-Server-Simple-0.11 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ PERL5_PACKLIST= auto/Test/HTTP/Server/Simple/.packlist DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple # This may be only a build dependency - No, it's not -DEPENDS+= {perl>=5.10,p5-Test-Simple>0.62}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.10,p5-Test-Simple>0.62}:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index 6e4aee91aa0..914035430cd 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:52:13 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:36 wiz Exp $ DISTNAME= URI-Fetch-0.10 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib #DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/www/p5-URI-Find/Makefile b/www/p5-URI-Find/Makefile index 014cd2df1f5..3b14aed0092 100644 --- a/www/p5-URI-Find/Makefile +++ b/www/p5-URI-Find/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:52:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:36 wiz Exp $ DISTNAME= URI-Find-20140709 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} # requires URI::URL 5.00 - oldest available URI on CPAN contains 5.03 DEPENDS+= p5-URI>=1.60:../../www/p5-URI -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index cc9a09a7d9a..684169e69e9 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2015/06/30 11:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2015/07/12 18:56:36 wiz Exp $ DISTNAME= URI-1.68 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/URI/ COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396) LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64 # recommended DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile index 91a7c28366d..fec2648a234 100644 --- a/www/p5-WWW-Facebook-API/Makefile +++ b/www/p5-WWW-Facebook-API/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:52:14 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:36 wiz Exp $ # DISTNAME= WWW-Facebook-API-0.4.18 @@ -12,9 +12,9 @@ HOMEPAGE= http://search.cpan.org/dist/WWW-Facebook-API/ COMMENT= Facebook API implementation DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-version-[0-9]*:../../devel/p5-version DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 16d723ac0a6..d9eb4995fc0 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2015/06/12 10:52:15 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2015/07/12 18:56:36 wiz Exp $ DISTNAME= libwww-perl-6.13 PKGNAME= p5-${DISTNAME:S/-perl-/-/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/libwww-perl/ COMMENT= Perl5 library for WWW access LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 # Encode in perl 5.14 DEPENDS+= p5-Encode-Locale>=0:../../textproc/p5-Encode-Locale DEPENDS+= p5-File-Listing>=6:../../devel/p5-File-Listing @@ -26,8 +26,8 @@ DEPENDS+= p5-HTTP-Message>=6:../../www/p5-HTTP-Message # IO::Select in perl 5.14 # IO::Socket in perl 5.14 DEPENDS+= p5-LWP-MediaTypes>=6:../../www/p5-LWP-MediaTypes -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.1}:../../converters/p5-MIME-Base64 -DEPENDS+= {perl>=5.10,p5-Net>=1.09}:../../net/p5-Net # for Net::FTP>=2.58 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.1}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.10,p5-Net>=1.09}:../../net/p5-Net # for Net::FTP>=2.58 DEPENDS+= p5-Net-HTTP>=6.07:../../www/p5-Net-HTTP DEPENDS+= p5-URI>=1.10:../../www/p5-URI # URI::Escape in URI @@ -35,7 +35,7 @@ DEPENDS+= p5-WWW-RobotRules>=6.01:../../www/p5-WWW-RobotRules # Optionals DEPENDS+= p5-LWP-Protocol-https>=6.02:../../www/p5-LWP-Protocol-https -DEPENDS+= {perl>=5.9.4,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress +#DEPENDS+= {perl>=5.9.4,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset diff --git a/www/wApua/Makefile b/www/wApua/Makefile index 8349696bb89..a9787999a4f 100644 --- a/www/wApua/Makefile +++ b/www/wApua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:52:16 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/07/12 18:56:36 wiz Exp $ # DISTNAME= wApua-0.05.1 @@ -14,7 +14,7 @@ DEPENDS+= p5-URI>=1.03:../../www/p5-URI DEPENDS+= p5-libwww>=5.47:../../www/p5-libwww DEPENDS+= p5-Tk>=800.000:../../x11/p5-Tk DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser -DEPENDS+= {perl>=5.7.3,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-Net-[0-9]*:../../net/p5-Net PERL5_PACKLIST= auto/wApua/.packlist diff --git a/x11/p5-Alien-wxWidgets/Makefile b/x11/p5-Alien-wxWidgets/Makefile index 964e3345790..a108bcd2c40 100644 --- a/x11/p5-Alien-wxWidgets/Makefile +++ b/x11/p5-Alien-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:52:18 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:37 wiz Exp $ DISTNAME= Alien-wxWidgets-0.60 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Alien-wxWidgets/ COMMENT= Building, finding and using wxWidgets binaries LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-ExtUtils-CBuilder>=0.24}:../../devel/p5-ExtUtils-CBuilder +#BUILD_DEPENDS+= {perl>=5.10.1,p5-ExtUtils-CBuilder>=0.24}:../../devel/p5-ExtUtils-CBuilder DEPENDS+= p5-Module-Pluggable>=2.6:../../devel/p5-Module-Pluggable USE_TOOLS+= gmake pkg-config diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index fc1c11521b3..0fad8e3c3eb 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/06/12 10:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/07/12 18:56:37 wiz Exp $ DISTNAME= Wx-0.9916 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} MAKE_JOBS_SAFE= no BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets -BUILD_DEPENDS+= {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS +#BUILD_DEPENDS+= {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.16.02:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config |