diff options
author | novel <novel@FreeBSD.org> | 2005-06-04 00:45:06 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-04 00:45:06 +0800 |
commit | 344cc9d7edabd9c69f33a0928037ad4b463c6c01 (patch) | |
tree | 9791e800f779056e73397c64c3b48403f41ba3cb /devel/pear-PHPUnit3 | |
parent | c5af38393d1fbceda7c47c9f29cab71a5b3a29cc (diff) | |
download | freebsd-ports-gnome-344cc9d7edabd9c69f33a0928037ad4b463c6c01.tar.gz freebsd-ports-gnome-344cc9d7edabd9c69f33a0928037ad4b463c6c01.tar.zst freebsd-ports-gnome-344cc9d7edabd9c69f33a0928037ad4b463c6c01.zip |
- Update to 2.2.1
- Add PHP DOM extension support
PR: 81836
Submitted by: Antonio Carlos Venancio Junior (maintainer)
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 |