svn commit: r450242 - head/www/httpclient

Alex Dupre ale at FreeBSD.org
Thu Sep 21 08:31:14 UTC 2017


Author: ale
Date: Thu Sep 21 08:31:12 2017
New Revision: 450242
URL: https://svnweb.freebsd.org/changeset/ports/450242

Log:
  Update to 4.5.3 release.

Modified:
  head/www/httpclient/Makefile
  head/www/httpclient/distinfo

Modified: head/www/httpclient/Makefile
==============================================================================
--- head/www/httpclient/Makefile	Thu Sep 21 08:30:58 2017	(r450241)
+++ head/www/httpclient/Makefile	Thu Sep 21 08:31:12 2017	(r450242)
@@ -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
 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 \

Modified: head/www/httpclient/distinfo
==============================================================================
--- head/www/httpclient/distinfo	Thu Sep 21 08:30:58 2017	(r450241)
+++ head/www/httpclient/distinfo	Thu Sep 21 08:31:12 2017	(r450242)
@@ -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


More information about the svn-ports-all mailing list