Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2006 01:32:04 +0800
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104762: [PATCH] devel/pear-Config: update to 1.10.7, take maintainership
Message-ID:  <20061024173121.7E1A12E9DF@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200610241740.k9OHeH1i008455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104762
>Category:       ports
>Synopsis:       [PATCH] devel/pear-Config: update to 1.10.7, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 24 17:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006
>Description:
- Update to 1.10.7
- Take maintainership

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

--- pear-Config-1.10.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/pear-Config/Makefile /usr/home/chinsan/project/pear-Config/Makefile
--- /usr/ports/devel/pear-Config/Makefile	Sun Sep 24 05:18:36 2006
+++ /usr/home/chinsan/project/pear-Config/Makefile	Wed Oct 25 01:30:50 2006
@@ -6,15 +6,18 @@
 #
 
 PORTNAME=	Config
-PORTVERSION=	1.10.6
+PORTVERSION=	1.10.7
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	chinsan@FreeBSD.org
 COMMENT=	Your configurations swiss-army knife
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
-		${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+LATEST_LINK=	pear-${PORTNAME}
+OPTIONS=	PEAR_XML_PARSER "PEAR::XML_Parser support" off \
+		PEAR_XML_UTIL "PEAR::XML_Util support" off
 
 FILES=		Config.php Config/Container.php Config/Container/Apache.php \
 		Config/Container/GenericConf.php \
@@ -26,9 +29,20 @@
 		bug2780.phpt bug3051.phpt bug3051.xml bug3137.phpt bug3298.phpt \
 		bug3298.xml bug3398.phpt bug3398.ini bug3590.phpt \
 		bug3590-input.php bug4623.phpt bug4623.conf bug6441.phpt \
-		bug6441.ini
+		bug6441.ini bug7652.phpt bug7652.xml bug7544.ini \
+		bug7544-inicommented.phpt bug7544-inifile.phpt bug8357.ini \
+		bug8357-inicommented.phpt bug8357-inifile.phpt
 _TESTSDIR=	test
 
 .include <bsd.port.pre.mk>
+
+.if defined(WITH_PEAR_XML_PARSER)
+RUN_DEPENDS+=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+.endif
+
+.if defined(WITH_PEAR_XML_UTIL)
+RUN_DEPENDS+=	${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
+.endif
+
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/pear-Config/distinfo /usr/home/chinsan/project/pear-Config/distinfo
--- /usr/ports/devel/pear-Config/distinfo	Mon Jun 19 03:37:43 2006
+++ /usr/home/chinsan/project/pear-Config/distinfo	Wed Oct 25 01:10:24 2006
@@ -1,3 +1,3 @@
-MD5 (PEAR/Config-1.10.6.tgz) = 7b7f88c6dc1271e43ebfee7d0b5dc127
-SHA256 (PEAR/Config-1.10.6.tgz) = db380909b5ad822f7ab7148c6af6da3f6356b3f73e45809d930a1fa8cc1c94ab
-SIZE (PEAR/Config-1.10.6.tgz) = 24931
+MD5 (PEAR/Config-1.10.7.tgz) = 3a5b343791ceec7fc715cd7f69eefe41
+SHA256 (PEAR/Config-1.10.7.tgz) = f9b6c6d8eeb209b4ac9376b653b81d7b198e3e8c220ada87d77874c349105aa8
+SIZE (PEAR/Config-1.10.7.tgz) = 26023
--- pear-Config-1.10.7.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061024173121.7E1A12E9DF>