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 unified 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,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.4 2011/08/14 16:05:42 obache Exp $ 1# $NetBSD: Makefile,v 1.5 2011/12/15 02:18:06 hiramatsu Exp $
2# 2#
3 3
4DISTNAME= Apache-AuthCookie-3.12 4DISTNAME= Apache-AuthCookie-3.18
5PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} 5PKGNAME= p5-${DISTNAME:S/Apache/Apache2/}
6PKGREVISION= 3 
7CATEGORIES= www perl5 6CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/ 10HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/
12COMMENT= Perl5 module for Authentication and Authorization via cookies 11COMMENT= Perl5 module for Authentication and Authorization via cookies
 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-CGI>=3.12:../../www/p5-CGI 16DEPENDS+= p5-CGI>=3.12:../../www/p5-CGI
17 17
18PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist 18PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../www/ap2-perl/buildlink3.mk" 21.include "../../www/ap2-perl/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

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