diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-04-17 12:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-04-17 12:52:07 +0000 |
commit | 01ce4d4baa6a01367408555f7d6716a3742e40bf (patch) | |
tree | 39bbfaff681ed4520dacc176e68d90d8c889ebd2 | |
parent | 17e976bc9c42cba1f1d8a0a55d1ffb7a729f53ef (diff) | |
download | ports-01ce4d4baa6a01367408555f7d6716a3742e40bf.tar.gz ports-01ce4d4baa6a01367408555f7d6716a3742e40bf.zip |
Update to 3.12
Notes
Notes:
svn path=/head/; revision=211443
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/files/patch-Makefile.PL | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 0156cd6eae31..45c4ae186561 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-AuthCookie -PORTVERSION= 3.11 +PORTVERSION= 3.12 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo index 2d6844b795ba..66a1f41580ec 100644 --- a/www/p5-Apache-AuthCookie/distinfo +++ b/www/p5-Apache-AuthCookie/distinfo @@ -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 diff --git a/www/p5-Apache-AuthCookie/files/patch-Makefile.PL b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL index 19c0430111ec..a58ae31e3df5 100644 --- a/www/p5-Apache-AuthCookie/files/patch-Makefile.PL +++ b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL @@ -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 |