1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Update to 3.14

With Hat:       perl@
This commit is contained in:
Philip M. Gollucci 2010-06-10 01:35:44 +00:00
parent 881f826086
commit b15b4152d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256263
2 changed files with 8 additions and 9 deletions

View File

@ -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>

View File

@ -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