Update to 4.5.3 release.
This commit is contained in:
parent
142200041d
commit
1b1b0b0e67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450242
2 changed files with 10 additions and 6 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue