diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-03 15:05:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-03 15:05:15 +0000 |
commit | 6e1514eb6d68c4f540b8d9079a81520e8604db42 (patch) | |
tree | 25baa93eee1c1887636fa4f4380d70e3a9dabc05 /www/p5-Apache-Session-PHP | |
parent | 9afefea9470f1dc7080edad21d22cda92da70d09 (diff) | |
download | ports-6e1514eb6d68c4f540b8d9079a81520e8604db42.tar.gz ports-6e1514eb6d68c4f540b8d9079a81520e8604db42.zip |
Update to 0.05
Remove unneeded dep
fixup WWW
fixpu plist
Notes
Notes:
svn path=/head/; revision=99881
Diffstat (limited to 'www/p5-Apache-Session-PHP')
-rw-r--r-- | www/p5-Apache-Session-PHP/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Apache-Session-PHP/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Apache-Session-PHP/pkg-descr | 2 | ||||
-rw-r--r-- | www/p5-Apache-Session-PHP/pkg-plist | 6 |
4 files changed, 11 insertions, 7 deletions
diff --git a/www/p5-Apache-Session-PHP/Makefile b/www/p5-Apache-Session-PHP/Makefile index b0c0c4c15541..e9e696a7ce08 100644 --- a/www/p5-Apache-Session-PHP/Makefile +++ b/www/p5-Apache-Session-PHP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Session-PHP -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -16,13 +16,11 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Glue Apache::Session with PHP::Session BUILD_DEPENDS= ${SITE_PERL}/PHP/Session.pm:${PORTSDIR}/www/p5-PHP-Session \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Apache::Session::PHP.3 Apache::Session::Serialize::PHP.3 Apache::Session::Store::PHP.3 - .include <bsd.port.mk> diff --git a/www/p5-Apache-Session-PHP/distinfo b/www/p5-Apache-Session-PHP/distinfo index c69c898a0b31..372299f95341 100644 --- a/www/p5-Apache-Session-PHP/distinfo +++ b/www/p5-Apache-Session-PHP/distinfo @@ -1,2 +1,2 @@ -MD5 (Apache-Session-PHP-0.04.tar.gz) = a49fc5d94190afcb4d567b3c99275474 -SIZE (Apache-Session-PHP-0.04.tar.gz) = 2980 +MD5 (Apache-Session-PHP-0.05.tar.gz) = ddd4f50e5191b1da932e6450746d80c1 +SIZE (Apache-Session-PHP-0.05.tar.gz) = 3562 diff --git a/www/p5-Apache-Session-PHP/pkg-descr b/www/p5-Apache-Session-PHP/pkg-descr index 84edb7dabc31..379ef0fbeba3 100644 --- a/www/p5-Apache-Session-PHP/pkg-descr +++ b/www/p5-Apache-Session-PHP/pkg-descr @@ -1,3 +1,3 @@ Apache::Session::PHP is an adapter of Apache::Session for PHP::Session -WWW: http://search.cpan.org/author/MIYAGAWA/Apache-Session-PHP/ +WWW: http://search.cpan.org/dist/Apache-Session-PHP/ diff --git a/www/p5-Apache-Session-PHP/pkg-plist b/www/p5-Apache-Session-PHP/pkg-plist index aa9899fe5144..73f8eb3b8046 100644 --- a/www/p5-Apache-Session-PHP/pkg-plist +++ b/www/p5-Apache-Session-PHP/pkg-plist @@ -3,3 +3,9 @@ %%SITE_PERL%%/Apache/Session/Store/PHP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Session/PHP/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Session/PHP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Session 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache/Session/Store 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache/Session/Serialize 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache/Session 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true |