diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-10 09:35:44 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-10 09:35:44 +0800 |
commit | 6577bc345466136f8d88b385647e16103d8dce06 (patch) | |
tree | 25d852c6f6c6372f57c9de732222d37604713e9c | |
parent | 781255a9d7063dc0b3c16b0800e516f982c5bf13 (diff) | |
download | freebsd-ports-gnome-6577bc345466136f8d88b385647e16103d8dce06.tar.gz freebsd-ports-gnome-6577bc345466136f8d88b385647e16103d8dce06.tar.zst freebsd-ports-gnome-6577bc345466136f8d88b385647e16103d8dce06.zip |
- Update to 3.14
With Hat: perl@
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 2dfa4d9d760d..9413d1ade23d 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Apache-AuthCookie -PORTVERSION= 3.12 -PORTREVISION= 1 +PORTVERSION= 3.14 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,13 +15,13 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to provide custom forms for reauthentication .if defined(WITH_MODPERL2) +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 -BUILD_DEPENDS= ${RUN_DEPENDS} USE_APACHE= 2.0+ .else -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl -BUILD_DEPENDS= ${RUN_DEPENDS} \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl USE_APACHE= 1.3 .endif @@ -35,6 +34,6 @@ CONFIGURE_ENV+= APACHE="${HTTPD}" \ TESTGRP="${CURGRP}" \ TESTPORT="${TESTPORT}" -MAN3= Apache::AuthCookie.3 Apache2::AuthCookie.3 +MAN3= Apache::AuthCookie.3 Apache2::AuthCookie.3 Apache::AuthCookie::Util.3 .include <bsd.port.mk> diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo index 66a1f41580ec..e58225223176 100644 --- a/www/p5-Apache-AuthCookie/distinfo +++ b/www/p5-Apache-AuthCookie/distinfo @@ -1,3 +1,3 @@ -MD5 (Apache-AuthCookie-3.12.tar.gz) = f6a93ca0c75d201088f619f79ef405a9 -SHA256 (Apache-AuthCookie-3.12.tar.gz) = 2388904f0af07ea023c50fce0a9ff1d9b5facdc6e9b4fef8617d025df8f8d792 -SIZE (Apache-AuthCookie-3.12.tar.gz) = 36014 +MD5 (Apache-AuthCookie-3.14.tar.gz) = 3213ce96a5df6a70a7e4935c3bc40715 +SHA256 (Apache-AuthCookie-3.14.tar.gz) = 64b988b33a266d4928b67070c197b201e52e6ca9f24d40f1bbba381ed62825c5 +SIZE (Apache-AuthCookie-3.14.tar.gz) = 44197 |