mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 3.18
- Sort MAN3 - Add WWW Changes: http://search.cpan.org/dist/Apache-AuthCookie/Changes
This commit is contained in:
parent
9685072754
commit
a102b068f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275587
3 changed files with 9 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Apache-AuthCookie
|
||||
PORTVERSION= 3.15
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.18
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,14 +15,15 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= A perl module to provide custom forms for reauthentication
|
||||
|
||||
USE_APACHE= 13+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
|
||||
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
|
||||
.else
|
||||
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
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
||||
p5-Apache-Test>=1.35:${PORTSDIR}/www/p5-Apache-Test
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
||||
.endif
|
||||
|
||||
|
@ -36,6 +36,7 @@ CONFIGURE_ENV+= APACHE="${HTTPD}" \
|
|||
TESTGRP="${CURGRP}" \
|
||||
TESTPORT="${TESTPORT}"
|
||||
|
||||
MAN3= Apache::AuthCookie.3 Apache2::AuthCookie.3 Apache::AuthCookie::Util.3 Apache::AuthCookie::FAQ.3
|
||||
MAN3= Apache2::AuthCookie.3 Apache::AuthCookie.3 \
|
||||
Apache::AuthCookie::FAQ.3 Apache::AuthCookie::Util.3
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Apache-AuthCookie-3.15.tar.gz) = bf5e6a946d9f88220d45c654f0cc5c6a9f4f9a1bab39d20bd95989d33789dbbc
|
||||
SIZE (Apache-AuthCookie-3.15.tar.gz) = 45362
|
||||
SHA256 (Apache-AuthCookie-3.18.tar.gz) = d1c43bd5e94590baa49bd07eb11cebe1124634a4286f3d523fb00ff5f7d57f88
|
||||
SIZE (Apache-AuthCookie-3.18.tar.gz) = 45265
|
||||
|
|
|
@ -4,4 +4,4 @@ presented with a custom form where they can enter authentication
|
|||
credentials. The credentials are posted to the server where AuthCookie
|
||||
verifies them and returns a session key.
|
||||
|
||||
--will
|
||||
WWW: http://search.cpan.org/dist/Apache-AuthCookie/
|
||||
|
|
Loading…
Add table
Reference in a new issue