diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-03 17:23:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-03 17:23:55 +0000 |
commit | 17e064afa6c2f6ce5d1755d0ac5b9cbda63dab8d (patch) | |
tree | 635316cea70e09e918c3359f6fb2ddbed6fd5d4c | |
parent | 0ee63f9e9093cf16df36bf2e1c6bf37f116bdcae (diff) | |
download | ports-17e064afa6c2f6ce5d1755d0ac5b9cbda63dab8d.tar.gz ports-17e064afa6c2f6ce5d1755d0ac5b9cbda63dab8d.zip |
Notes
-rw-r--r-- | www/p5-CGI-Session/Makefile | 3 | ||||
-rw-r--r-- | www/p5-CGI-Session/distinfo | 2 | ||||
-rw-r--r-- | www/p5-CGI-Session/pkg-plist | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile index a6555ac0fa46..b1e8154ba71a 100644 --- a/www/p5-CGI-Session/Makefile +++ b/www/p5-CGI-Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CGI-Session -PORTVERSION= 3.92 +PORTVERSION= 3.94 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI @@ -23,6 +23,7 @@ MAN3= CGI::Session::DB_File.3 \ CGI::Session::File.3 \ CGI::Session.3 \ CGI::Session::ID::Incr.3 \ + CGI::Session::ID::SHA1.3 \ CGI::Session::Serialize::FreezeThaw.3 \ CGI::Session::Serialize::Default.3 \ CGI::Session::BluePrint.3 \ diff --git a/www/p5-CGI-Session/distinfo b/www/p5-CGI-Session/distinfo index 9dc927e7780b..e9780f284a49 100644 --- a/www/p5-CGI-Session/distinfo +++ b/www/p5-CGI-Session/distinfo @@ -1 +1 @@ -MD5 (CGI-Session-3.92.tar.gz) = f9309276ff5b0e4a441aede43ed839fe +MD5 (CGI-Session-3.94.tar.gz) = 094bc25436d3a8b70b24a572ae80c832 diff --git a/www/p5-CGI-Session/pkg-plist b/www/p5-CGI-Session/pkg-plist index e49d084e77f0..0f0abf5a4256 100644 --- a/www/p5-CGI-Session/pkg-plist +++ b/www/p5-CGI-Session/pkg-plist @@ -8,6 +8,7 @@ lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Serialize/Storable.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Serialize lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/Incr.pm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/MD5.pm +lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/SHA1.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/DB_File.pm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Example.pm @@ -31,6 +32,7 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/load_param.al lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/clear.al lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/error.al lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/delete.al +lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/is_new.al lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/version.al lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/dump.al lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/autosplit.ix |