aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_Getargs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-02 15:33:51 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-02 15:33:51 +0000
commit5fbb37c4db6611ce2d1acd0303d4ab9ce93cc46b (patch)
tree4a2fca8c3a383c81ada9e38b4de8d2da3e7eb386 /devel/pear-Console_Getargs
parent071aa5748a27ad3e5824fa1e361471012097d7c4 (diff)
downloadports-5fbb37c4db6611ce2d1acd0303d4ab9ce93cc46b.tar.gz
ports-5fbb37c4db6611ce2d1acd0303d4ab9ce93cc46b.zip
- Update to 1.3.1
- reformat pkg-descr - Take maintainership PR: ports/103907 Submitted by: maintainer (Thomas Abthorp)
Notes
Notes: svn path=/head/; revision=174314
Diffstat (limited to 'devel/pear-Console_Getargs')
-rw-r--r--devel/pear-Console_Getargs/Makefile4
-rw-r--r--devel/pear-Console_Getargs/distinfo6
-rw-r--r--devel/pear-Console_Getargs/pkg-descr8
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/