mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.5.5
- Pass maintainership to submitter PR: 110118 Submitted by: Zhen REN<bg1tpt@gmail.com>
This commit is contained in:
parent
d427c1e56d
commit
3cf869885f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186995
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user