mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 3.08
This fixes the breakage introduced by the recent changes in the mod_perl2 API. Approved by: tobez
This commit is contained in:
parent
4c217f887f
commit
6c2cfb5ee7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135941
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Apache-AuthCookie
|
||||
PORTVERSION= 3.06
|
||||
PORTVERSION= 3.08
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache
|
||||
@ -17,8 +17,7 @@ COMMENT= A perl module to provide custom forms for reauthentication
|
||||
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
.if defined(WITH_MODPERL2)
|
||||
BROKEN= Broken due the new mod_perl2 API
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
|
||||
.else
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
||||
.endif
|
||||
@ -34,6 +33,6 @@ CONFIGURE_ENV+= APACHE="${PREFIX}/sbin/apache" \
|
||||
TESTGRP="${CURGRP}" \
|
||||
TESTPORT="${TESTPORT}"
|
||||
|
||||
MAN3= Apache::AuthCookie.3
|
||||
MAN3= Apache::AuthCookie.3 Apache2::AuthCookie.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Apache-AuthCookie-3.06.tar.gz) = 8d64e84fb8accd870b058e6b7b1634f9
|
||||
SIZE (Apache-AuthCookie-3.06.tar.gz) = 32510
|
||||
MD5 (Apache-AuthCookie-3.08.tar.gz) = acbb69d043d4c4a913007d068692339c
|
||||
SIZE (Apache-AuthCookie-3.08.tar.gz) = 34791
|
||||
|
Loading…
Reference in New Issue
Block a user