diff options
author | ale <ale@FreeBSD.org> | 2014-02-27 21:20:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-02-27 21:20:11 +0800 |
commit | b6c5d7c3f44673a6d6e6f44410c9b7231f0f50f2 (patch) | |
tree | a0fda3d6b5ee46d2a64e514d4327feb373b41051 /www | |
parent | ce81d44598699bafaba668616c3374f4e86f3b40 (diff) | |
download | freebsd-ports-gnome-b6c5d7c3f44673a6d6e6f44410c9b7231f0f50f2.tar.gz freebsd-ports-gnome-b6c5d7c3f44673a6d6e6f44410c9b7231f0f50f2.tar.zst freebsd-ports-gnome-b6c5d7c3f44673a6d6e6f44410c9b7231f0f50f2.zip |
Update to 4.3.3 release.
Diffstat (limited to 'www')
-rw-r--r-- | www/httpclient/Makefile | 2 | ||||
-rw-r--r-- | www/httpclient/distinfo | 4 | ||||
-rw-r--r-- | www/httpclient/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/httpclient/Makefile b/www/httpclient/Makefile index da7b040bf351..4a73fba8fdad 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpclient -DISTVERSION= 4.3.2 +DISTVERSION= 4.3.3 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary diff --git a/www/httpclient/distinfo b/www/httpclient/distinfo index f3d4ded20e5e..9e5165cb9e86 100644 --- a/www/httpclient/distinfo +++ b/www/httpclient/distinfo @@ -1,2 +1,2 @@ -SHA256 (httpcomponents-client-4.3.2-bin.tar.gz) = ac6c6163de1923f1c7491981ff6cfdcd2c9600be884568cc1f924d15cd0fa991 -SIZE (httpcomponents-client-4.3.2-bin.tar.gz) = 1452764 +SHA256 (httpcomponents-client-4.3.3-bin.tar.gz) = ea501dfd0950247cc319c380cb4b0a24fe81b2c8c17b96f9fe255fc03d9f016c +SIZE (httpcomponents-client-4.3.3-bin.tar.gz) = 1460418 diff --git a/www/httpclient/pkg-descr b/www/httpclient/pkg-descr index bebd968a5b41..ccf1793991be 100644 --- a/www/httpclient/pkg-descr +++ b/www/httpclient/pkg-descr @@ -9,4 +9,4 @@ on top of HttpCore. The HttpMime module extends mime4j library with some HTTP specific functionality and integrates it with the HttpComponents framework. -WWW: http://hc.apache.org/httpcomponents-client/ +WWW: http://hc.apache.org/httpcomponents-client-4.3.x/ |