diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-31 12:22:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-31 12:22:42 +0000 |
commit | 3a6d82c9a36a7cf5582f3e873c4c974f9348f74c (patch) | |
tree | 741e06516c76b86113aa994dae654d00f8f6089f /www | |
parent | 1c587fb02aec04bb405f49f8b1f3b704bc9666ae (diff) | |
download | pkgsrc-3a6d82c9a36a7cf5582f3e873c4c974f9348f74c.tar.gz |
Don't expect perl to provide p5-CGI, depend on the package instead.
Bump PKGREVISION.
p5-CGI will be removed from perl soon.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookie/Makefile | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 485f681aa95..780652ba030 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2014/05/29 23:37:59 wiz Exp $ -# +# $NetBSD: Makefile,v 1.62 2014/05/31 12:22:42 wiz Exp $ DISTNAME= Apache-Gallery-0.9.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 25 +PKGREVISION= 26 SVR4_PKGNAME= p5aga CATEGORIES= www graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -13,7 +12,7 @@ HOMEPAGE= http://apachegallery.dk/ COMMENT= Perl5/Apache module for handling image directories LICENSE= artistic -DEPENDS+= {perl>=5.8.1,p5-CGI>=2.93}:../../www/p5-CGI +DEPENDS+= 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 e17332fef93..32710d0d7c8 100644 --- a/www/p5-Apache2-AuthCookie/Makefile +++ b/www/p5-Apache2-AuthCookie/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:59 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/05/31 12:22:42 wiz Exp $ DISTNAME= Apache-AuthCookie-3.18 PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -12,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/ COMMENT= Perl5 module for Authentication and Authorization via cookies LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.8,p5-CGI>=3.12}:../../www/p5-CGI +DEPENDS+= p5-CGI>=3.12:../../www/p5-CGI PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist |