diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-08-12 15:40:24 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-08-12 15:40:24 +0000 |
commit | 30aceca20a554513e444ea352e8009e891650fb9 (patch) | |
tree | 61fc5c5a1be61a327c689f87ab77f8d6cc36b225 /www/httpcore | |
parent | e6589366e6e39b42b469699991eafea75b7fa77c (diff) | |
download | ports-30aceca20a554513e444ea352e8009e891650fb9.tar.gz ports-30aceca20a554513e444ea352e8009e891650fb9.zip |
Notes
Diffstat (limited to 'www/httpcore')
-rw-r--r-- | www/httpcore/Makefile | 5 | ||||
-rw-r--r-- | www/httpcore/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/httpcore/Makefile b/www/httpcore/Makefile index c801a7fa46f1..ca069dce40f5 100644 --- a/www/httpcore/Makefile +++ b/www/httpcore/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpcore -DISTVERSION= 4.2.4 +DISTVERSION= 4.3 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes -WRKSRC= ${WRKDIR}/httpcomponents-core-${DISTVERSION} +#WRKSRC= ${WRKDIR}/httpcomponents-core-${DISTVERSION} +NO_WRKSUBDIR= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar %%JAVAJARDIR%%/${PORTNAME}-nio.jar diff --git a/www/httpcore/distinfo b/www/httpcore/distinfo index 0730c3a59fa9..c29b553a5677 100644 --- a/www/httpcore/distinfo +++ b/www/httpcore/distinfo @@ -1,2 +1,2 @@ -SHA256 (httpcomponents-core-4.2.4-bin.tar.gz) = 03af28d0f6b3ea77578a014ca151830aeb348716d1307287b2f1192eae8ba8ab -SIZE (httpcomponents-core-4.2.4-bin.tar.gz) = 1755871 +SHA256 (httpcomponents-core-4.3-bin.tar.gz) = 7319d693be5643bf7a138fb84f6df432a1c8e0345646e1df69daa1c375b7fe06 +SIZE (httpcomponents-core-4.3-bin.tar.gz) = 2037381 |