ports/50608: Update port: www/p5-Apache-AuthCookie
Leif Pedersen
pedersen at meridian-enviro.com
Fri Apr 4 19:20:07 UTC 2003
>Number: 50608
>Category: ports
>Synopsis: Update port: www/p5-Apache-AuthCookie
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 04 11:20:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Leif Pedersen
>Release: FreeBSD 4.6.2-RELEASE i386
>Organization:
Meridian Environmental Technology Inc
>Environment:
System: FreeBSD orion.meridian-enviro.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sun Sep 8 15:16:18 CDT 2002 rand at orion.meridian-enviro.com:/a/Delta/usr/obj/usr/src/sys/ORION i386
>Description:
www/p5-Apache-AuthCookie
Update Apache::AuthCookie from 2.011 to 3.04
>How-To-Repeat:
>Fix:
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} = <STDIN>);
-@@ -32,7 +38,7 @@
- print "Port to run tests under [$default]: ";
- chomp ($conf{port} = <STDIN>);
- $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.");
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list