From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 24 17:40:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C8416A412 for ; Tue, 24 Oct 2006 17:40:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8164D43D5D for ; Tue, 24 Oct 2006 17:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9OHeHR4008456 for ; Tue, 24 Oct 2006 17:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9OHeH1i008455; Tue, 24 Oct 2006 17:40:17 GMT (envelope-from gnats) Resent-Date: Tue, 24 Oct 2006 17:40:17 GMT Resent-Message-Id: <200610241740.k9OHeH1i008455@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61D316A40F for ; Tue, 24 Oct 2006 17:31:22 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2A743D5F for ; Tue, 24 Oct 2006 17:31:22 +0000 (GMT) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 7E1A12E9DF for ; Wed, 25 Oct 2006 01:31:21 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Wed, 25 Oct 2006 01:32:04 +0800 Message-Id: <20061024173121.7E1A12E9DF@smtp2.bc.hgc.com.tw> Date: Wed, 25 Oct 2006 01:32:04 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104762: [PATCH] devel/pear-Config: update to 1.10.7, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 17:40:33 -0000 >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 + +.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 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: