This updates p5-CGI-Session to 4.42. Also as the dependencies
are optional, I have moved them to REGRESS_DEPENDS in order
to reduce the dependency tree of anything else which would
like to use CGI-Session.

The only port depending on this at the moment is TWiki which
I have tried to test but been unable to get to work so far
(either with the old CGI-Session or the new one). It does
however successfully create a session file...

Any ok's / comments / objections to this diff? Thanks.
(I need CGI::Session for a smokeping update and don't want
this dependency chain).

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Session/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    22 Nov 2010 08:36:50 -0000      1.4
+++ Makefile    24 Nov 2010 17:44:32 -0000
@@ -3,7 +3,7 @@
 COMMENT=       persistent session data in CGI applications
 
 MODULES=       cpan
-DISTNAME=      CGI-Session-4.20
+DISTNAME=      CGI-Session-4.42
 CATEGORIES=    www
 USE_GROFF =    Yes
 
@@ -15,15 +15,11 @@ PERMIT_PACKAGE_FTP= Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-RUN_DEPENDS=   converters/p5-JSON \
-               databases/p5-DBI \
+REGRESS_DEPENDS= databases/p5-DBI \
                databases/p5-DBD-SQLite \
                databases/p5-DBD-mysql \
                databases/p5-DBD-Pg \
                devel/p5-FreezeThaw \
-               devel/p5-YAML-Syck \
                www/p5-CGI-Simple
-
-REGRESS_DEPENDS=${RUN_DEPENDS}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Session/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    1 Jun 2007 22:00:35 -0000       1.1.1.1
+++ distinfo    24 Nov 2010 17:44:32 -0000
@@ -1,5 +1,5 @@
-MD5 (CGI-Session-4.20.tar.gz) = NHQPW5RNQnYIFiiPcn+Y+w==
-RMD160 (CGI-Session-4.20.tar.gz) = dfamIoPIhEQqBAiVQhWjLx8MQeY=
-SHA1 (CGI-Session-4.20.tar.gz) = qL3MY7iXzlPJZaXyCwcJfIzQhb8=
-SHA256 (CGI-Session-4.20.tar.gz) = bN2Bu1LW685UQ5qtFc+QjqbW3Oa6LVeUTMpUd8oO0Oo=
-SIZE (CGI-Session-4.20.tar.gz) = 70995
+MD5 (CGI-Session-4.42.tar.gz) = ZUQmGmquZkEBiFILJ+EGmQ==
+RMD160 (CGI-Session-4.42.tar.gz) = 5eHkjDBqVrAWBS1rzZ3rcC9kqGg=
+SHA1 (CGI-Session-4.42.tar.gz) = w0iAvTz1JOEzb/+mwc5sAweJhGM=
+SHA256 (CGI-Session-4.42.tar.gz) = /BFoCrSMVhDtbU9T6Png3NxFsdJ2W0VOHFzH7SrG1KA=
+SIZE (CGI-Session-4.42.tar.gz) = 74895
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Session/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   1 Jun 2007 22:00:35 -0000       1.1.1.1
+++ pkg/PLIST   24 Nov 2010 17:44:32 -0000
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2007/06/01 22:00:35 aanriot Exp $
+${P5SITE}/CGI/
 ${P5SITE}/CGI/Session/
 ${P5SITE}/CGI/Session.pm
 ${P5SITE}/CGI/Session/Driver/
@@ -17,9 +18,7 @@ ${P5SITE}/CGI/Session/ID/static.pm
 ${P5SITE}/CGI/Session/Serialize/
 ${P5SITE}/CGI/Session/Serialize/default.pm
 ${P5SITE}/CGI/Session/Serialize/freezethaw.pm
-${P5SITE}/CGI/Session/Serialize/json.pm
 ${P5SITE}/CGI/Session/Serialize/storable.pm
-${P5SITE}/CGI/Session/Serialize/yaml.pm
 ${P5SITE}/CGI/Session/Test/
 ${P5SITE}/CGI/Session/Test/Default.pm
 ${P5SITE}/CGI/Session/Tutorial.pm
@@ -37,8 +36,6 @@ ${P5SITE}/CGI/Session/Tutorial.pm
 @man man/man3p/CGI::Session::ID::static.3p
 @man man/man3p/CGI::Session::Serialize::default.3p
 @man man/man3p/CGI::Session::Serialize::freezethaw.3p
-...@man man/man3p/CGI::Session::Serialize::json.3p
 @man man/man3p/CGI::Session::Serialize::storable.3p
-...@man man/man3p/CGI::Session::Serialize::yaml.3p
 @man man/man3p/CGI::Session::Test::Default.3p
 @man man/man3p/CGI::Session::Tutorial.3p

Reply via email to