From 59f664c92aeb96a6f666bc7ef05ddbbcd0bb2350 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 13 May 2005 19:50:17 +0000 Subject: - Upgrade to to 1.3.0 Changelog at - Update COMMENT and pkg-descr. PR: ports/80991 Submitted by: maintainer --- devel/pear-Console_Getargs/Makefile | 6 +++--- devel/pear-Console_Getargs/distinfo | 4 ++-- devel/pear-Console_Getargs/pkg-descr | 9 +++++---- 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 .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/ -- cgit