diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-03 06:13:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-03 06:13:40 +0800 |
commit | ff9e603336913719038ba9754d256cf417fc1442 (patch) | |
tree | d724cedad80a9a83973b77af168e6e519612b22d /devel/pear-Console_CommandLine | |
parent | b5353bff8e1befac9254601cbe0bfb64a9aac0e1 (diff) | |
download | freebsd-ports-gnome-ff9e603336913719038ba9754d256cf417fc1442.tar.gz freebsd-ports-gnome-ff9e603336913719038ba9754d256cf417fc1442.tar.zst freebsd-ports-gnome-ff9e603336913719038ba9754d256cf417fc1442.zip |
- Update to 1.0.1
PR: 126181
Submitted by: Wen heping <wenheping@gmail.com>
Diffstat (limited to 'devel/pear-Console_CommandLine')
-rw-r--r-- | devel/pear-Console_CommandLine/Makefile | 12 | ||||
-rw-r--r-- | devel/pear-Console_CommandLine/distinfo | 6 |
2 files changed, 14 insertions, 4 deletions
diff --git a/devel/pear-Console_CommandLine/Makefile b/devel/pear-Console_CommandLine/Makefile index d3ad7886ccd8..b315fa6b981e 100644 --- a/devel/pear-Console_CommandLine/Makefile +++ b/devel/pear-Console_CommandLine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Console_CommandLine -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -35,7 +35,15 @@ TESTS= AllTests.php console_commandline_accept.phpt \ console_commandline_addargument.phpt \ console_commandline_addcommand.phpt \ console_commandline_addoption.phpt \ + console_commandline_addoption_errors_1.phpt \ + console_commandline_addoption_errors_2.phpt \ + console_commandline_addoption_errors_3.phpt \ + console_commandline_addoption_errors_4.phpt \ + console_commandline_addoption_errors_5.phpt \ + console_commandline_addoption_errors_6.phpt \ + console_commandline_addoption_errors_7.phpt \ console_commandline_fromxmlfile.phpt \ + console_commandline_fromxmlfile_error.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 \ @@ -43,6 +51,8 @@ TESTS= AllTests.php console_commandline_accept.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 \ + console_commandline_parse_13.phpt console_commandline_parse_14.phpt \ + console_commandline_parse_15.phpt console_commandline_parse_16.phpt \ test.xml tests.inc.php .include <bsd.port.pre.mk> diff --git a/devel/pear-Console_CommandLine/distinfo b/devel/pear-Console_CommandLine/distinfo index fc2b20a5b246..08b458aa3218 100644 --- a/devel/pear-Console_CommandLine/distinfo +++ b/devel/pear-Console_CommandLine/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (PEAR/Console_CommandLine-1.0.1.tgz) = b499c56560944a7fa08d2debe1d4056e +SHA256 (PEAR/Console_CommandLine-1.0.1.tgz) = 2e86ab2fb68c7215626b663c513d125b7b757a5d888730f22fc2d638b181e8b4 +SIZE (PEAR/Console_CommandLine-1.0.1.tgz) = 28867 |