diff options
author | miwi <miwi@FreeBSD.org> | 2010-11-04 18:00:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-11-04 18:00:01 +0800 |
commit | b50b0cb19923e14b2d524ace11791b370e318213 (patch) | |
tree | 62b80f846ac77beb275979b1a0145444a2ddfce6 /devel | |
parent | 036946b2c6bfa634c25923a82ac5882477715041 (diff) | |
download | freebsd-ports-gnome-b50b0cb19923e14b2d524ace11791b370e318213.tar.gz freebsd-ports-gnome-b50b0cb19923e14b2d524ace11791b370e318213.tar.zst freebsd-ports-gnome-b50b0cb19923e14b2d524ace11791b370e318213.zip |
- Update to 1.3.5
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Console_Getargs/Makefile | 9 | ||||
-rw-r--r-- | devel/pear-Console_Getargs/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/pear-Console_Getargs/Makefile b/devel/pear-Console_Getargs/Makefile index ba7d6add8232..460d7b9f6f98 100644 --- a/devel/pear-Console_Getargs/Makefile +++ b/devel/pear-Console_Getargs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Console_Getargs -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -15,11 +15,10 @@ COMMENT= PEAR command-line arguments parser BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -CATEGORY= Console -FILES= Getargs.php +FILES= Console/Getargs.php EXAMPLES= example.php example2.php -TESTS= Console_TestListener.php Getargs_basic_testcase.php \ - Getargs_getValues_testcase.php test.php +TESTS= Getargs_basic_testcase.php \ + Getargs_getValues_testcase.php AllTests.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/devel/pear-Console_Getargs/distinfo b/devel/pear-Console_Getargs/distinfo index 157398db290b..bf0429322e3c 100644 --- a/devel/pear-Console_Getargs/distinfo +++ b/devel/pear-Console_Getargs/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Console_Getargs-1.3.4.tgz) = 30c90b46e41e023b7008c5f6306335aa -SHA256 (PEAR/Console_Getargs-1.3.4.tgz) = 78536ad98f9cfd1bd19e0c21a6ee2a3d112c5df55269aa899a8f19eb4dfdfd02 -SIZE (PEAR/Console_Getargs-1.3.4.tgz) = 17796 +MD5 (PEAR/Console_Getargs-1.3.5.tgz) = a727bc63cc5fe4e28ccb37401cdc1525 +SHA256 (PEAR/Console_Getargs-1.3.5.tgz) = f2a2be1c3dfead4328a85dafc6236d945a927ceeaa05e0ec21d8af43a2e918ea +SIZE (PEAR/Console_Getargs-1.3.5.tgz) = 18207 |