diff options
author | obache <obache> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-09 14:17:41 +0000 |
commit | 6d099479482056adfc66dbb08690849831ffacb6 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /net | |
parent | c236e9247714297ef27d153abd4fbb9bf49978af (diff) | |
download | pkgsrc-6d099479482056adfc66dbb08690849831ffacb6.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'net')
-rw-r--r-- | net/clive/Makefile | 6 | ||||
-rw-r--r-- | net/get-flash-videos/Makefile | 5 | ||||
-rw-r--r-- | net/netdisco/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Danga-Socket/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-DNS/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net-Jifty/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-SNMP/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Telnet-Cisco/Makefile | 7 | ||||
-rw-r--r-- | net/p5-eBay-API/Makefile | 8 | ||||
-rw-r--r-- | net/p5-gcap/Makefile | 6 | ||||
-rw-r--r-- | net/p5-grake/Makefile | 6 | ||||
-rw-r--r-- | net/p5-umph/Makefile | 5 | ||||
-rw-r--r-- | net/perlbal/Makefile | 6 | ||||
-rw-r--r-- | net/smokeping/Makefile | 6 | ||||
-rw-r--r-- | net/snmptt/Makefile | 8 | ||||
-rw-r--r-- | net/torrentutils/Makefile | 6 |
18 files changed, 59 insertions, 55 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index 1b5078d626b..66c3c95cc4c 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2013/10/08 08:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2013/12/09 14:17:50 obache Exp $ DISTNAME= clive-2.3.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ @@ -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+= 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 91fb59aabfb..213331e0609 100644 --- a/net/get-flash-videos/Makefile +++ b/net/get-flash-videos/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2013/05/31 12:41:33 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/12/09 14:17:50 obache Exp $ # DISTNAME= ${GHACCOUNT}-${GHNAME}-${GHDESCRIBE}-g${GHCOMMIT} PKGNAME= ${GHNAME}-0.0.${GHDATE} +PKGREVISION= 1 GHNAME= get-flash-videos GHACCOUNT= monsieurvideo @@ -25,7 +26,7 @@ FETCH_USING= curl # For https: 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+= 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-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index ec34f458df2..15c841f2e39 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2013/10/18 11:41:18 bsiegert Exp $ +# $NetBSD: Makefile,v 1.31 2013/12/09 14:17:50 obache Exp $ # DISTNAME= netdisco-1.1_with_mibs PKGNAME= netdisco-1.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdisco/} @@ -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+= 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+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress +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 adac61825e4..0058c723749 100644 --- a/net/p5-Danga-Socket/Makefile +++ b/net/p5-Danga-Socket/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:36 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:50 obache Exp $ # DISTNAME= Danga-Socket-1.61 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/ @@ -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+= 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 541f6dd4daf..3e3e69e8b7c 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2013/12/01 09:01:48 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/12/09 14:17:50 obache Exp $ DISTNAME= Net-Amazon-S3-0.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -18,7 +18,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+= 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-DateTimeX>=0:../../time/p5-MooseX-Types-DateTimeX diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index c09e6d8294b..8282cc4d271 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2013/09/05 19:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2013/12/09 14:17:50 obache Exp $ DISTNAME= Net-DNS-0.72 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \ @@ -16,8 +17,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5 -DEPENDS+= 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 71019c46d84..a8a2d0cb413 100644 --- a/net/p5-Net-Jifty/Makefile +++ b/net/p5-Net-Jifty/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:39 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/12/09 14:17:50 obache Exp $ # DISTNAME= Net-Jifty-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -13,7 +13,7 @@ COMMENT= Interface to online Jifty applications LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address -DEPENDS+= 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-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile index c69fe54c543..09c9750438a 100644 --- a/net/p5-Net-OpenID-Consumer/Makefile +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2013/05/31 12:41:39 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/12/09 14:17:50 obache Exp $ # DISTNAME= Net-OpenID-Consumer-1.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Crypt-DH>=0.05:../../security/p5-Crypt-DH DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +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 eb50729c02b..b4b82bf4d29 100644 --- a/net/p5-Net-SNMP/Makefile +++ b/net/p5-Net-SNMP/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2013/05/31 12:41:39 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/12/09 14:17:50 obache Exp $ # DISTNAME= Net-SNMP-v6.0.1 PKGNAME= p5-${DISTNAME:S/v6/6/} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5nsn CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -15,7 +15,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+= 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 27d3c133c7f..6ebdff023ec 100644 --- a/net/p5-Net-Telnet-Cisco/Makefile +++ b/net/p5-Net-Telnet-Cisco/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.14 2013/05/31 12:41:40 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2013/12/09 14:17:50 obache Exp $ # DISTNAME= Net-Telnet-Cisco-1.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Telnet-Cisco/ COMMENT= Perl5 module for communicating with Cisco routers via telnet 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+= 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-eBay-API/Makefile b/net/p5-eBay-API/Makefile index 15380ddbacc..379ea561fbe 100644 --- a/net/p5-eBay-API/Makefile +++ b/net/p5-eBay-API/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:41:42 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:50 obache Exp $ DISTNAME= eBay-API-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= net perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TK/TKEEFER/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/perldoc?eBay::API +HOMEPAGE= http://search.cpan.org/dist/eBay-API/ COMMENT= Non SOAP based XML schema library for eBay API -DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress +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 diff --git a/net/p5-gcap/Makefile b/net/p5-gcap/Makefile index 1e75b42e394..82c8a747dad 100644 --- a/net/p5-gcap/Makefile +++ b/net/p5-gcap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:50 obache Exp $ # DISTNAME= gcap-0.1.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://gcap.googlecode.com/files/ @@ -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+= 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 573d8ff5357..95c6be96adb 100644 --- a/net/p5-grake/Makefile +++ b/net/p5-grake/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:50 obache Exp $ # DISTNAME= grake-0.1.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net www MASTER_SITES= http://grake.googlecode.com/files/ @@ -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+= 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 1666b135caf..26561f72e32 100644 --- a/net/p5-umph/Makefile +++ b/net/p5-umph/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2013/08/19 12:48:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2013/12/09 14:17:50 obache Exp $ # DISTNAME= umph-0.2.5 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://umph.googlecode.com/files/ @@ -13,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+= 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 633374a30fc..2d5281675a3 100644 --- a/net/perlbal/Makefile +++ b/net/perlbal/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2013/10/02 00:13:10 mspo Exp $ +# $NetBSD: Makefile,v 1.7 2013/12/09 14:17:51 obache Exp $ # DISTNAME= Perlbal-1.80 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO/ USE_TOOLS+= perl @@ -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+= 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 aaec708963e..95ecf723866 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2013/05/31 12:41:43 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/12/09 14:17:51 obache Exp $ DISTNAME= smokeping-2.6.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ @@ -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+= 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 b44e9fa6e90..8ed0c932c9d 100644 --- a/net/snmptt/Makefile +++ b/net/snmptt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:43 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:51 obache Exp $ # DISTNAME= snmptt_1.3 EXTRACT_SUFX= .tgz PKGNAME= snmptt-1.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snmptt/} @@ -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+= 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+= 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 80d39193e27..00019b88e70 100644 --- a/net/torrentutils/Makefile +++ b/net/torrentutils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 12:41:44 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/12/09 14:17:51 obache Exp $ DISTNAME= torrentutils-0.3.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= net MASTER_SITES= # @@ -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+= 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 |