diff options
author | leeym <leeym@FreeBSD.org> | 2010-09-26 08:32:50 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2010-09-26 08:32:50 +0800 |
commit | 4956bdf5ad8fd3ecf5aba14dbdcc5f13f6c0c848 (patch) | |
tree | f17f601fa544d202b1f0a1c0825e47dacdfab0c6 /www | |
parent | 4e95fb73ff604a1d834130b3a91d8abe97ccd1f6 (diff) | |
download | freebsd-ports-gnome-4956bdf5ad8fd3ecf5aba14dbdcc5f13f6c0c848.tar.gz freebsd-ports-gnome-4956bdf5ad8fd3ecf5aba14dbdcc5f13f6c0c848.tar.zst freebsd-ports-gnome-4956bdf5ad8fd3ecf5aba14dbdcc5f13f6c0c848.zip |
- update to 1.89
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Apache-Session/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg-descr | 2 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg-plist | 3 |
4 files changed, 13 insertions, 9 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index ead693c48351..400c629e775d 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Session -PORTVERSION= 1.87 +PORTVERSION= 1.89 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A persistence framework for session data -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes -PERL_CONFIGURE= yes +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Test-Deep>=0.082:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception + +PERL_MODBUILD= yes MAN3= Apache::Session.3 \ Apache::Session::DB_File.3 \ diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo index 7961e9286c4b..ee81a7829e1c 100644 --- a/www/p5-Apache-Session/distinfo +++ b/www/p5-Apache-Session/distinfo @@ -1,3 +1,3 @@ -MD5 (Apache-Session-1.87.tar.gz) = d9e135baaf11682628ec27ea9dd84e8b -SHA256 (Apache-Session-1.87.tar.gz) = a818179c02a74b0e73fea4132c819429a0a6140f226d7362f99117f47d497027 -SIZE (Apache-Session-1.87.tar.gz) = 35823 +MD5 (Apache-Session-1.89.tar.gz) = a21d1fbb30723e8d155c1936c7d9a37c +SHA256 (Apache-Session-1.89.tar.gz) = e7567dd6bf7e24c469b0dff0d71fa861621a7b6a5fcfe850f7039d0a3d84ec0a +SIZE (Apache-Session-1.89.tar.gz) = 45784 diff --git a/www/p5-Apache-Session/pkg-descr b/www/p5-Apache-Session/pkg-descr index 1d9719aeac6a..74bac50e1ec2 100644 --- a/www/p5-Apache-Session/pkg-descr +++ b/www/p5-Apache-Session/pkg-descr @@ -7,3 +7,5 @@ just as well under CGI and any other web server. Apache::Session is Copyright(c) 1998, 1999 Jeffrey William Baker <jeffrey@kathyandjeffrey.net>. Distribute under the same terms as Perl itself. + +WWW: http://search.cpan.org/dist/Apache-Session/ diff --git a/www/p5-Apache-Session/pkg-plist b/www/p5-Apache-Session/pkg-plist index 6253d7a185dc..44e04731e620 100644 --- a/www/p5-Apache-Session/pkg-plist +++ b/www/p5-Apache-Session/pkg-plist @@ -27,9 +27,6 @@ %%SITE_PERL%%/Apache/Session/Store/Postgres.pm %%SITE_PERL%%/Apache/Session/Store/Sybase.pm %%SITE_PERL%%/Apache/Session/Sybase.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Session/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Session -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache @dirrm %%SITE_PERL%%/Apache/Session/Store @dirrm %%SITE_PERL%%/Apache/Session/Serialize @dirrm %%SITE_PERL%%/Apache/Session/Lock |