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 /net | |
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 'net')
-rw-r--r-- | net/clive/Makefile | 4 | ||||
-rw-r--r-- | net/get-flash-videos/Makefile | 4 | ||||
-rw-r--r-- | net/netdisco/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Danga-Socket/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Amazon/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS-Resolver-Programmable/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Jifty/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-OAuth/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-SNMP/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Telnet-Cisco/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 4 | ||||
-rw-r--r-- | net/p5-RPC-XML/Makefile | 6 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 6 | ||||
-rw-r--r-- | net/p5-WebService-Google-Reader/Makefile | 4 | ||||
-rw-r--r-- | net/p5-eBay-API/Makefile | 8 | ||||
-rw-r--r-- | net/p5-gcap/Makefile | 4 | ||||
-rw-r--r-- | net/p5-grake/Makefile | 4 | ||||
-rw-r--r-- | net/p5-umph/Makefile | 4 | ||||
-rw-r--r-- | net/perlbal/Makefile | 4 | ||||
-rw-r--r-- | net/smokeping/Makefile | 4 | ||||
-rw-r--r-- | net/snmptt/Makefile | 6 | ||||
-rw-r--r-- | net/torrentutils/Makefile | 4 |
25 files changed, 59 insertions, 59 deletions
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 |