From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 14:00:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 835C91065685 for ; Thu, 22 May 2008 14:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 534A08FC1E for ; Thu, 22 May 2008 14:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4ME09U8093007 for ; Thu, 22 May 2008 14:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4ME090g093005; Thu, 22 May 2008 14:00:09 GMT (envelope-from gnats) Resent-Date: Thu, 22 May 2008 14:00:09 GMT Resent-Message-Id: <200805221400.m4ME090g093005@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, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE3411065676 for ; Thu, 22 May 2008 13:59:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A5CE18FC12 for ; Thu, 22 May 2008 13:59:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4MDwSAJ036518 for ; Thu, 22 May 2008 13:58:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4MDwSgR036517; Thu, 22 May 2008 13:58:28 GMT (envelope-from nobody) Message-Id: <200805221358.m4MDwSgR036517@www.freebsd.org> Date: Thu, 22 May 2008 13:58:28 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/123897: [Update] devel/pear-Console_CommandLine : update to 1.0.0 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: Thu, 22 May 2008 14:00:09 -0000 >Number: 123897 >Category: ports >Synopsis: [Update] devel/pear-Console_CommandLine : update to 1.0.0 >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: Thu May 22 14:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 1.0.0 from 0.2.1 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-05-22 20:30:17.000000000 +0000 +++ Makefile 2008-05-22 20:56:52.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= Console_CommandLine -PORTVERSION= 0.2.1 +PORTVERSION= 1.0.0 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -21,7 +21,8 @@ CommandLine/Outputter.php CommandLine/Result.php CommandLine/Argument.php \ CommandLine/Exception.php CommandLine/Option.php CommandLine/XmlParser.php \ CommandLine/Action/Callback.php CommandLine/Action/Counter.php \ - CommandLine/Action/Help.php CommandLine/Action/StoreArray.php \ + CommandLine/Action/Help.php CommandLine/Action/Password.php \ + CommandLine/Action/StoreArray.php \ CommandLine/Action/StoreFalse.php CommandLine/Action/StoreFloat.php \ CommandLine/Action/StoreInt.php CommandLine/Action/StoreString.php \ CommandLine/Action/StoreTrue.php CommandLine/Action/Version.php \ @@ -30,11 +31,19 @@ DATA= xmlschema.rng EXAMPLES= ex1.php ex2.php ex2.xml _EXAMPLESDIR= docs/examples -TESTS= console_commandline_addargument.phpt console_commandline_parse_1.phpt \ - console_commandline_parse_4.phpt tests.inc.php console_commandline_addcommand.phpt \ - console_commandline_parse_2.phpt console_commandline_parse_5.phpt \ - console_commandline_addoption.phpt console_commandline_parse_3.phpt \ - console_commandline_parse_6.phpt +TESTS= AllTests.php console_commandline_accept.phpt \ + console_commandline_addargument.phpt \ + console_commandline_addcommand.phpt \ + console_commandline_addoption.phpt \ + console_commandline_fromxmlfile.phpt \ + console_commandline_fromxmlstring.phpt \ + console_commandline_parse_1.phpt console_commandline_parse_2.phpt \ + console_commandline_parse_3.phpt console_commandline_parse_4.phpt \ + console_commandline_parse_5.phpt console_commandline_parse_6.phpt \ + console_commandline_parse_7.phpt console_commandline_parse_8.phpt \ + console_commandline_parse_9.phpt console_commandline_parse_10.phpt \ + console_commandline_parse_11.phpt console_commandline_parse_12.phpt \ + test.xml tests.inc.php .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" --- distinfo.orig 2008-01-12 13:11:38.000000000 +0000 +++ distinfo 2008-05-22 20:30:40.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (PEAR/Console_CommandLine-0.2.1.tgz) = 98a52d1dc3e4ff0b60d1059b8df85d3b -SHA256 (PEAR/Console_CommandLine-0.2.1.tgz) = dde39618ca3d5110cfe6c6f9d3d63f2c2985c35268351c9956525855956c9b92 -SIZE (PEAR/Console_CommandLine-0.2.1.tgz) = 22334 +MD5 (PEAR/Console_CommandLine-1.0.0.tgz) = ff94f26ec825de70bf1f18cee0309080 +SHA256 (PEAR/Console_CommandLine-1.0.0.tgz) = f18d4e066a1b349e9dfd5560ad185b101b4102e25e7ba5e2ecbfa035282deb98 +SIZE (PEAR/Console_CommandLine-1.0.0.tgz) = 27383 >Release-Note: >Audit-Trail: >Unformatted: