Date: Fri, 3 Jun 2005 10:07:41 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81836: [maintainer update] devel/pear-PHPUnit2 to 2.2.1 Message-ID: <200506031307.j53D7fcO006044@digitalsign.com> Resent-Message-ID: <200506031310.j53DA2Po034665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81836 >Category: ports >Synopsis: [maintainer update] devel/pear-PHPUnit2 to 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 13:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antonio Carlos Venancio Junior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #7: Tue May 10 10:37:35 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: devel/pear-PHPUnit2 to 2.2.1 + changelog: http://pear.php.net/package/PHPUnit2/download/2.2.1/ + add PHP DOM extension support >How-To-Repeat: >Fix: diff -ruN pear-PHPUnit2.orig/Makefile pear-PHPUnit2/Makefile --- pear-PHPUnit2.orig/Makefile Fri Jun 3 09:30:26 2005 +++ pear-PHPUnit2/Makefile Fri Jun 3 09:46:42 2005 @@ -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 @@ 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 -ruN pear-PHPUnit2.orig/distinfo pear-PHPUnit2/distinfo --- pear-PHPUnit2.orig/distinfo Fri Jun 3 09:30:26 2005 +++ pear-PHPUnit2/distinfo Fri Jun 3 09:39:49 2005 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506031307.j53D7fcO006044>