From owner-svn-ports-all@FreeBSD.ORG Wed Jan 30 09:33:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F0A812C5; Wed, 30 Jan 2013 09:33:17 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E302DA49; Wed, 30 Jan 2013 09:33:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0U9XHew077144; Wed, 30 Jan 2013 09:33:17 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0U9XHPn077141; Wed, 30 Jan 2013 09:33:17 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201301300933.r0U9XHPn077141@svn.freebsd.org> From: Anton Berezin Date: Wed, 30 Jan 2013 09:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311208 - head/www/p5-Apache-Session X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 09:33:18 -0000 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 -# +# Created by: Frank Mayhar # $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