View | Details | Raw Unified | Return to bug 99437
Collapse All | Expand All

(-)Makefile (-9 / +2 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	Apache-Session
8
PORTNAME=	Apache-Session
9
PORTVERSION=	1.60
9
PORTVERSION=	1.81
10
CATEGORIES=	www perl5
10
CATEGORIES=	www perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Apache
12
MASTER_SITE_SUBDIR=	Apache
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
DISTNAME=	${PORTNAME}-${PORTVERSION:S/0//}
15
14
16
MAINTAINER=	frank@exit.com
15
MAINTAINER=	frank@exit.com
17
COMMENT=	A persistence framework for session data
16
COMMENT=	A persistence framework for session data
18
17
19
BUILD_DEPENDS=
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
22
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
23
19
24
MAN3=		Apache::Session.3 \
20
MAN3=		Apache::Session.3 \
Lines 56-65 Link Here
56
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
52
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
57
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
53
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
58
.if ${PERL_LEVEL} < 500600
54
.if ${PERL_LEVEL} < 500600
59
EXTRA_PATCH=	${PATCHDIR}/5.005-Session::Generate::ModUniqueId.pm
55
IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
60
61
post-patch:
62
	@${FIND} ${WRKSRC} -name '*.orig' -delete
63
.endif
56
.endif
64
.endif
57
.endif
65
58
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Apache-Session-1.6.tar.gz) = 3a373102e3ba49f93a76994c6599e1ff
1
MD5 (Apache-Session-1.81.tar.gz) = 942788df6c5e743333cae5816551f203
2
SHA256 (Apache-Session-1.6.tar.gz) = cdbc2cb3d0b96d834c4d6232125b8a68c5b3a2170fcdc168a67b7d00d224c7bb
2
SHA256 (Apache-Session-1.81.tar.gz) = 7a47763fd6f0603370049363d58fbbd15f730b1d8fa65fdf540c0c87362647dd
3
SIZE (Apache-Session-1.6.tar.gz) = 29391
3
SIZE (Apache-Session-1.81.tar.gz) = 31468
(-)files/5.005-Session::Generate::ModUniqueId.pm (-11 lines)
Removed Link Here
1
--- Session/Generate/ModUniqueId.pm~	Mon Sep 20 14:27:20 2004
2
+++ Session/Generate/ModUniqueId.pm	Mon Sep 20 14:27:31 2004
3
@@ -8,7 +8,7 @@
4
     my $session = shift;
5
     unless (exists $ENV{UNIQUE_ID}) {
6
 	require Carp;
7
-	Carp::croak 'Can\'t get UNIQUE_ID env variable. Make sure mod_unique_id is enabled.';
8
+	Carp::croak('Can\'t get UNIQUE_ID env variable. Make sure mod_unique_id is enabled.');
9
     }
10
     $session->{data}->{_session_id} = $ENV{UNIQUE_ID};
11
 }

Return to bug 99437