ports/81836: [maintainer update] devel/pear-PHPUnit2 to 2.2.1

Antonio Carlos Venancio Junior antonio at php.net
Fri Jun 3 13:10:04 UTC 2005


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list