mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- update to 1.89
This commit is contained in:
parent
86fa42fbba
commit
596799b9d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261864
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user