* update to 3.10
* cleanup skeleton Changes: http://search.cpan.org/src/MSCHOUT/Apache-AuthCookie-3.10/Changes
This commit is contained in:
parent
5059e1c6b8
commit
2b82eda90f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164445
2 changed files with 10 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Apache-AuthCookie
|
||||
PORTVERSION= 3.09
|
||||
PORTVERSION= 3.10
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache
|
||||
|
@ -15,21 +15,22 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl module to provide custom forms for reauthentication
|
||||
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
.if defined(WITH_MODPERL2)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${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
|
||||
.endif
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
|
||||
USE_APACHE= 1.3
|
||||
.endif
|
||||
|
||||
APACHE_COMPAT= yes
|
||||
CURUSER?= `whoami`
|
||||
CURGRP?= `groups | ${AWK} '{print $$1}'`
|
||||
TESTPORT?= 8228
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= APACHE="${PREFIX}/sbin/apache" \
|
||||
CONFIGURE_ENV+= APACHE="${HTTPD}" \
|
||||
TESTUSER="${CURUSER}" \
|
||||
TESTGRP="${CURGRP}" \
|
||||
TESTPORT="${TESTPORT}"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (Apache-AuthCookie-3.09.tar.gz) = 8bfd8834d2b161f2e28c908c27eccf10
|
||||
SIZE (Apache-AuthCookie-3.09.tar.gz) = 34908
|
||||
MD5 (Apache-AuthCookie-3.10.tar.gz) = 8dd9f4a3db329c378f5e5b394c05b5b3
|
||||
SHA256 (Apache-AuthCookie-3.10.tar.gz) = 9c29eba34356aa83a1e3d2de32063626edc5965a2bd144e761687c018e3adc1e
|
||||
SIZE (Apache-AuthCookie-3.10.tar.gz) = 34993
|
||||
|
|
Loading…
Reference in a new issue