Upgrade to 1.54.

This commit is contained in:
Vanilla I. Shu 2001-11-12 05:37:38 +00:00
parent 7924e205fa
commit 9481d6762f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49959
3 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Apache-Session
PORTVERSION= 1.53
PORTVERSION= 1.54
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@ -25,6 +25,8 @@ MAN3= Apache::Session.3 \
Apache::Session::File.3 \
Apache::Session::Flex.3 \
Apache::Session::Generate::MD5.3 \
Apache::Session::Generate::ModUniqueId.3 \
Apache::Session::Generate::ModUsertrack.3 \
Apache::Session::Lock::File.3 \
Apache::Session::Lock::MySQL.3 \
Apache::Session::Lock::Null.3 \

View File

@ -1 +1 @@
MD5 (Apache-Session-1.53.tar.gz) = 31c4fb527e39763c6f3ab723d94e5a52
MD5 (Apache-Session-1.54.tar.gz) = 6d327a8388a58260e10f5f7fc1c79123

View File

@ -7,6 +7,8 @@ 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/Generate/ModUniqueId.pm
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate/ModUsertrack.pm
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/File.pm
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/MySQL.pm
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/Null.pm