diff options
author | mat <mat@FreeBSD.org> | 2008-04-17 20:52:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2008-04-17 20:52:07 +0800 |
commit | 41d9483dde0739cae0c56143a33651997cac1998 (patch) | |
tree | f864e01bc0e98897eb993080bd37109c0a3c0e11 /www | |
parent | b4f26644e1a86b97e82d0ce12d166d34da8f0c42 (diff) | |
download | freebsd-ports-gnome-41d9483dde0739cae0c56143a33651997cac1998.tar.gz freebsd-ports-gnome-41d9483dde0739cae0c56143a33651997cac1998.tar.zst freebsd-ports-gnome-41d9483dde0739cae0c56143a33651997cac1998.zip |
Update to 3.12
Diffstat (limited to 'www')
-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 |