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 /www/pear-HTTP_Session2/Makefile | |
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>
Diffstat (limited to 'www/pear-HTTP_Session2/Makefile')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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> |