diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-03 16:45:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-03 16:45:06 +0000 |
commit | 98d88bceab65cc6ce53b534704a666bb4c17027f (patch) | |
tree | 8f4b90609ad9e949820ddd1e20b6f73ff0159884 | |
parent | 2d230b79908895c26dcf3a3b945871b9a0fe6171 (diff) | |
download | ports-98d88bceab65cc6ce53b534704a666bb4c17027f.tar.gz ports-98d88bceab65cc6ce53b534704a666bb4c17027f.zip |
- Update to 2.2.1
- Add PHP DOM extension support
PR: 81836
Submitted by: Antonio Carlos Venancio Junior (maintainer)
Notes
Notes:
svn path=/head/; revision=136739
-rw-r--r-- | devel/pear-PHPUnit2/Makefile | 20 | ||||
-rw-r--r-- | devel/pear-PHPUnit2/distinfo | 4 | ||||
-rw-r--r-- | devel/pear-PHPUnit3/Makefile | 20 | ||||
-rw-r--r-- | devel/pear-PHPUnit3/distinfo | 4 |
4 files changed, 36 insertions, 12 deletions
diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile index f51417f3dec9..e6595000557b 100644 --- a/devel/pear-PHPUnit2/Makefile +++ b/devel/pear-PHPUnit2/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-PHPUnit2/distinfo b/devel/pear-PHPUnit2/distinfo index 0f4bdc8465a9..4ef40955910e 100644 --- a/devel/pear-PHPUnit2/distinfo +++ b/devel/pear-PHPUnit2/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 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 |