diff options
Diffstat (limited to 'devel/pear-PHPUnit3')
-rw-r--r-- | devel/pear-PHPUnit3/Makefile | 20 | ||||
-rw-r--r-- | devel/pear-PHPUnit3/distinfo | 4 |
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 |