diff options
author | tobez <tobez@FreeBSD.org> | 2013-01-30 19:11:47 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-01-30 19:11:47 +0800 |
commit | cb3087b4dde6e54a609612fc74646b2b8543debf (patch) | |
tree | effede6b1ff8aa6f9c41142b993f5585fa68996f | |
parent | d435281a40ea9b78a37bdacc48cb45a3527e6951 (diff) | |
download | freebsd-ports-gnome-cb3087b4dde6e54a609612fc74646b2b8543debf.tar.gz freebsd-ports-gnome-cb3087b4dde6e54a609612fc74646b2b8543debf.tar.zst freebsd-ports-gnome-cb3087b4dde6e54a609612fc74646b2b8543debf.zip |
Update to 3.19.
Changes: http://search.cpan.org/dist/Apache-AuthCookie/Changes
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 23 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/pkg-plist | 16 |
3 files changed, 26 insertions, 17 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 4d929d5b31ed..9ae9505b43a3 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: Apache-AuthCookie -# Date created: Sun Dec 31 19:55:36 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Apache-AuthCookie -PORTVERSION= 3.18 -PORTREVISION= 1 +PORTVERSION= 3.19 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to provide custom forms for reauthentication -BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ + p5-autobox>=0:${PORTSDIR}/devel/p5-autobox \ + p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load RUN_DEPENDS:= ${BUILD_DEPENDS} USE_APACHE= 22+ @@ -31,7 +28,13 @@ CONFIGURE_ENV+= APACHE="${HTTPD}" \ TESTGRP="${CURGRP}" \ TESTPORT="${TESTPORT}" -MAN3= Apache2::AuthCookie.3 Apache::AuthCookie.3 \ - Apache::AuthCookie::FAQ.3 Apache::AuthCookie::Util.3 +MAN3= Apache2::AuthCookie.3 \ + Apache2::AuthCookie::Params.3 \ + Apache::AuthCookie.3 \ + Apache::AuthCookie::Autobox.3 \ + Apache::AuthCookie::FAQ.3 \ + Apache::AuthCookie::Params.3 \ + Apache::AuthCookie::Params::Base.3 \ + Apache::AuthCookie::Util.3 .include <bsd.port.post.mk> diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo index ed0cfe3cb137..25a925f49505 100644 --- a/www/p5-Apache-AuthCookie/distinfo +++ b/www/p5-Apache-AuthCookie/distinfo @@ -1,2 +1,2 @@ -SHA256 (Apache-AuthCookie-3.18.tar.gz) = d1c43bd5e94590baa49bd07eb11cebe1124634a4286f3d523fb00ff5f7d57f88 -SIZE (Apache-AuthCookie-3.18.tar.gz) = 45265 +SHA256 (Apache-AuthCookie-3.19.tar.gz) = f592e416ab943ea1b7248f8e473a3479744559a4c15e9512e186761eab6cbb2e +SIZE (Apache-AuthCookie-3.19.tar.gz) = 48427 diff --git a/www/p5-Apache-AuthCookie/pkg-plist b/www/p5-Apache-AuthCookie/pkg-plist index a1e030a59e26..9ec6af67cb5c 100644 --- a/www/p5-Apache-AuthCookie/pkg-plist +++ b/www/p5-Apache-AuthCookie/pkg-plist @@ -1,10 +1,16 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie/.packlist %%SITE_PERL%%/Apache/AuthCookie.pm +%%SITE_PERL%%/Apache/AuthCookie/Autobox.pm %%SITE_PERL%%/Apache/AuthCookie/FAQ.pod +%%SITE_PERL%%/Apache/AuthCookie/Params.pm +%%SITE_PERL%%/Apache/AuthCookie/Params/Base.pm %%SITE_PERL%%/Apache/AuthCookie/Util.pm %%SITE_PERL%%/Apache2/AuthCookie.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache -@dirrm %%SITE_PERL%%/Apache/AuthCookie -@dirrmtry %%SITE_PERL%%/Apache +%%SITE_PERL%%/Apache2/AuthCookie/Params.pm +@dirrmtry %%SITE_PERL%%/Apache2/AuthCookie @dirrmtry %%SITE_PERL%%/Apache2 +@dirrmtry %%SITE_PERL%%/Apache/AuthCookie/Params +@dirrmtry %%SITE_PERL%%/Apache/AuthCookie +@dirrmtry %%SITE_PERL%%/Apache +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache |