ports/99437: [PATCH] www/p5-Apache-Session: update to 1.81

Aaron Dalton aaron at FreeBSD.org
Sun Jun 25 02:00:36 UTC 2006


>Number:         99437
>Category:       ports
>Synopsis:       [PATCH] www/p5-Apache-Session: update to 1.81
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 25 02:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 1.81

Removed file(s):
- files/5.005-Session::Generate::ModUniqueId.pm

Port maintainer (frank at exit.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Apache-Session-1.81.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Apache-Session/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	12 Oct 2004 10:17:19 -0000	1.16
+++ Makefile	25 Jun 2006 01:53:50 -0000
@@ -6,19 +6,15 @@
 #
 
 PORTNAME=	Apache-Session
-PORTVERSION=	1.60
+PORTVERSION=	1.81
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Apache
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/0//}
 
 MAINTAINER=	frank at exit.com
 COMMENT=	A persistence framework for session data
 
-BUILD_DEPENDS=
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Apache::Session.3 \
@@ -56,10 +52,7 @@
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 .if ${PERL_LEVEL} < 500600
-EXTRA_PATCH=	${PATCHDIR}/5.005-Session::Generate::ModUniqueId.pm
-
-post-patch:
-	@${FIND} ${WRKSRC} -name '*.orig' -delete
+IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
 .endif
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-Apache-Session/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	24 Jan 2006 03:13:41 -0000	1.7
+++ distinfo	25 Jun 2006 01:53:50 -0000
@@ -1,3 +1,3 @@
-MD5 (Apache-Session-1.6.tar.gz) = 3a373102e3ba49f93a76994c6599e1ff
-SHA256 (Apache-Session-1.6.tar.gz) = cdbc2cb3d0b96d834c4d6232125b8a68c5b3a2170fcdc168a67b7d00d224c7bb
-SIZE (Apache-Session-1.6.tar.gz) = 29391
+MD5 (Apache-Session-1.81.tar.gz) = 942788df6c5e743333cae5816551f203
+SHA256 (Apache-Session-1.81.tar.gz) = 7a47763fd6f0603370049363d58fbbd15f730b1d8fa65fdf540c0c87362647dd
+SIZE (Apache-Session-1.81.tar.gz) = 31468
Index: files/5.005-Session::Generate::ModUniqueId.pm
===================================================================
RCS file: files/5.005-Session::Generate::ModUniqueId.pm
diff -N files/5.005-Session::Generate::ModUniqueId.pm
--- files/5.005-Session::Generate::ModUniqueId.pm	12 Oct 2004 10:17:19 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- Session/Generate/ModUniqueId.pm~	Mon Sep 20 14:27:20 2004
-+++ Session/Generate/ModUniqueId.pm	Mon Sep 20 14:27:31 2004
-@@ -8,7 +8,7 @@
-     my $session = shift;
-     unless (exists $ENV{UNIQUE_ID}) {
- 	require Carp;
--	Carp::croak 'Can\'t get UNIQUE_ID env variable. Make sure mod_unique_id is enabled.';
-+	Carp::croak('Can\'t get UNIQUE_ID env variable. Make sure mod_unique_id is enabled.');
-     }
-     $session->{data}->{_session_id} = $ENV{UNIQUE_ID};
- }
--- p5-Apache-Session-1.81.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list