diff options
author | ale <ale@FreeBSD.org> | 2017-09-21 16:31:12 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2017-09-21 16:31:12 +0800 |
commit | cf0fb327ccd3fee708bd4f5a5f9147d88030adb0 (patch) | |
tree | 1087e085b80273854907f91e22e3efef1b8dcbd7 /www | |
parent | 33e894aa8d1289f7684e2aa4c3bee8642edb03d0 (diff) | |
download | freebsd-ports-gnome-cf0fb327ccd3fee708bd4f5a5f9147d88030adb0.tar.gz freebsd-ports-gnome-cf0fb327ccd3fee708bd4f5a5f9147d88030adb0.tar.zst freebsd-ports-gnome-cf0fb327ccd3fee708bd4f5a5f9147d88030adb0.zip |
Update to 4.5.3 release.
Diffstat (limited to 'www')
-rw-r--r-- | www/httpclient/Makefile | 11 | ||||
-rw-r--r-- | www/httpclient/distinfo | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/httpclient/Makefile b/www/httpclient/Makefile index abfcb6c4407f..7f980d346af0 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpclient -DISTVERSION= 4.3.6 +DISTVERSION= 4.5.3 CATEGORIES= www java MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/binary DISTNAME= httpcomponents-client-${DISTVERSION}-bin @@ -13,17 +13,20 @@ COMMENT= Java components implementing an advanced HTTP client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES+= cpe -CPE_PRODUCT= commons-httpclient -CPE_VENDOR= apache RUN_DEPENDS= ${JAVALIBDIR}/httpcore.jar:www/httpcore \ ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging \ ${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec OPTIONS_DEFINE= DOCS EXAMPLES + +USES= cpe +CPE_PRODUCT= commons-httpclient +CPE_VENDOR= apache + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/httpcomponents-client-${DISTVERSION} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ diff --git a/www/httpclient/distinfo b/www/httpclient/distinfo index aa6f1b300cd6..375169f8b26c 100644 --- a/www/httpclient/distinfo +++ b/www/httpclient/distinfo @@ -1,2 +1,3 @@ -SHA256 (httpcomponents-client-4.3.6-bin.tar.gz) = 48fa1a17847626efe6f527bb8d152d4f250134a239347e688d3334fc844bb64f -SIZE (httpcomponents-client-4.3.6-bin.tar.gz) = 1466395 +TIMESTAMP = 1505981967 +SHA256 (httpcomponents-client-4.5.3-bin.tar.gz) = 356b6e227a502a71b3b401e1f999cb9a93c07376fed27555fb0ac1344f6a03d8 +SIZE (httpcomponents-client-4.5.3-bin.tar.gz) = 3012053 |