Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 09:33:17 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311208 - head/www/p5-Apache-Session
Message-ID:  <201301300933.r0U9XHPn077141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@exit.com>
-#
+# Created by: Frank Mayhar <frank@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
-@dirrm %%SITE_PERL%%/Apache/Session/Store
-@dirrm %%SITE_PERL%%/Apache/Session/Serialize
-@dirrm %%SITE_PERL%%/Apache/Session/Lock
-@dirrm %%SITE_PERL%%/Apache/Session/Generate
-@dirrm %%SITE_PERL%%/Apache/Session
+@dirrmtry %%SITE_PERL%%/Apache/Session/Store
+@dirrmtry %%SITE_PERL%%/Apache/Session/Serialize
+@dirrmtry %%SITE_PERL%%/Apache/Session/MySQL
+@dirrmtry %%SITE_PERL%%/Apache/Session/Lock
+@dirrmtry %%SITE_PERL%%/Apache/Session/Generate
+@dirrmtry %%SITE_PERL%%/Apache/Session
 @dirrmtry %%SITE_PERL%%/Apache



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301300933.r0U9XHPn077141>