From 163d9b343df9e2ff395d90fe2c32b8a54d3dc868 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 9 Dec 2013 14:17:41 +0000 Subject: Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. Bump PKGREVISION for runtime dependency pattern changed packages. --- www/cvsweb/Makefile | 6 +++--- www/gitweb/Makefile | 5 +++-- www/p5-AnyEvent-HTTPD/Makefile | 6 +++--- www/p5-Apache-ASP/Makefile | 8 ++++---- www/p5-Apache-Gallery/Makefile | 6 +++--- www/p5-Apache2-AuthCookie/Makefile | 6 +++--- www/p5-App-Nopaste/Makefile | 6 +++--- www/p5-CGI-ProgressBar/Makefile | 6 +++--- www/p5-Captcha-reCAPTCHA-Mailhide/Makefile | 6 +++--- www/p5-Catalyst-Engine-JobQueue-POE/Makefile | 6 +++--- www/p5-Catalyst-Plugin-Session/Makefile | 5 +++-- www/p5-Catalyst-View-Mason/Makefile | 6 +++--- www/p5-Dancer2/Makefile | 7 ++++--- www/p5-FCGI-Client/Makefile | 6 +++--- www/p5-HTML-Entities-Interpolate/Makefile | 6 +++--- www/p5-HTML-Mason-PSGIHandler/Makefile | 4 ++-- www/p5-Handel/Makefile | 6 +++--- www/p5-LWP-Authen-Wsse/Makefile | 6 +++--- www/p5-Plack-App-Proxy/Makefile | 4 ++-- www/p5-Plack-Middleware-Auth-Digest/Makefile | 4 ++-- www/p5-Plack-Middleware-ConsoleLogger/Makefile | 6 +++--- www/p5-Plack-Middleware-Debug/Makefile | 6 +++--- www/p5-Plack-Middleware-Header/Makefile | 6 +++--- www/p5-Plack-Middleware-ReverseProxy/Makefile | 5 +++-- www/p5-Plack/Makefile | 5 +++-- www/p5-Starman/Makefile | 6 +++--- www/p5-Tatsumaki/Makefile | 6 +++--- www/p5-URI-Fetch/Makefile | 6 +++--- www/p5-URI-Find/Makefile | 4 ++-- www/p5-WWW-Facebook-API/Makefile | 9 ++++----- www/p5-libwww/Makefile | 8 ++++---- www/wApua/Makefile | 6 +++--- 32 files changed, 96 insertions(+), 92 deletions(-) (limited to 'www') diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile index 6f53cb5e389..a9a72bbefe7 100644 --- a/www/cvsweb/Makefile +++ b/www/cvsweb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2013/07/30 13:01:11 tez Exp $ +# $NetBSD: Makefile,v 1.41 2013/12/09 14:17:54 obache Exp $ # DISTNAME= cvsweb-3.0.6 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/ @@ -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+= 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 d354abcbe4b..29cfa5bf930 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2013/10/18 19:48:48 adam Exp $ +# $NetBSD: Makefile,v 1.20 2013/12/09 14:17:54 obache Exp $ .include "../../devel/git/Makefile.version" DISTNAME= git-${GIT_VERSION} PKGNAME= ${DISTNAME:S/git/gitweb/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ @@ -13,7 +14,7 @@ COMMENT= Web interface for GIT repositories #DEPENDS+= apache{,2,22}-[0-9]*:../../www/apache22 DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base -DEPENDS+= p5-Time-HiRes>=1.9725:../../time/p5-Time-HiRes +DEPENDS+= {perl>=5.15.8,p5-Time-HiRes>=1.9725}:../../time/p5-Time-HiRes DISTINFO_FILE= ${.CURDIR}/../../devel/git-base/distinfo diff --git a/www/p5-AnyEvent-HTTPD/Makefile b/www/p5-AnyEvent-HTTPD/Makefile index 1ff61042477..82f2b095038 100644 --- a/www/p5-AnyEvent-HTTPD/Makefile +++ b/www/p5-AnyEvent-HTTPD/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:54 obache Exp $ DISTNAME= AnyEvent-HTTPD-0.93 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/} @@ -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+= 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 a600de10e71..0f2140fcf7f 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2013/05/31 12:42:34 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2013/12/09 14:17:54 obache Exp $ # DISTNAME= Apache-ASP-2.62 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5aas CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -14,13 +14,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+= 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 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+= 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-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 481299827f1..e7f10baecf6 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2013/07/05 13:29:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2013/12/09 14:17:54 obache Exp $ # DISTNAME= Apache-Gallery-0.9.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 23 +PKGREVISION= 24 SVR4_PKGNAME= p5aga CATEGORIES= www graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -13,7 +13,7 @@ HOMEPAGE= http://apachegallery.dk/ COMMENT= Perl5/Apache module for handling image directories LICENSE= artistic -DEPENDS+= p5-CGI>=2.93:../../www/p5-CGI +DEPENDS+= {perl>=5.8.1,p5-CGI>=2.93}:../../www/p5-CGI DEPENDS+= p5-URI>=1.23:../../www/p5-URI DEPENDS+= p5-Image-Imlib2-[0-9]*:../../graphics/p5-Image-Imlib2 DEPENDS+= p5-Image-Info>=1.15:../../graphics/p5-Image-Info diff --git a/www/p5-Apache2-AuthCookie/Makefile b/www/p5-Apache2-AuthCookie/Makefile index 6b4306aa965..69844c4d7a1 100644 --- a/www/p5-Apache2-AuthCookie/Makefile +++ b/www/p5-Apache2-AuthCookie/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:35 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:54 obache Exp $ # DISTNAME= Apache-AuthCookie-3.18 PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/ COMMENT= Perl5 module for Authentication and Authorization via cookies LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-CGI>=3.12:../../www/p5-CGI +DEPENDS+= {perl>=5.8.8,p5-CGI>=3.12}:../../www/p5-CGI PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index f24dbeee744..df8bd4b47d2 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2013/05/31 12:42:35 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2013/12/09 14:17:54 obache Exp $ DISTNAME= App-Nopaste-0.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -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+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp +DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/www/p5-CGI-ProgressBar/Makefile b/www/p5-CGI-ProgressBar/Makefile index b2aa1abc784..225a2e07a2c 100644 --- a/www/p5-CGI-ProgressBar/Makefile +++ b/www/p5-CGI-ProgressBar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:54 obache Exp $ # DISTNAME= CGI-ProgressBar-0.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://search.cpan.org/CPAN/authors/id/L/LG/LGODDARD/ @@ -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+= 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 96907baeb4b..37e42941f24 100644 --- a/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile +++ b/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:54 obache Exp $ # DISTNAME= Captcha-reCAPTCHA-Mailhide-0.94 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDYA/} @@ -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+= 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-Engine-JobQueue-POE/Makefile b/www/p5-Catalyst-Engine-JobQueue-POE/Makefile index 1b1aab30a86..8efffbab23e 100644 --- a/www/p5-Catalyst-Engine-JobQueue-POE/Makefile +++ b/www/p5-Catalyst-Engine-JobQueue-POE/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:38 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:54 obache Exp $ DISTNAME= Catalyst-Engine-JobQueue-POE-0.0.3 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KIXX/} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Catalyst-Engine-JobQueue-POE/ COMMENT= Implementing a Catalyst job queue with POE -DEPENDS+= 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-Session/Makefile b/www/p5-Catalyst-Plugin-Session/Makefile index 7300587b9cf..34a6eb30ee6 100644 --- a/www/p5-Catalyst-Plugin-Session/Makefile +++ b/www/p5-Catalyst-Plugin-Session/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/08/23 14:55:40 wen Exp $ +# $NetBSD: Makefile,v 1.22 2013/12/09 14:17:54 obache Exp $ DISTNAME= Catalyst-Plugin-Session-0.37 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -18,7 +19,7 @@ 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+= 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-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 fd7300465f8..7c262c70627 100644 --- a/www/p5-Catalyst-View-Mason/Makefile +++ b/www/p5-Catalyst-View-Mason/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:55 obache Exp $ DISTNAME= Catalyst-View-Mason-0.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -15,7 +15,7 @@ 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+= p5-parent-[0-9]*:../../devel/p5-parent +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-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 2552d067a4c..ac2a611d47f 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2013/10/01 11:10:09 wen Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:55 obache Exp $ DISTNAME= Dancer2-0.10 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUKRIA/} @@ -20,14 +21,14 @@ BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal 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+= 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-HTTP-Server-Simple-PSGI>=0:../../www/p5-HTTP-Server-Simple-PSGI DEPENDS+= p5-JSON>=0:../../converters/p5-JSON -DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Moo>=0.009014:../../devel/p5-Moo DEPENDS+= p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike DEPENDS+= p5-MooX-Types-MooseLike-Numeric>=0:../../devel/p5-MooX-Types-MooseLike-Numeric diff --git a/www/p5-FCGI-Client/Makefile b/www/p5-FCGI-Client/Makefile index e35f5f86493..68191dcbfd2 100644 --- a/www/p5-FCGI-Client/Makefile +++ b/www/p5-FCGI-Client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:40 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:55 obache Exp $ DISTNAME= FCGI-Client-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/} @@ -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+= 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 6406b99d8e6..61d5ab773a0 100644 --- a/www/p5-HTML-Entities-Interpolate/Makefile +++ b/www/p5-HTML-Entities-Interpolate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/08/27 05:01:33 wen Exp $ +# $NetBSD: Makefile,v 1.6 2013/12/09 14:17:55 obache Exp $ # DISTNAME= HTML-Entities-Interpolate-1.05 @@ -12,9 +12,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+= 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+= 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-Mason-PSGIHandler/Makefile b/www/p5-HTML-Mason-PSGIHandler/Makefile index 33d386d0996..4718706c033 100644 --- a/www/p5-HTML-Mason-PSGIHandler/Makefile +++ b/www/p5-HTML-Mason-PSGIHandler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/05/31 12:42:41 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2013/12/09 14:17:55 obache Exp $ # DISTNAME= HTML-Mason-PSGIHandler-0.52 @@ -13,7 +13,7 @@ COMMENT= PSGI handler for HTML::Mason LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack -BUILD_DEPENDS+= 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-Handel/Makefile b/www/p5-Handel/Makefile index 08041b19e25..210a32d9415 100644 --- a/www/p5-Handel/Makefile +++ b/www/p5-Handel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2013/05/31 12:42:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/12/09 14:17:55 obache Exp $ DISTNAME= Handel-1.00011 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLACO/} @@ -25,7 +25,7 @@ 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+= p5-DateTime>=0:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-MySQL>=0:../../time/p5-DateTime-Format-MySQL -DEPENDS+= 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 diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile index 93f856ccd2c..e7dbfd0aa86 100644 --- a/www/p5-LWP-Authen-Wsse/Makefile +++ b/www/p5-LWP-Authen-Wsse/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:47 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:55 obache Exp $ DISTNAME= LWP-Authen-Wsse-0.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= p5law CATEGORIES= perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -13,7 +13,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+= 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 9e34cb8ec95..751b12fb9c2 100644 --- a/www/p5-Plack-App-Proxy/Makefile +++ b/www/p5-Plack-App-Proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/09/05 00:53:39 wen Exp $ +# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:55 obache Exp $ DISTNAME= Plack-App-Proxy-0.29 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/App/Proxy/.packlist -BUILD_DEPENDS+= 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 3ae11d925cd..022763cdabc 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.7 2013/05/31 12:42:49 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:55 obache 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+= 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 dfd9a250582..89b35928be6 100644 --- a/www/p5-Plack-Middleware-ConsoleLogger/Makefile +++ b/www/p5-Plack-Middleware-ConsoleLogger/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:49 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:55 obache Exp $ DISTNAME= Plack-Middleware-ConsoleLogger-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -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+= 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 4b188297277..c76bcae02f8 100644 --- a/www/p5-Plack-Middleware-Debug/Makefile +++ b/www/p5-Plack-Middleware-Debug/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:49 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:55 obache Exp $ DISTNAME= Plack-Middleware-Debug-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -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+= 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 e00973faa0d..56667e5b22c 100644 --- a/www/p5-Plack-Middleware-Header/Makefile +++ b/www/p5-Plack-Middleware-Header/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:49 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:55 obache Exp $ DISTNAME= Plack-Middleware-Header-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -15,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/Middleware/Header/.packlist DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack -DEPENDS+= 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 caf35ac48fe..18cadedc474 100644 --- a/www/p5-Plack-Middleware-ReverseProxy/Makefile +++ b/www/p5-Plack-Middleware-ReverseProxy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2013/08/22 04:48:44 wen Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:55 obache Exp $ DISTNAME= Plack-Middleware-ReverseProxy-0.15 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -14,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/Middleware/ReverseProxy/.packlist DEPENDS+= p5-Plack>=0.9988:../../www/p5-Plack -DEPENDS+= 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/Makefile b/www/p5-Plack/Makefile index 65aa681a9e4..9135c767e34 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/11/24 00:31:09 wen Exp $ +# $NetBSD: Makefile,v 1.29 2013/12/09 14:17:55 obache Exp $ DISTNAME= Plack-1.0030 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -17,7 +18,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+= 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-Starman/Makefile b/www/p5-Starman/Makefile index b6e26379ee8..cdecb430858 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2013/05/31 12:42:51 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2013/12/09 14:17:55 obache Exp $ DISTNAME= Starman-0.3006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -21,7 +21,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+= 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 a854ac1c1ef..310b13c3c4f 100644 --- a/www/p5-Tatsumaki/Makefile +++ b/www/p5-Tatsumaki/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:55 obache Exp $ DISTNAME= Tatsumaki-0.1013 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/} @@ -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+= 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-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index 62ffac13b3f..a747af3802b 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2013/11/24 09:57:04 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:56 obache Exp $ DISTNAME= URI-Fetch-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5urf CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler -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 #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 f449f16fd45..38507aaefff 100644 --- a/www/p5-URI-Find/Makefile +++ b/www/p5-URI-Find/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:52 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:56 obache Exp $ DISTNAME= URI-Find-20111103 PKGNAME= p5-${DISTNAME} @@ -20,7 +20,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/URI/Find/.packlist PERL5_MODULE_TYPE= Module::Build -#BUILD_DEPENDS+= p5-Module-Build>=0.30000:../../devel/p5-Module-Build +#BUILD_DEPENDS+= {perl>=5.13.11,p5-Module-Build>=0.30000}:../../devel/p5-Module-Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile index b4b3fa01191..40c6bdd2f25 100644 --- a/www/p5-WWW-Facebook-API/Makefile +++ b/www/p5-WWW-Facebook-API/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:56 obache Exp $ # DISTNAME= WWW-Facebook-API-0.4.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -12,10 +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+= 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+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes -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-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 9199b250030..b043a47e007 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.86 2013/05/31 12:42:54 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2013/12/09 14:17:56 obache Exp $ DISTNAME= libwww-perl-6.05 PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GA/GAAS/} @@ -29,7 +29,7 @@ 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+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 +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:../../www/p5-Net-HTTP DEPENDS+= p5-URI>=1.10:../../www/p5-URI @@ -38,7 +38,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+= 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 f6d5750ab75..d65dc757455 100644 --- a/www/wApua/Makefile +++ b/www/wApua/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/05/31 12:42:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/12/09 14:17:56 obache Exp $ # DISTNAME= wApua-0.05.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= http://fsinfo.cs.uni-sb.de/~abe/wApua/ @@ -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+= 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 -- cgit v1.2.3