diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-29 09:24:28 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-29 09:24:28 +0000 |
commit | 9fcf4d9edce0298d6798b672434d49e0a808f830 (patch) | |
tree | 8eed21e7342b7bfb0080103ef262ff21d34a62f1 /www/httpclient | |
parent | aad1e8cc16ce74197d27f0faf4b0577a808068e6 (diff) | |
download | ports-9fcf4d9edce0298d6798b672434d49e0a808f830.tar.gz ports-9fcf4d9edce0298d6798b672434d49e0a808f830.zip |
Notes
Diffstat (limited to 'www/httpclient')
-rw-r--r-- | www/httpclient/Makefile | 4 | ||||
-rw-r--r-- | www/httpclient/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/httpclient/Makefile b/www/httpclient/Makefile index e944f029004f..3426363e9a22 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httpclient -DISTVERSION= 4.0-beta1 +DISTVERSION= 4.0-beta2 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary @@ -41,7 +41,7 @@ do-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/javadoc && ${FIND} ${PORTNAME} ${PORTNAME:S/client/mime/} \ + @cd ${WRKSRC} && ${FIND} javadoc \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${DOCSDIR}/ @${ECHO_MSG} " [DONE]" diff --git a/www/httpclient/distinfo b/www/httpclient/distinfo index 5c93f4d1fa5e..3aa48ccf5e2a 100644 --- a/www/httpclient/distinfo +++ b/www/httpclient/distinfo @@ -1,3 +1,3 @@ -MD5 (httpcomponents-client-4.0-beta1-bin.tar.gz) = 8df411f4512fc9259c1fa42f3952750b -SHA256 (httpcomponents-client-4.0-beta1-bin.tar.gz) = 0a6dc6a28eb4c3e132aceecdeec82e3b0062c0f3e0b9820777b6ad69f8231a3c -SIZE (httpcomponents-client-4.0-beta1-bin.tar.gz) = 782050 +MD5 (httpcomponents-client-4.0-beta2-bin.tar.gz) = b1d473ac74cbacf7ec92817602b47625 +SHA256 (httpcomponents-client-4.0-beta2-bin.tar.gz) = dd454149612fb8c21f7ad1448b3935dd0970f4465122536f13742e8896402549 +SIZE (httpcomponents-client-4.0-beta2-bin.tar.gz) = 769743 |