diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-30 22:38:20 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-30 22:38:20 +0000 |
commit | 33ddf8f700a1fa87c127862e9cbde2b179f51901 (patch) | |
tree | b89dc0c76ba062d86fbfd33f5c428f23d1d11e73 /www | |
parent | cd01875d88723ac3d85b0cf6064f4414a288cf62 (diff) | |
download | freebsd-ports-33ddf8f700a1fa87c127862e9cbde2b179f51901.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/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 5 |
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 |