Update to 1.90.

Changes:	http://search.cpan.org/dist/Apache-Session/CHANGES
This commit is contained in:
Anton Berezin 2013-01-30 09:33:16 +00:00
parent 789afae358
commit 692e699db3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311208
3 changed files with 17 additions and 17 deletions

View file

@ -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 session data
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 \

View file

@ -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

View file

@ -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