View | Details | Raw Unified | Return to bug 110118
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	HTTP_Session
8
PORTNAME=	HTTP_Session
9
PORTVERSION=	0.4
9
PORTVERSION=	0.5.5
10
CATEGORIES=	www devel pear
10
CATEGORIES=	www devel pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	bg1tpt@gmail.com
13
COMMENT=	PEAR Object-oriented interface to the session_* family functions
13
COMMENT=	PEAR Object-oriented interface to the session_* family functions
14
14
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
16
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
17
18
FILES=		Session.php Session/Container.php Session/Container/DB.php
18
FILES=		Session.php Session/Container.php Session/Container/DB.php Session/Container/MDB.php Session/Container/MDB2.php
19
EXAMPLES=	HTTP_Session_Example.php sessiondata.sql
19
EXAMPLES=	HTTP_Session_Example.php Container_Example.php sessiondata.sql
20
_EXAMPLESDIR=	docs
20
_EXAMPLESDIR=	docs
21
21
22
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/HTTP_Session-0.4.tgz) = aeb0a0cc805d7755d2086e067adf1761
1
MD5 (PEAR/HTTP_Session-0.5.5.tgz) = 2ebf2cf69bbb98883738063c624d0adb
2
SHA256 (PEAR/HTTP_Session-0.4.tgz) = ae0e07aac7740cb36047e077d2f03f215cc40cfcf4325af763fcac80951bb06d
2
SHA256 (PEAR/HTTP_Session-0.5.5.tgz) = 5e69ab27b93ee37a176c887b045aaed35342ec1f46202f7e0e4c712343a8ec6a
3
SIZE (PEAR/HTTP_Session-0.4.tgz) = 8587
3
SIZE (PEAR/HTTP_Session-0.5.5.tgz) = 12477

Return to bug 110118