diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-09 19:26:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-09 19:26:19 +0800 |
commit | b78825dbd20bbb6663c057c7be3dc0a108eaea56 (patch) | |
tree | 47dd3c458da3fe686cc199e2d9d3f71486fb0704 | |
parent | 1449f1815a43e90e7b9a1660b28e46fdafe812c5 (diff) | |
download | freebsd-ports-gnome-b78825dbd20bbb6663c057c7be3dc0a108eaea56.tar.gz freebsd-ports-gnome-b78825dbd20bbb6663c057c7be3dc0a108eaea56.tar.zst freebsd-ports-gnome-b78825dbd20bbb6663c057c7be3dc0a108eaea56.zip |
- Update to 0.5.5
- Pass maintainership to submitter
PR: 110118
Submitted by: Zhen REN<bg1tpt@gmail.com>
-rw-r--r-- | www/pear-HTTP_Session/Makefile | 8 | ||||
-rw-r--r-- | www/pear-HTTP_Session/distinfo | 6 | ||||
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 8 | ||||
-rw-r--r-- | www/pear-HTTP_Session2/distinfo | 6 |
4 files changed, 14 insertions, 14 deletions
diff --git a/www/pear-HTTP_Session/Makefile b/www/pear-HTTP_Session/Makefile index 4e6f50d59bfa..6401f454aeea 100644 --- a/www/pear-HTTP_Session/Makefile +++ b/www/pear-HTTP_Session/Makefile @@ -6,17 +6,17 @@ # PORTNAME= HTTP_Session -PORTVERSION= 0.4 +PORTVERSION= 0.5.5 CATEGORIES= www devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bg1tpt@gmail.com 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 -EXAMPLES= HTTP_Session_Example.php sessiondata.sql +FILES= Session.php Session/Container.php Session/Container/DB.php Session/Container/MDB.php Session/Container/MDB2.php +EXAMPLES= HTTP_Session_Example.php Container_Example.php sessiondata.sql _EXAMPLESDIR= docs .include <bsd.port.pre.mk> diff --git a/www/pear-HTTP_Session/distinfo b/www/pear-HTTP_Session/distinfo index 1fb8a67c75ca..1356f63468c2 100644 --- a/www/pear-HTTP_Session/distinfo +++ b/www/pear-HTTP_Session/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/HTTP_Session-0.4.tgz) = aeb0a0cc805d7755d2086e067adf1761 -SHA256 (PEAR/HTTP_Session-0.4.tgz) = ae0e07aac7740cb36047e077d2f03f215cc40cfcf4325af763fcac80951bb06d -SIZE (PEAR/HTTP_Session-0.4.tgz) = 8587 +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 diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 4e6f50d59bfa..6401f454aeea 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -6,17 +6,17 @@ # PORTNAME= HTTP_Session -PORTVERSION= 0.4 +PORTVERSION= 0.5.5 CATEGORIES= www devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bg1tpt@gmail.com 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 -EXAMPLES= HTTP_Session_Example.php sessiondata.sql +FILES= Session.php Session/Container.php Session/Container/DB.php Session/Container/MDB.php Session/Container/MDB2.php +EXAMPLES= HTTP_Session_Example.php Container_Example.php sessiondata.sql _EXAMPLESDIR= docs .include <bsd.port.pre.mk> diff --git a/www/pear-HTTP_Session2/distinfo b/www/pear-HTTP_Session2/distinfo index 1fb8a67c75ca..1356f63468c2 100644 --- a/www/pear-HTTP_Session2/distinfo +++ b/www/pear-HTTP_Session2/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/HTTP_Session-0.4.tgz) = aeb0a0cc805d7755d2086e067adf1761 -SHA256 (PEAR/HTTP_Session-0.4.tgz) = ae0e07aac7740cb36047e077d2f03f215cc40cfcf4325af763fcac80951bb06d -SIZE (PEAR/HTTP_Session-0.4.tgz) = 8587 +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 |