diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-08-09 10:48:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-08-09 10:48:42 +0000 |
commit | 832f0ba3182a04587f7a2b5bd7f4e7c86ec79b3e (patch) | |
tree | 904dc90537af50ba5989ba231e9b89daa103bed1 /www | |
parent | 3723296bba01096ea3f54da8e586e5ab64d4cbfd (diff) | |
download | ports-832f0ba3182a04587f7a2b5bd7f4e7c86ec79b3e.tar.gz ports-832f0ba3182a04587f7a2b5bd7f4e7c86ec79b3e.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 12 | ||||
-rw-r--r-- | www/pear-HTTP_Session2/distinfo | 6 |
2 files changed, 12 insertions, 6 deletions
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 <bsd.port.pre.mk> .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 |