ports/109125: [MAINTAINER] devel/pear-PHP_CompatInfo: update to 1.4.1

chinsan chinsan at FreeBSD.org
Tue Feb 13 09:10:01 UTC 2007


>Number:         109125
>Category:       ports
>Synopsis:       [MAINTAINER] devel/pear-PHP_CompatInfo: update to 1.4.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:   Tue Feb 13 09:10:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:
- Update to 1.4.1
- Add PEAR_CONSOLE_GETARGS knob

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pear-PHP_CompatInfo-1.4.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/pear-PHP_CompatInfo/Makefile /usr/home/chinsan/project/pear-PHP_CompatInfo/Makefile
--- /usr/ports/devel/pear-PHP_CompatInfo/Makefile	Wed Nov  1 09:30:48 2006
+++ /usr/home/chinsan/project/pear-PHP_CompatInfo/Makefile	Tue Feb 13 16:56:44 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	PHP_CompatInfo
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	devel pear
 
 MAINTAINER=	chinsan at FreeBSD.org
@@ -38,12 +38,17 @@
 _EXAMPLESDIR=	docs/examples
 
 LATEST_LINK=	pear-PHP_CompatInfo
-OPTIONS=	PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off
+OPTIONS=	PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off \
+		PEAR_CONSOLE_GETARGS "PEAR::Console_Getargs support" off
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_PEAR_CONSOLE_TABLE)
 RUN_DEPENDS+=	${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
+.endif
+
+.if defined(WITH_PEAR_CONSOLE_GETARGS)
+RUN_DEPENDS+=	${PEARDIR}/Console/Console_TestListener.php:${PORTSDIR}/devel/pear-Console_Getargs
 .endif
 
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
diff -ruN --exclude=CVS /usr/ports/devel/pear-PHP_CompatInfo/distinfo /usr/home/chinsan/project/pear-PHP_CompatInfo/distinfo
--- /usr/ports/devel/pear-PHP_CompatInfo/distinfo	Wed Nov  1 09:30:48 2006
+++ /usr/home/chinsan/project/pear-PHP_CompatInfo/distinfo	Tue Feb 13 16:57:03 2007
@@ -1,3 +1,3 @@
-MD5 (PEAR/PHP_CompatInfo-1.4.0.tgz) = 0e7da112542fa124f7b523cb09c7624a
-SHA256 (PEAR/PHP_CompatInfo-1.4.0.tgz) = a884f3ac356a0183290247af647c3d6ca296cf28b6e4bdf05fc35cc3173d0c69
-SIZE (PEAR/PHP_CompatInfo-1.4.0.tgz) = 90578
+MD5 (PEAR/PHP_CompatInfo-1.4.1.tgz) = eff50211512322d7197c65e25816b287
+SHA256 (PEAR/PHP_CompatInfo-1.4.1.tgz) = fd49b3ab59a122dd5934c77ebcf2be1eda18912d022eeede2f5a8f07ea54be41
+SIZE (PEAR/PHP_CompatInfo-1.4.1.tgz) = 95793
--- pear-PHP_CompatInfo-1.4.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list