diff -ru p5-Apache-AuthCookie.orig/Makefile p5-Apache-AuthCookie/Makefile --- p5-Apache-AuthCookie.orig/Makefile Sun Feb 23 03:15:23 2003 +++ p5-Apache-AuthCookie/Makefile Wed Apr 2 16:02:52 2003 @@ -6,7 +6,7 @@ # PORTNAME= Apache-AuthCookie -PORTVERSION= 2.011 +PORTVERSION= 3.04 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} diff -ru p5-Apache-AuthCookie.orig/distinfo p5-Apache-AuthCookie/distinfo --- p5-Apache-AuthCookie.orig/distinfo Mon Jan 1 02:28:28 2001 +++ p5-Apache-AuthCookie/distinfo Wed Apr 2 18:16:13 2003 @@ -1 +1 @@ -MD5 (Apache-AuthCookie-2.011.tar.gz) = b4617ac3ed237e2ae5123e9c7756fc82 +MD5 (Apache-AuthCookie-3.04.tar.gz) = 7bf9d7b7cc74f22d48c4f598adcd3bfb diff -ru p5-Apache-AuthCookie.orig/files/patch-Makefile.PL p5-Apache-AuthCookie/files/patch-Makefile.PL --- p5-Apache-AuthCookie.orig/files/patch-Makefile.PL Mon Jan 1 02:28:28 2001 +++ p5-Apache-AuthCookie/files/patch-Makefile.PL Wed Apr 2 17:38:21 2003 @@ -1,33 +1,11 @@ ---- Makefile.PL Sat Apr 15 10:15:32 2000 -+++ Makefile.PL.new Mon Jan 1 02:51:49 2001 -@@ -4,14 +4,20 @@ +diff -ru Apache-AuthCookie-3.04/t/lib/Apache/test.pm Apache-AuthCookie-3.04-port/t/lib/Apache/test.pm +--- t/lib/Apache/test.pm Sun Mar 25 22:35:03 2001 ++++ t/lib/Apache/test.pm Wed Apr 2 17:35:15 2003 +@@ -102,6 +102,7 @@ - my $default = $ENV{'APACHE'} || '/usr/lib/httpd/httpd'; - $|=1; -+if ("" ne "") { - print("\nFor testing purposes, please give the full path to an httpd\n", - "with mod_perl and at least the following hooks enabled: PERL_AUTHEN,\n", - "PERL_AUTHZ, PERL_STACKED_HANDLERS, PERL_METHOD_HANDLERS.\n", - "The path defaults to \$ENV{APACHE}, if present.\n", - ); -- -+} - my %conf; -+$conf{httpd} = "/usr/local/sbin/apache"; $conf{httpd} = $ENV{'APACHE'} if ($ENV{'APACHE'} ne ""); -+$conf{user} = "nobody"; $conf{user} = $ENV{'TESTUSER'} if ($ENV{'TESTUSER'} ne ""); -+$conf{group} = "nobody"; $conf{group} = $ENV{'TESTGRP'} if ($ENV{'TESTGRP'} ne ""); -+$conf{port} = 8228; $conf{port} = $ENV{'TESTPORT'} if ($ENV{'TESTPORT'} ne ""); + sub get_test_params { + my $pkg = shift; ++return; -+if ("" ne "") { - do { - print "\n [$default]: "; - chomp ($conf{httpd} = ); -@@ -32,7 +38,7 @@ - print "Port to run tests under [$default]: "; - chomp ($conf{port} = ); - $conf{port} ||= $default; -- -+} - - open LOC, ">t/httpd.loc" or die "can't write t/httpd.loc: $!"; - print LOC map {"$_=$conf{$_}\n"} keys %conf; + print("\nFor testing purposes, please give the full path to an httpd\n", + "with mod_perl enabled. The path defaults to \$ENV{APACHE}, if present.");