Thu Dec 15 02:18:06 2011 UTC ()
Update p5-Apache2-AuthCookie to 3.18.

Changes from previous:
----------------------
3.18  2011-01-24
   - remove 3.17's test skip hacks, and bump Apache::Test prerequisite to v1.35
     which fixes this issue.
   - fix MANIFEST.SKIP to ignore generated t/conf/mime.types
   - remove dist.ini, weaver.ini from dists
   - fixed t/real.t to use correct -withtestmore import syntax
   - rename sample authcookie handlers to Sample::Apache and Sample::Apache2
     namespaces

3.17  2011-01-19
   - skip the test suite if running as root.  Apache::Test 1.34 fails the test
     suite if running as root instead of skipping it.  By skipping, AuthCookie can
     be installed via CPAN.pm as root.

3.16  2011-01-19
   - require Apache::Test 1.32 - fixes ubuntu build issue
   - remove mod_perl/mod_perl2 related prereq's from META.yml.  The correct mod
     perl version is not known until Makefile.PL is run.  CPAN.pm should not
     try to install either one until it is known which one is appropriate.
     (RT 64926)

3.15  2010-08-27
   - enable Dist::Zilla Manifest plugin
   - add FAQ
   - add FAQ entry on how to protect an entire site/document root
   - recognize_user: return DECLINED if user is already set
   - refactor P3P header generation into send_p3p($r) so subclasses can overload it

3.14  2010-04-12
   - MP2: doc updates: remove beta warnings, change Apache::AuthCookie to
     Apache2::Authcookie where appopriate.
   - docs: change my email to my cpan address
   - docs: remove POST limitations reference (handled by POST to GET conversion)
   - sign dist with Module::Signature
   - add signature test
   - MP1: perltidy Apache::AuthCookie sources.
   - update mod_perl2 prereq version (still 2.0.0 RC5, but version number was
     incorrect in Makefile.PL)
   - use Dist::Zilla for building the dist


(hiramatsu)
diff -r1.4 -r1.5 pkgsrc/www/p5-Apache2-AuthCookie/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/www/p5-Apache2-AuthCookie/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/p5-Apache2-AuthCookie/Makefile (expand / switch to context diff)
--- pkgsrc/www/p5-Apache2-AuthCookie/Makefile 2011/08/14 16:05:42 1.4
+++ pkgsrc/www/p5-Apache2-AuthCookie/Makefile 2011/12/15 02:18:06 1.5
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2011/08/14 16:05:42 obache Exp $
+# $NetBSD: Makefile,v 1.5 2011/12/15 02:18:06 hiramatsu Exp $
 #
 
-DISTNAME=	Apache-AuthCookie-3.12
+DISTNAME=	Apache-AuthCookie-3.18
 PKGNAME=	p5-${DISTNAME:S/Apache/Apache2/}
-PKGREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Apache/}
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	http://search.cpan.org/dist/Apache-AuthCookie/
 COMMENT=	Perl5 module for Authentication and Authorization via cookies
+LICENSE=	${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=	user-destdir
 

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/p5-Apache2-AuthCookie/distinfo (expand / switch to context diff)
--- pkgsrc/www/p5-Apache2-AuthCookie/distinfo 2008/06/20 14:09:21 1.1.1.1
+++ pkgsrc/www/p5-Apache2-AuthCookie/distinfo 2011/12/15 02:18:06 1.2
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/06/20 14:09:21 he Exp $
+$NetBSD: distinfo,v 1.2 2011/12/15 02:18:06 hiramatsu Exp $
 
-SHA1 (Apache-AuthCookie-3.12.tar.gz) = 0c0c5f4b26bab813edba7cf4e7965933adbd4753
+SHA1 (Apache-AuthCookie-3.18.tar.gz) = 83fb285852367c7b79885f634a76316e88caaf90
-RMD160 (Apache-AuthCookie-3.12.tar.gz) = d7e8df15b15fe7d1844ae1800534ccef7624138a
+RMD160 (Apache-AuthCookie-3.18.tar.gz) = f4d559db65c5bd8205478fb48e94c497b6adeda0
-Size (Apache-AuthCookie-3.12.tar.gz) = 36014 bytes
+Size (Apache-AuthCookie-3.18.tar.gz) = 45265 bytes