mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to 1.53.
This commit is contained in:
parent
90a819fa7b
commit
58265aaed1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35026
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Apache-Session
|
||||
PORTVERSION= 1.51
|
||||
PORTVERSION= 1.53
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache
|
||||
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= frank@exit.com
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache \
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
|
||||
USE_PERL5= yes
|
||||
@ -34,12 +34,15 @@ MAN3= Apache::Session.3 \
|
||||
Apache::Session::Postgres.3 \
|
||||
Apache::Session::Serialize::Base64.3 \
|
||||
Apache::Session::Serialize::Storable.3 \
|
||||
Apache::Session::Serialize::Sybase.3 \
|
||||
Apache::Session::Serialize::UUEncode.3 \
|
||||
Apache::Session::Store::DB_File.3 \
|
||||
Apache::Session::Store::File.3 \
|
||||
Apache::Session::Store::MySQL.3 \
|
||||
Apache::Session::Store::Oracle.3 \
|
||||
Apache::Session::Store::Postgres.3
|
||||
Apache::Session::Store::Postgres.3 \
|
||||
Apache::Session::Store::Sybase.3 \
|
||||
Apache::Session::Sybase.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Apache-Session-1.51.tar.gz) = 30df6f5a780a5908681b8728f2e4b2d3
|
||||
MD5 (Apache-Session-1.53.tar.gz) = 31c4fb527e39763c6f3ab723d94e5a52
|
||||
|
@ -5,6 +5,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Flex.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/MySQL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Oracle.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Postgres.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Sybase.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate/MD5.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/MySQL.pm
|
||||
@ -12,6 +13,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/Null.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/Semaphore.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Base64.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Storable.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Sybase.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/UUEncode.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/DBI.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/DB_File.pm
|
||||
@ -19,6 +21,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/MySQL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Oracle.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Postgres.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Sybase.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store
|
||||
|
Loading…
Reference in New Issue
Block a user