Update to 3.05
Build with mode_perl2 PR: ports/63856 Submitted by: Alex Varju <varju (at) webct.com>
This commit is contained in:
parent
7eaaf632fe
commit
c5aad18587
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117895
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Apache-AuthCookie
|
||||
PORTVERSION= 3.04
|
||||
PORTVERSION= 3.05
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache
|
||||
@ -15,9 +15,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A perl module to provide custom forms for reauthentication
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
||||
${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
.if defined(WITH_MODPERL2)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
|
||||
.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
|
||||
|
||||
CURUSER?= `whoami`
|
||||
CURGRP?= `groups | ${AWK} '{print $$1}'`
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Apache-AuthCookie-3.04.tar.gz) = 7bf9d7b7cc74f22d48c4f598adcd3bfb
|
||||
SIZE (Apache-AuthCookie-3.04.tar.gz) = 29851
|
||||
MD5 (Apache-AuthCookie-3.05.tar.gz) = 4288575a1eedb52b2fb774324cd63ec8
|
||||
SIZE (Apache-AuthCookie-3.05.tar.gz) = 31025
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- t/lib/Apache/test.pm.orig Sun Mar 25 20:35:03 2001
|
||||
+++ t/lib/Apache/test.pm Fri Jun 6 05:14:49 2003
|
||||
@@ -102,6 +102,7 @@
|
||||
|
||||
sub get_test_params {
|
||||
my $pkg = shift;
|
||||
+return;
|
||||
|
||||
print("\nFor testing purposes, please give the full path to an httpd\n",
|
||||
"with mod_perl enabled. The path defaults to \$ENV{APACHE}, if present.");
|
Loading…
Reference in New Issue
Block a user