aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-06-10 17:06:08 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-06-10 17:06:08 +0000
commit9fa2a071a7532e21774c327fea650d5434f4a69c (patch)
tree388e06f034730296a99cb8a738d5753fb9e5578a /www/p5-Apache-Session
parenta56e059f990f676cbe9c09d466fee23ec389284b (diff)
downloadports-9fa2a071a7532e21774c327fea650d5434f4a69c.tar.gz
ports-9fa2a071a7532e21774c327fea650d5434f4a69c.zip
Upgrade to 1.51.
Notes
Notes: svn path=/head/; revision=29504
Diffstat (limited to 'www/p5-Apache-Session')
-rw-r--r--www/p5-Apache-Session/Makefile27
-rw-r--r--www/p5-Apache-Session/distinfo2
-rw-r--r--www/p5-Apache-Session/pkg-plist39
3 files changed, 47 insertions, 21 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile
index ee106e23bbf0..7278606d8cb5 100644
--- a/www/p5-Apache-Session/Makefile
+++ b/www/p5-Apache-Session/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= p5-Apache-Session
-PORTVERSION= 1.03
+PORTVERSION= 1.51
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
-DISTNAME= Apache-Session-1.03
+DISTNAME= Apache-Session-1.51
MAINTAINER= frank@exit.com
@@ -20,9 +20,26 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_per
USE_PERL5= YES
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Apache::Session::Counted.3 Apache::Session::DBIStore.3 \
- Apache::Session::Embperl.3 Apache::Session::DBI.3 \
- Apache::Session.3
+MAN3= Apache::Session.3 \
+ Apache::Session::DB_File.3 \
+ Apache::Session::File.3 \
+ Apache::Session::Flex.3 \
+ Apache::Session::Generate::MD5.3 \
+ Apache::Session::Lock::File.3 \
+ Apache::Session::Lock::MySQL.3 \
+ Apache::Session::Lock::Null.3 \
+ Apache::Session::Lock::Semaphore.3 \
+ Apache::Session::MySQL.3 \
+ Apache::Session::Oracle.3 \
+ Apache::Session::Postgres.3 \
+ Apache::Session::Serialize::Base64.3 \
+ Apache::Session::Serialize::Storable.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
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo
index 3f4a935fe966..80acf3820dcf 100644
--- a/www/p5-Apache-Session/distinfo
+++ b/www/p5-Apache-Session/distinfo
@@ -1 +1 @@
-MD5 (Apache-Session-1.03.tar.gz) = 8dff1b2ccd00c62ef3326a380f242f34
+MD5 (Apache-Session-1.51.tar.gz) = 30df6f5a780a5908681b8728f2e4b2d3
diff --git a/www/p5-Apache-Session/pkg-plist b/www/p5-Apache-Session/pkg-plist
index 495f1b1511bd..2f149134b882 100644
--- a/www/p5-Apache-Session/pkg-plist
+++ b/www/p5-Apache-Session/pkg-plist
@@ -1,19 +1,28 @@
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Counted.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/PosixFileLocker.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DaemonLocker.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/MemoryStore.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Embperl.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/SysVSemaphoreLocker.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/SingleThread.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/NullLocker.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DBIStore.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/FileStore.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/TreeStore.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DBI.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Tree.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/File.pm
lib/perl5/site_perl/%%PERL_VER%%/Apache/Session.pm
+lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DB_File.pm
+lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/File.pm
+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/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
+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/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
+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%%/%%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
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache