diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-19 15:14:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-19 15:14:52 +0800 |
commit | db995503d6c56f6b98b400b5dcfd474fc086e6de (patch) | |
tree | 2f65d57c978bd5931b8f88a67e285f9dd0cfc84a /www | |
parent | 0bebc0160f7363a184647cdbb037233a22ceb042 (diff) | |
download | freebsd-ports-gnome-db995503d6c56f6b98b400b5dcfd474fc086e6de.tar.gz freebsd-ports-gnome-db995503d6c56f6b98b400b5dcfd474fc086e6de.tar.zst freebsd-ports-gnome-db995503d6c56f6b98b400b5dcfd474fc086e6de.zip |
- Update to 2.2.1
- Pet portlint
PR: 189830
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTTP_Request2/Makefile | 2 | ||||
-rw-r--r-- | www/pear-HTTP_Request2/distinfo | 4 | ||||
-rw-r--r-- | www/pear-HTTP_Request2/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/pear-HTTP_Request2/Makefile b/www/pear-HTTP_Request2/Makefile index fadd1c698e8d..b4b1536ef896 100644 --- a/www/pear-HTTP_Request2/Makefile +++ b/www/pear-HTTP_Request2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP_Request2 -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.1 PORTEPOCH= 1 CATEGORIES= www pear diff --git a/www/pear-HTTP_Request2/distinfo b/www/pear-HTTP_Request2/distinfo index 616786a1017a..97cc859157cc 100644 --- a/www/pear-HTTP_Request2/distinfo +++ b/www/pear-HTTP_Request2/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTTP_Request2-2.1.1.tgz) = 6f809dcdf3912847d43068791a0565b9e69f2bf41200aa23aad436498c665918 -SIZE (PEAR/HTTP_Request2-2.1.1.tgz) = 99151 +SHA256 (PEAR/HTTP_Request2-2.2.1.tgz) = 1cb082560db3344a1189cd33a354091bd55ad1944a5c9152a2573b031d960704 +SIZE (PEAR/HTTP_Request2-2.2.1.tgz) = 107339 diff --git a/www/pear-HTTP_Request2/pkg-descr b/www/pear-HTTP_Request2/pkg-descr index afd6db141ee6..833e409caebc 100644 --- a/www/pear-HTTP_Request2/pkg-descr +++ b/www/pear-HTTP_Request2/pkg-descr @@ -8,4 +8,4 @@ Supports POST requests with data and file uploads, authentication, cookies, proxies, gzip and deflate encodings, monitoring the request progress with Observers. -WWW: http://pear.php.net/package/HTTP_Request2/ +WWW: http://pear.php.net/package/HTTP_Request2 |