diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-21 11:06:54 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-21 11:06:54 +0000 |
commit | c1dacbc1be0ab965aa4f42e896f87dd363de8def (patch) | |
tree | 66fe15675bd670380d7cd6c65481f98abd5cefa5 /www/pear-HTTP_Session2 | |
parent | e6809a37d4488aed2b8d25880a1b30ce7e96257b (diff) | |
download | ports-c1dacbc1be0ab965aa4f42e896f87dd363de8def.tar.gz ports-c1dacbc1be0ab965aa4f42e896f87dd363de8def.zip |
Notes
Diffstat (limited to 'www/pear-HTTP_Session2')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 10 | ||||
-rw-r--r-- | www/pear-HTTP_Session2/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 6401f454aeea..0a4363561630 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP_Session -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= www devel pear MAINTAINER= bg1tpt@gmail.com @@ -15,9 +15,15 @@ COMMENT= PEAR Object-oriented interface to the session_* family functions BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= Session.php Session/Container.php Session/Container/DB.php Session/Container/MDB.php Session/Container/MDB2.php +USE_DOS2UNIX= yes + +FILES= Session.php Session/Container.php Session/Container/DB.php \ + Session/Container/MDB.php Session/Container/MDB2.php \ + Session/Container/Memcache.php EXAMPLES= HTTP_Session_Example.php Container_Example.php sessiondata.sql _EXAMPLESDIR= docs +TESTS= AllTests.bat AllTests.php HTTP_SessionTest.php \ + HTTP_Session_ContainerTest.php .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 1356f63468c2..8f48eb7c229e 100644 --- a/www/pear-HTTP_Session2/distinfo +++ b/www/pear-HTTP_Session2/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/HTTP_Session-0.5.5.tgz) = 2ebf2cf69bbb98883738063c624d0adb -SHA256 (PEAR/HTTP_Session-0.5.5.tgz) = 5e69ab27b93ee37a176c887b045aaed35342ec1f46202f7e0e4c712343a8ec6a -SIZE (PEAR/HTTP_Session-0.5.5.tgz) = 12477 +MD5 (PEAR/HTTP_Session-0.5.6.tgz) = 96a45274b2164f13c3b73e274453787d +SHA256 (PEAR/HTTP_Session-0.5.6.tgz) = 2aabce7400ad8f0deedd08f873f098e5ca76f2c4c56a2eac0abe69d251258b18 +SIZE (PEAR/HTTP_Session-0.5.6.tgz) = 15343 |