aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-05-14 03:50:17 +0800
committerthierry <thierry@FreeBSD.org>2005-05-14 03:50:17 +0800
commit59f664c92aeb96a6f666bc7ef05ddbbcd0bb2350 (patch)
treef686e8db758b9899de152321e77e915250dfe136
parent404be648ea8ac696cb11afda67603a2dcc279a7b (diff)
downloadfreebsd-ports-gnome-59f664c92aeb96a6f666bc7ef05ddbbcd0bb2350.tar.gz
freebsd-ports-gnome-59f664c92aeb96a6f666bc7ef05ddbbcd0bb2350.tar.zst
freebsd-ports-gnome-59f664c92aeb96a6f666bc7ef05ddbbcd0bb2350.zip
- Upgrade to to 1.3.0
Changelog at <http://pear.php.net/package/Console_Getargs/download/1.3.0/> - Update COMMENT and pkg-descr. PR: ports/80991 Submitted by: maintainer
-rw-r--r--devel/pear-Console_Getargs/Makefile6
-rw-r--r--devel/pear-Console_Getargs/distinfo4
-rw-r--r--devel/pear-Console_Getargs/pkg-descr9
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/pear-Console_Getargs/Makefile b/devel/pear-Console_Getargs/Makefile
index 8a8af16689cf..a0f39fab3737 100644
--- a/devel/pear-Console_Getargs/Makefile
+++ b/devel/pear-Console_Getargs/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= Console_Getargs
-PORTVERSION= 1.2.1
+PORTVERSION= 1.3.0
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
-COMMENT= A command-line arguments parser
+COMMENT= PEAR command-line arguments parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -19,7 +19,7 @@ CATEGORY= Console
FILES= Getargs.php
EXAMPLES= example.php example2.php
TESTS= Console_TestListener.php Getargs_basic_testcase.php \
- test.php
+ Getargs_getValues_testcase.php test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff --git a/devel/pear-Console_Getargs/distinfo b/devel/pear-Console_Getargs/distinfo
index 7364596db16c..6c002a349597 100644
--- a/devel/pear-Console_Getargs/distinfo
+++ b/devel/pear-Console_Getargs/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/Console_Getargs-1.2.1.tgz) = 77b699d8b9996530cb2e84a13f54075b
-SIZE (PEAR/Console_Getargs-1.2.1.tgz) = 16199
+MD5 (PEAR/Console_Getargs-1.3.0.tgz) = a1605326148bc92a9dc7181b7a0fc0fb
+SIZE (PEAR/Console_Getargs-1.3.0.tgz) = 17453
diff --git a/devel/pear-Console_Getargs/pkg-descr b/devel/pear-Console_Getargs/pkg-descr
index 855416ba40de..13bf896e2f1d 100644
--- a/devel/pear-Console_Getargs/pkg-descr
+++ b/devel/pear-Console_Getargs/pkg-descr
@@ -1,6 +1,7 @@
-The Console_Getargs package implements a Command Line arguments and
-parameters parser for your CLI applications. It performs some basic
-arguments validation and automatically creates a formatted help text,
-based on the given configuration.
+PEAR::Console_Getargs implements a Command Line arguments and parameters
+parser for your CLI applications.
+
+It performs some basic arguments validation and automatically creates a
+formatted help text, based on the given configuration.
WWW: http://pear.php.net/package/Console_Getargs/