aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2006-05-31 06:38:20 +0800
committeraaron <aaron@FreeBSD.org>2006-05-31 06:38:20 +0800
commitc4580f588d69cce696b1bdd6b83917c2f141725d (patch)
tree7255bb4972b864c639340c0cfb10b7a10dc775d4 /www
parent7d30e7c1543c097410fba251a29b11d377529ea6 (diff)
downloadfreebsd-ports-gnome-c4580f588d69cce696b1bdd6b83917c2f141725d.tar.gz
freebsd-ports-gnome-c4580f588d69cce696b1bdd6b83917c2f141725d.tar.zst
freebsd-ports-gnome-c4580f588d69cce696b1bdd6b83917c2f141725d.zip
- Update from v3.08 to v3.09
- Update maintainer - Add perl5 to list of categories Approved by: tobez (implicit) Version: 3.09 - POD doc fixes. - MP2: remove _check_request_req() - this was only necessary when running under both MP1 and MP2. Package name change eliminates the need for this. - test suite converted to Test::More style test suites. - descriptive test descriptions added - make login() stash credentials in $r->pnotes("${AuthName}Creds") so that the login form can access the user-supplied credentials if the login fails. - bug fix: use of Apache2::URI::unescape_url() does not handle '+' to ' ' conversion. This caused problems for credentials that contain spaces. - MP2: remove mod_perl features from "use mod_perl2" line. This is no longer supported by mod_perl2. - MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes several form data handling bugs) - In a subrequest, copy $r->prev->user to $r->user (or r->connection->user for MP1). - remove Apache2::AuthCookie::Util - no longer necessary - multi-valued form fields are now handled properly in POST -> GET conversion - MP2: require CGI.pm 3.12 or later
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-AuthCookie/Makefile8
-rw-r--r--www/p5-Apache-AuthCookie/distinfo5
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile
index 45a7b8a675e3..1a9130a60bc6 100644
--- a/www/p5-Apache-AuthCookie/Makefile
+++ b/www/p5-Apache-AuthCookie/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= Apache-AuthCookie
-PORTVERSION= 3.08
-CATEGORIES= www
+PORTVERSION= 3.09
+CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module to provide custom forms for reauthentication
-APACHE_COMPAT= yes
RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
.if defined(WITH_MODPERL2)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
@@ -25,6 +24,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS= ${RUN_DEPENDS} \
${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
+APACHE_COMPAT= yes
CURUSER?= `whoami`
CURGRP?= `groups | ${AWK} '{print $$1}'`
TESTPORT?= 8228
diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo
index 5cbb05c2b862..920f50e92434 100644
--- a/www/p5-Apache-AuthCookie/distinfo
+++ b/www/p5-Apache-AuthCookie/distinfo
@@ -1,3 +1,2 @@
-MD5 (Apache-AuthCookie-3.08.tar.gz) = acbb69d043d4c4a913007d068692339c
-SHA256 (Apache-AuthCookie-3.08.tar.gz) = 1bf9633dbefeb9caf4049a4ea33bb165cd0c40fb7c5503b66c87bc81cf7cf282
-SIZE (Apache-AuthCookie-3.08.tar.gz) = 34791
+MD5 (Apache-AuthCookie-3.09.tar.gz) = 8bfd8834d2b161f2e28c908c27eccf10
+SIZE (Apache-AuthCookie-3.09.tar.gz) = 34908