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

(-)/usr/home/chinsan/project/pear-PHP_CompatInfo/Makefile (-2 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	PHP_CompatInfo
8
PORTNAME=	PHP_CompatInfo
9
PORTVERSION=	1.4.0
9
PORTVERSION=	1.4.1
10
CATEGORIES=	devel pear
10
CATEGORIES=	devel pear
11
11
12
MAINTAINER=	chinsan@FreeBSD.org
12
MAINTAINER=	chinsan@FreeBSD.org
Lines 38-49 Link Here
38
_EXAMPLESDIR=	docs/examples
38
_EXAMPLESDIR=	docs/examples
39
39
40
LATEST_LINK=	pear-PHP_CompatInfo
40
LATEST_LINK=	pear-PHP_CompatInfo
41
OPTIONS=	PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off
41
OPTIONS=	PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off \
42
		PEAR_CONSOLE_GETARGS "PEAR::Console_Getargs support" off
42
43
43
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
44
45
45
.if defined(WITH_PEAR_CONSOLE_TABLE)
46
.if defined(WITH_PEAR_CONSOLE_TABLE)
46
RUN_DEPENDS+=	${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
47
RUN_DEPENDS+=	${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
48
.endif
49
50
.if defined(WITH_PEAR_CONSOLE_GETARGS)
51
RUN_DEPENDS+=	${PEARDIR}/Console/Console_TestListener.php:${PORTSDIR}/devel/pear-Console_Getargs
47
.endif
52
.endif
48
53
49
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
54
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
(-)/usr/home/chinsan/project/pear-PHP_CompatInfo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/PHP_CompatInfo-1.4.0.tgz) = 0e7da112542fa124f7b523cb09c7624a
1
MD5 (PEAR/PHP_CompatInfo-1.4.1.tgz) = eff50211512322d7197c65e25816b287
2
SHA256 (PEAR/PHP_CompatInfo-1.4.0.tgz) = a884f3ac356a0183290247af647c3d6ca296cf28b6e4bdf05fc35cc3173d0c69
2
SHA256 (PEAR/PHP_CompatInfo-1.4.1.tgz) = fd49b3ab59a122dd5934c77ebcf2be1eda18912d022eeede2f5a8f07ea54be41
3
SIZE (PEAR/PHP_CompatInfo-1.4.0.tgz) = 90578
3
SIZE (PEAR/PHP_CompatInfo-1.4.1.tgz) = 95793

Return to bug 109125