From 79d27ddc904f7f07a930e081125a671eb2a39a44 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 9 Aug 2010 10:48:42 +0000 Subject: - Update to 0.7.3 - Pass maintainership to submitter PR: 149269 Submitted by: Joe Horn --- www/pear-HTTP_Session2/Makefile | 12 +++++++++--- www/pear-HTTP_Session2/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index ce71e2745da7..84792f529e49 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -6,17 +6,21 @@ # PORTNAME= HTTP_Session2 -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= www devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joehorn@gmail.com COMMENT= PHP5 Session Handler +LICENSE= BSD + BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_DOS2UNIX= yes +IGNORE_WITH_PHP= 4 + CATEGORY= HTTP FILES= HTTP/Session2.php \ HTTP/Session2/Container.php \ @@ -27,7 +31,9 @@ FILES= HTTP/Session2.php \ HTTP/Session2/Container/Memcache.php EXAMPLES= HTTP_Session2_Example.php sessiondata.sql _EXAMPLESDIR= docs -TESTS= AllTests.php Session2Test.php +TESTS= AllTests.php functions.php \ + test-session2.phpt test-session-doctrine.phpt \ + test-session-mdb2.phpt test-session.phpt .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/www/pear-HTTP_Session2/distinfo b/www/pear-HTTP_Session2/distinfo index ea52260acfdd..55efd871a405 100644 --- a/www/pear-HTTP_Session2/distinfo +++ b/www/pear-HTTP_Session2/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/HTTP_Session2-0.7.2.tgz) = 3cce2f2c35fc36f726e01df10e006a48 -SHA256 (PEAR/HTTP_Session2-0.7.2.tgz) = 716c8745c09090981c4544d6361018c86d2491ade66e8c0779579365c866de73 -SIZE (PEAR/HTTP_Session2-0.7.2.tgz) = 13636 +MD5 (PEAR/HTTP_Session2-0.7.3.tgz) = eb8e2d1aa651a927c3e0d96e8d8225ce +SHA256 (PEAR/HTTP_Session2-0.7.3.tgz) = 3584593f5d18f6749e5a32e5cf3dcddd39a61383183f76864c51b739e7224f4f +SIZE (PEAR/HTTP_Session2-0.7.3.tgz) = 16362 -- cgit