diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-11-12 05:37:38 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-11-12 05:37:38 +0000 |
commit | b27d8c1a9019f776102d772b7703f1947e820400 (patch) | |
tree | 1fa6290a311dfca2a9ddcbdb4d4219b05fefd78b | |
parent | 0e7d67fda45baa7a888b9a7cfed87de426535c59 (diff) | |
download | FreeBSD-ports-b27d8c1a9019f776102d772b7703f1947e820400.zip FreeBSD-ports-b27d8c1a9019f776102d772b7703f1947e820400.tar.gz |
Upgrade to 1.54.
-rw-r--r-- | www/p5-Apache-Session/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Apache-Session/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg-plist | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index d39f44a..9f19cd7 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -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 \ diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo index f6ac0a7..2bae21a 100644 --- a/www/p5-Apache-Session/distinfo +++ b/www/p5-Apache-Session/distinfo @@ -1 +1 @@ -MD5 (Apache-Session-1.53.tar.gz) = 31c4fb527e39763c6f3ab723d94e5a52 +MD5 (Apache-Session-1.54.tar.gz) = 6d327a8388a58260e10f5f7fc1c79123 diff --git a/www/p5-Apache-Session/pkg-plist b/www/p5-Apache-Session/pkg-plist index 38724f4..82cbe80 100644 --- a/www/p5-Apache-Session/pkg-plist +++ b/www/p5-Apache-Session/pkg-plist @@ -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 |