aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PHPUnit3
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-06-03 16:45:06 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-06-03 16:45:06 +0000
commit98d88bceab65cc6ce53b534704a666bb4c17027f (patch)
tree8f4b90609ad9e949820ddd1e20b6f73ff0159884 /devel/pear-PHPUnit3
parent2d230b79908895c26dcf3a3b945871b9a0fe6171 (diff)
downloadports-98d88bceab65cc6ce53b534704a666bb4c17027f.tar.gz
ports-98d88bceab65cc6ce53b534704a666bb4c17027f.zip
Notes
Diffstat (limited to 'devel/pear-PHPUnit3')
-rw-r--r--devel/pear-PHPUnit3/Makefile20
-rw-r--r--devel/pear-PHPUnit3/distinfo4
2 files changed, 18 insertions, 6 deletions
diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile
index f51417f3dec9..e6595000557b 100644
--- a/devel/pear-PHPUnit3/Makefile
+++ b/devel/pear-PHPUnit3/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= PHPUnit2
-PORTVERSION= 2.2.0
-CATEGORIES= devel pear
+PORTVERSION= 2.2.1
+CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR regression testing framework for unit tests
@@ -15,8 +15,20 @@ COMMENT= PEAR regression testing framework for unit tests
BUILD_DEPENDS= ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark
RUN_DEPENDS= ${BUILD_DEPENDS}
-LATEST_LINK= pear-PHPUnit2
-OPTIONS= PEAR_LOG "PEAR::Log support" off
+OPTIONS= PEAR_LOG "PEAR::Log support" off \
+ DOM "PHP DOM extension support" off
+
+PORT_DBDIR?= /var/db/ports
+LATEST_LINK= pear-${PORTNAME}
+OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
+
+.if exists(${OPTIONSFILE})
+.include "${OPTIONSFILE}"
+.endif
+
+.if defined(WITH_DOM)
+USE_PHP= dom
+.endif
NO_PACKAGE= Conflicting dependences between PHP4 and PHP5
diff --git a/devel/pear-PHPUnit3/distinfo b/devel/pear-PHPUnit3/distinfo
index 0f4bdc8465a9..4ef40955910e 100644
--- a/devel/pear-PHPUnit3/distinfo
+++ b/devel/pear-PHPUnit3/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/PHPUnit2-2.2.0.tgz) = 12596f4574ffc8cee55a113a2cea3752
-SIZE (PEAR/PHPUnit2-2.2.0.tgz) = 38446
+MD5 (PEAR/PHPUnit2-2.2.1.tgz) = 1ca5f73abbb65c5cce8458aa7af74e78
+SIZE (PEAR/PHPUnit2-2.2.1.tgz) = 38575