diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 10:25:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 10:25:13 +0000 |
commit | c81454ba82d8ee7da8d60171954745ae1d7b525a (patch) | |
tree | 24af359503e74b517f96ad6daf689b9071c6af3b /www/p5-MasonX-Request-WithApacheSession | |
parent | 8ef06ed429151da1c3f7c79f70cc871c372a9508 (diff) | |
download | ports-c81454ba82d8ee7da8d60171954745ae1d7b525a.tar.gz ports-c81454ba82d8ee7da8d60171954745ae1d7b525a.zip |
Notes
Diffstat (limited to 'www/p5-MasonX-Request-WithApacheSession')
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/Makefile | 10 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/distinfo | 4 | ||||
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/pkg-plist | 8 |
3 files changed, 10 insertions, 12 deletions
diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile index 44309e95fb40..657457a98dc8 100644 --- a/www/p5-MasonX-Request-WithApacheSession/Makefile +++ b/www/p5-MasonX-Request-WithApacheSession/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MasonX-Request-WithApacheSession -PORTVERSION= 0.21 +PORTVERSION= 0.30 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MasonX @@ -16,12 +16,14 @@ MAINTAINER= nick@foobar.org COMMENT= An interface to Apache::Session for HTML::Mason BUILD_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes -MAN3= MasonX::Request::WithApacheSession.3 +MAN3= MasonX::Request::WithApacheSession.3 \ + MasonX::Request::WithMultiSession.3 .include <bsd.port.pre.mk> diff --git a/www/p5-MasonX-Request-WithApacheSession/distinfo b/www/p5-MasonX-Request-WithApacheSession/distinfo index 6b3118de7b67..c8af4e2feafd 100644 --- a/www/p5-MasonX-Request-WithApacheSession/distinfo +++ b/www/p5-MasonX-Request-WithApacheSession/distinfo @@ -1,2 +1,2 @@ -MD5 (MasonX-Request-WithApacheSession-0.21.tar.gz) = 38d8510d3f219399dd96898c48dd754b -SIZE (MasonX-Request-WithApacheSession-0.21.tar.gz) = 10214 +MD5 (MasonX-Request-WithApacheSession-0.30.tar.gz) = d613565d3c7b2242b75e9f7552470dcf +SIZE (MasonX-Request-WithApacheSession-0.30.tar.gz) = 11027 diff --git a/www/p5-MasonX-Request-WithApacheSession/pkg-plist b/www/p5-MasonX-Request-WithApacheSession/pkg-plist index 0d7ddafb783e..381e38804c06 100644 --- a/www/p5-MasonX-Request-WithApacheSession/pkg-plist +++ b/www/p5-MasonX-Request-WithApacheSession/pkg-plist @@ -1,8 +1,4 @@ %%SITE_PERL%%/MasonX/Request/WithApacheSession.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX -@dirrm %%SITE_PERL%%/MasonX/Request -@dirrm %%SITE_PERL%%/MasonX +%%SITE_PERL%%/MasonX/Request/WithMultiSession.pm +@unexec rmdir %D/%%SITE_PERL%%/MasonX/Request 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/MasonX 2>/dev/null || true |