diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-06 23:23:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-06 23:23:56 +0800 |
commit | c1158daa484f0b7d9b2c7ddd401b54e33ee0a4e4 (patch) | |
tree | bbb7cba9ce940b947960d852870b0aec56154b8b /net | |
parent | 8389021b82510ee1819009f2f6b16854dec47a2c (diff) | |
download | freebsd-ports-gnome-c1158daa484f0b7d9b2c7ddd401b54e33ee0a4e4.tar.gz freebsd-ports-gnome-c1158daa484f0b7d9b2c7ddd401b54e33ee0a4e4.tar.zst freebsd-ports-gnome-c1158daa484f0b7d9b2c7ddd401b54e33ee0a4e4.zip |
- Update to 2.0.0
PR: 162092
Submitted by: Joe Horn <joehorn@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_URL2/Makefile | 12 | ||||
-rw-r--r-- | net/pear-Net_URL2/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile index 5734a616c9fb..3a62527e4da4 100644 --- a/net/pear-Net_URL2/Makefile +++ b/net/pear-Net_URL2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_URL2 -PORTVERSION= 0.3.1 +PORTVERSION= 2.0.0 CATEGORIES= net www pear MAINTAINER= joehorn@gmail.com @@ -15,15 +15,9 @@ COMMENT= PEAR Class for parsing and handling URL LICENSE= BSD BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Net -FILES= URL2.php -EXAMPLES= example.php -TESTS= 6470.php -_EXAMPLESDIR= docs -_TESTSDIR= docs -IGNORE_WITH_PHP= 4 +PEAR_AUTOINSTALL=yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/net/pear-Net_URL2/distinfo b/net/pear-Net_URL2/distinfo index ccd8e9b0f9d7..d2f0297c6b93 100644 --- a/net/pear-Net_URL2/distinfo +++ b/net/pear-Net_URL2/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Net_URL2-0.3.1.tgz) = 10e45485708c5abcbbdacd7599b37bd5c87d7575447cc09af82a7175eb0693a9 -SIZE (PEAR/Net_URL2-0.3.1.tgz) = 8488 +SHA256 (PEAR/Net_URL2-2.0.0.tgz) = 175a7950b54262ed09db607d39d4e450898c1ed3324f8524bb35097278d53f25 +SIZE (PEAR/Net_URL2-2.0.0.tgz) = 11325 |