svn commit: r311208 - head/www/p5-Apache-Session
Anton Berezin
tobez at FreeBSD.org
Wed Jan 30 09:33:18 UTC 2013
Author: tobez
Date: Wed Jan 30 09:33:16 2013
New Revision: 311208
URL: http://svnweb.freebsd.org/changeset/ports/311208
Log:
Update to 1.90.
Changes: http://search.cpan.org/dist/Apache-Session/CHANGES
Modified:
head/www/p5-Apache-Session/Makefile
head/www/p5-Apache-Session/distinfo
head/www/p5-Apache-Session/pkg-plist
Modified: head/www/p5-Apache-Session/Makefile
==============================================================================
--- head/www/p5-Apache-Session/Makefile Wed Jan 30 09:31:34 2013 (r311207)
+++ head/www/p5-Apache-Session/Makefile Wed Jan 30 09:33:16 2013 (r311208)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Apache-Session
-# Date created: March 13, 2000
-# Whom: Frank Mayhar <frank at exit.com>
-#
+# Created by: Frank Mayhar <frank at exit.com>
# $FreeBSD$
-#
PORTNAME= Apache-Session
-PORTVERSION= 1.89
+PORTVERSION= 1.90
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,10 +12,11 @@ COMMENT= A persistence framework for ses
MAKE_JOBS_SAFE= yes
-RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-BUILD_DEPENDS+= p5-Test-Deep>=0.082:${PORTSDIR}/devel/p5-Test-Deep \
- p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception
+BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS+= p5-Test-Deep>=0.082:${PORTSDIR}/devel/p5-Test-Deep \
+ p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-Database>=0:${PORTSDIR}/databases/p5-Test-Database
PERL_MODBUILD= yes
@@ -37,6 +34,7 @@ MAN3= Apache::Session.3 \
Apache::Session::Lock::Semaphore.3 \
Apache::Session::Lock::Sybase.3 \
Apache::Session::MySQL.3 \
+ Apache::Session::MySQL::NoLock.3 \
Apache::Session::Oracle.3 \
Apache::Session::Postgres.3 \
Apache::Session::Serialize::Base64.3 \
Modified: head/www/p5-Apache-Session/distinfo
==============================================================================
--- head/www/p5-Apache-Session/distinfo Wed Jan 30 09:31:34 2013 (r311207)
+++ head/www/p5-Apache-Session/distinfo Wed Jan 30 09:33:16 2013 (r311208)
@@ -1,2 +1,2 @@
-SHA256 (Apache-Session-1.89.tar.gz) = e7567dd6bf7e24c469b0dff0d71fa861621a7b6a5fcfe850f7039d0a3d84ec0a
-SIZE (Apache-Session-1.89.tar.gz) = 45784
+SHA256 (Apache-Session-1.90.tar.gz) = 26ab8ba2fc3f09e7c67ab69d147e5c73813e4df8cda6cfe6cb375f0695353eb1
+SIZE (Apache-Session-1.90.tar.gz) = 48643
Modified: head/www/p5-Apache-Session/pkg-plist
==============================================================================
--- head/www/p5-Apache-Session/pkg-plist Wed Jan 30 09:31:34 2013 (r311207)
+++ head/www/p5-Apache-Session/pkg-plist Wed Jan 30 09:33:16 2013 (r311208)
@@ -12,6 +12,7 @@
%%SITE_PERL%%/Apache/Session/Lock/Semaphore.pm
%%SITE_PERL%%/Apache/Session/Lock/Sybase.pm
%%SITE_PERL%%/Apache/Session/MySQL.pm
+%%SITE_PERL%%/Apache/Session/MySQL/NoLock.pm
%%SITE_PERL%%/Apache/Session/Oracle.pm
%%SITE_PERL%%/Apache/Session/Postgres.pm
%%SITE_PERL%%/Apache/Session/Serialize/Base64.pm
@@ -27,9 +28,10 @@
%%SITE_PERL%%/Apache/Session/Store/Postgres.pm
%%SITE_PERL%%/Apache/Session/Store/Sybase.pm
%%SITE_PERL%%/Apache/Session/Sybase.pm
- at dirrm %%SITE_PERL%%/Apache/Session/Store
- at dirrm %%SITE_PERL%%/Apache/Session/Serialize
- at dirrm %%SITE_PERL%%/Apache/Session/Lock
- at dirrm %%SITE_PERL%%/Apache/Session/Generate
- at dirrm %%SITE_PERL%%/Apache/Session
+ at dirrmtry %%SITE_PERL%%/Apache/Session/Store
+ at dirrmtry %%SITE_PERL%%/Apache/Session/Serialize
+ at dirrmtry %%SITE_PERL%%/Apache/Session/MySQL
+ at dirrmtry %%SITE_PERL%%/Apache/Session/Lock
+ at dirrmtry %%SITE_PERL%%/Apache/Session/Generate
+ at dirrmtry %%SITE_PERL%%/Apache/Session
@dirrmtry %%SITE_PERL%%/Apache
More information about the svn-ports-all
mailing list