diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-25 22:40:21 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-25 22:40:21 +0800 |
commit | 36fc588cbe02d88e4ca8d681e81af2d92185d4a7 (patch) | |
tree | 05b8e67ef605a816c599b08f58bdadc89eac20e8 /www | |
parent | c7636868a8870bfab58f1237c4a953025027f780 (diff) | |
download | freebsd-ports-gnome-36fc588cbe02d88e4ca8d681e81af2d92185d4a7.tar.gz freebsd-ports-gnome-36fc588cbe02d88e4ca8d681e81af2d92185d4a7.tar.zst freebsd-ports-gnome-36fc588cbe02d88e4ca8d681e81af2d92185d4a7.zip |
- Update to 1.81
- Take maintainership
PR: ports/99437
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 13 | ||||
-rw-r--r-- | www/p5-Apache-Session/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Apache-Session/files/5.005-Session::Generate::ModUniqueId.pm | 11 |
3 files changed, 6 insertions, 24 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index f6541b7ffcf5..b484a8e665e4 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -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@exit.com +MAINTAINER= aaron@FreeBSD.org COMMENT= A persistence framework for session data -BUILD_DEPENDS= -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Apache::Session.3 \ @@ -56,10 +52,7 @@ MAN3= Apache::Session.3 \ 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 diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo index 711a9b2f2247..8a10e7950a8a 100644 --- a/www/p5-Apache-Session/distinfo +++ b/www/p5-Apache-Session/distinfo @@ -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 diff --git a/www/p5-Apache-Session/files/5.005-Session::Generate::ModUniqueId.pm b/www/p5-Apache-Session/files/5.005-Session::Generate::ModUniqueId.pm deleted file mode 100644 index 2d283b7321bf..000000000000 --- a/www/p5-Apache-Session/files/5.005-Session::Generate::ModUniqueId.pm +++ /dev/null @@ -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}; - } |