diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-02 23:33:51 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-02 23:33:51 +0800 |
commit | ac7be423363748ff57b9ea10de6d260712b24df8 (patch) | |
tree | a3a8071c5275a09cde38da9898901976b5c18bb2 /devel | |
parent | a4e648c42758e099549bd829c35c57fd8cf66c52 (diff) | |
download | freebsd-ports-gnome-ac7be423363748ff57b9ea10de6d260712b24df8.tar.gz freebsd-ports-gnome-ac7be423363748ff57b9ea10de6d260712b24df8.tar.zst freebsd-ports-gnome-ac7be423363748ff57b9ea10de6d260712b24df8.zip |
- Update to 1.3.1
- reformat pkg-descr
- Take maintainership
PR: ports/103907
Submitted by: maintainer (Thomas Abthorp)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Console_Getargs/Makefile | 4 | ||||
-rw-r--r-- | devel/pear-Console_Getargs/distinfo | 6 | ||||
-rw-r--r-- | devel/pear-Console_Getargs/pkg-descr | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/pear-Console_Getargs/Makefile b/devel/pear-Console_Getargs/Makefile index 842692832b2f..68e34be5bfc3 100644 --- a/devel/pear-Console_Getargs/Makefile +++ b/devel/pear-Console_Getargs/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Console_Getargs -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR command-line arguments parser BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/devel/pear-Console_Getargs/distinfo b/devel/pear-Console_Getargs/distinfo index 812453c3fe44..f4fde7ba4c05 100644 --- a/devel/pear-Console_Getargs/distinfo +++ b/devel/pear-Console_Getargs/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Console_Getargs-1.3.0.tgz) = a1605326148bc92a9dc7181b7a0fc0fb -SHA256 (PEAR/Console_Getargs-1.3.0.tgz) = a71c2c6c5ab9c7cc38d8bcaa5f549080aaf46a9437e784f54b4eeeb217d2eeaa -SIZE (PEAR/Console_Getargs-1.3.0.tgz) = 17453 +MD5 (PEAR/Console_Getargs-1.3.1.tgz) = 67b5918343fa24f3e311d159e168b5dc +SHA256 (PEAR/Console_Getargs-1.3.1.tgz) = 6e4e15b939eb8352a59bd5e1461aecc06bf5800c7107e98a3466180719a1677b +SIZE (PEAR/Console_Getargs-1.3.1.tgz) = 17315 diff --git a/devel/pear-Console_Getargs/pkg-descr b/devel/pear-Console_Getargs/pkg-descr index 13bf896e2f1d..ccbd2a609c7b 100644 --- a/devel/pear-Console_Getargs/pkg-descr +++ b/devel/pear-Console_Getargs/pkg-descr @@ -1,7 +1,7 @@ -PEAR::Console_Getargs implements a Command Line arguments and parameters -parser for your CLI applications. +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. +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/ |