Update to 3.12

This commit is contained in:
Mathieu Arnold 2008-04-17 12:52:07 +00:00
parent 17e976bc9c
commit 01ce4d4baa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211443
3 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Apache-AuthCookie
PORTVERSION= 3.11
PORTVERSION= 3.12
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
MD5 (Apache-AuthCookie-3.11.tar.gz) = 536ad77c61eaafe1ef152ccdfcdbdbd2
SHA256 (Apache-AuthCookie-3.11.tar.gz) = 2592a7d04323b697613c0f8a5d1328a1b3910778b80deefc8d9e7f71e930c8d3
SIZE (Apache-AuthCookie-3.11.tar.gz) = 35827
MD5 (Apache-AuthCookie-3.12.tar.gz) = f6a93ca0c75d201088f619f79ef405a9
SHA256 (Apache-AuthCookie-3.12.tar.gz) = 2388904f0af07ea023c50fce0a9ff1d9b5facdc6e9b4fef8617d025df8f8d792
SIZE (Apache-AuthCookie-3.12.tar.gz) = 36014

View File

@ -1,9 +1,9 @@
--- Makefile.PL.orig Fri Aug 1 17:10:09 2003
+++ Makefile.PL Sat Mar 6 12:23:30 2004
@@ -89,6 +89,7 @@
}
--- Makefile.PL.orig 2008-03-03 18:27:16.000000000 +0100
+++ Makefile.PL 2008-04-17 14:22:53.000000000 +0200
@@ -83,6 +83,7 @@
sub mod_perl_version {
# try to figure out what version of mod_perl is installed.
+ eval { require Apache2 };
eval {
require mod_perl