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

(-)pear-PHPUnit2/Makefile (-4 / +16 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	PHPUnit2
8
PORTNAME=	PHPUnit2
9
PORTVERSION=	2.2.0
9
PORTVERSION=	2.2.1
10
CATEGORIES=	devel pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	antonio@php.net
12
MAINTAINER=	antonio@php.net
13
COMMENT=	PEAR regression testing framework for unit tests
13
COMMENT=	PEAR regression testing framework for unit tests
Lines 15-22 Link Here
15
BUILD_DEPENDS=	${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark
15
BUILD_DEPENDS=	${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark
16
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
17
18
LATEST_LINK=	pear-PHPUnit2
18
OPTIONS=	PEAR_LOG "PEAR::Log support" off \
19
OPTIONS=	PEAR_LOG "PEAR::Log support" off
19
		DOM "PHP DOM extension support" off
20
21
PORT_DBDIR?=	/var/db/ports
22
LATEST_LINK=	pear-${PORTNAME}
23
OPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options
24
25
.if exists(${OPTIONSFILE})
26
.include "${OPTIONSFILE}"
27
.endif
28
29
.if defined(WITH_DOM)
30
USE_PHP=	dom
31
.endif
20
32
21
NO_PACKAGE=	Conflicting dependences between PHP4 and PHP5
33
NO_PACKAGE=	Conflicting dependences between PHP4 and PHP5
22
34
(-)pear-PHPUnit2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/PHPUnit2-2.2.0.tgz) = 12596f4574ffc8cee55a113a2cea3752
1
MD5 (PEAR/PHPUnit2-2.2.1.tgz) = 1ca5f73abbb65c5cce8458aa7af74e78
2
SIZE (PEAR/PHPUnit2-2.2.0.tgz) = 38446
2
SIZE (PEAR/PHPUnit2-2.2.1.tgz) = 38575

Return to bug 81836