diff options
author | miwi <miwi@FreeBSD.org> | 2010-08-09 18:48:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-08-09 18:48:42 +0800 |
commit | 79d27ddc904f7f07a930e081125a671eb2a39a44 (patch) | |
tree | fd3d32b2ebd4cde3c8ec833a6f00c6ad712a5434 /www | |
parent | d08d2d922b37b6870a8ef7e0bf106f072d4348c6 (diff) | |
download | freebsd-ports-gnome-79d27ddc904f7f07a930e081125a671eb2a39a44.tar.gz freebsd-ports-gnome-79d27ddc904f7f07a930e081125a671eb2a39a44.tar.zst freebsd-ports-gnome-79d27ddc904f7f07a930e081125a671eb2a39a44.zip |
- Update to 0.7.3
- Pass maintainership to submitter
PR: 149269
Submitted by: Joe Horn <joehorn@gmail.com>
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 |