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 /textproc | |
parent | 9c2b259aee0e099eb7dbde08430e9cf2a09258a5 (diff) | |
download | pkgsrc-e3691e1ff29866f244016d7915f143710367a946.tar.gz |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Diffstat (limited to 'textproc')
35 files changed, 77 insertions, 77 deletions
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 |