diff options
author | mat <mat@FreeBSD.org> | 2003-10-02 23:39:56 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-02 23:39:56 +0800 |
commit | d06fec9fbefe0147fcf2877ad94283d3b926b849 (patch) | |
tree | 0b9201993423f75d5b7c5a54acea4208a7649859 /www/p5-PHP-Session | |
parent | 17430a861072d5e42482f75459294cab4137a221 (diff) | |
download | freebsd-ports-gnome-d06fec9fbefe0147fcf2877ad94283d3b926b849.tar.gz freebsd-ports-gnome-d06fec9fbefe0147fcf2877ad94283d3b926b849.tar.zst freebsd-ports-gnome-d06fec9fbefe0147fcf2877ad94283d3b926b849.zip |
Update to 0.21, cleanup
Diffstat (limited to 'www/p5-PHP-Session')
-rw-r--r-- | www/p5-PHP-Session/Makefile | 7 | ||||
-rw-r--r-- | www/p5-PHP-Session/distinfo | 2 | ||||
-rw-r--r-- | www/p5-PHP-Session/pkg-descr | 2 | ||||
-rw-r--r-- | www/p5-PHP-Session/pkg-plist | 16 |
4 files changed, 13 insertions, 14 deletions
diff --git a/www/p5-PHP-Session/Makefile b/www/p5-PHP-Session/Makefile index 7da2e978f848..24578af52490 100644 --- a/www/p5-PHP-Session/Makefile +++ b/www/p5-PHP-Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PHP-Session -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PHP @@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Read / write PHP session files -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= PHP::Session.3 PHP::Session::Serializer::PHP.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/www/p5-PHP-Session/distinfo b/www/p5-PHP-Session/distinfo index 766db9a14e16..1d8b62ca25f4 100644 --- a/www/p5-PHP-Session/distinfo +++ b/www/p5-PHP-Session/distinfo @@ -1 +1 @@ -MD5 (PHP-Session-0.20.tar.gz) = 2712956bfe8a174eabb5b2e45de50631 +MD5 (PHP-Session-0.21.tar.gz) = c9ebd0f91382ccb0e78d1622e4b378f6 diff --git a/www/p5-PHP-Session/pkg-descr b/www/p5-PHP-Session/pkg-descr index b5b8771f1194..8d1e2c5d2e9c 100644 --- a/www/p5-PHP-Session/pkg-descr +++ b/www/p5-PHP-Session/pkg-descr @@ -1,4 +1,4 @@ PHP::Session provides a way to read / write PHP4 session files, with which you can make your Perl application session shared with PHP4. -WWW: http://search.cpan.org/author/MIYAGAWA/PHP-Session/ +WWW: http://search.cpan.org/dist/PHP-Session/ diff --git a/www/p5-PHP-Session/pkg-plist b/www/p5-PHP-Session/pkg-plist index 76812b53f84c..c9cf63015aa5 100644 --- a/www/p5-PHP-Session/pkg-plist +++ b/www/p5-PHP-Session/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/PHP/Session.pm -lib/perl5/site_perl/%%PERL_VER%%/PHP/Session/Serializer/PHP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PHP/Session/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PHP/Session -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PHP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/PHP/Session/Serializer -@dirrm lib/perl5/site_perl/%%PERL_VER%%/PHP/Session -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/PHP 2>/dev/null || true +%%SITE_PERL%%/PHP/Session.pm +%%SITE_PERL%%/PHP/Session/Serializer/PHP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Session/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Session +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP +@dirrm %%SITE_PERL%%/PHP/Session/Serializer +@dirrm %%SITE_PERL%%/PHP/Session +@unexec rmdir %D/%%SITE_PERL%%/PHP 2>/dev/null || true |