Date: Thu, 22 May 2008 13:58:28 GMT From: Wen heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/123897: [Update] devel/pear-Console_CommandLine : update to 1.0.0 Message-ID: <200805221358.m4MDwSgR036517@www.freebsd.org> Resent-Message-ID: <200805221400.m4ME090g093005@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805221358.m4MDwSgR036517>