From 98d88bceab65cc6ce53b534704a666bb4c17027f Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Fri, 3 Jun 2005 16:45:06 +0000 Subject: - Update to 2.2.1 - Add PHP DOM extension support PR: 81836 Submitted by: Antonio Carlos Venancio Junior (maintainer) --- devel/pear-PHPUnit3/Makefile | 20 ++++++++++++++++---- devel/pear-PHPUnit3/distinfo | 4 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) (limited to 'devel/pear-PHPUnit3') 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 -- cgit v1.2.3