diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-09-16 07:55:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-09-16 07:55:49 +0000 |
commit | f99d89e28ae99d692fd05d0e48eabaa48e41d64c (patch) | |
tree | 0ca4807e080fbdc337fdffe1976833dc5ffb9497 /www/httpclient | |
parent | 264cde2c6510ef7860844d49164b4c42401d2750 (diff) | |
download | ports-f99d89e28ae99d692fd05d0e48eabaa48e41d64c.tar.gz ports-f99d89e28ae99d692fd05d0e48eabaa48e41d64c.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 070bfa4b7484..fed77ee26ea9 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httpclient -DISTVERSION= 4.0.1 +DISTVERSION= 4.0.2 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary @@ -42,7 +42,7 @@ do-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${FIND} tutorial \ + @cd ${WRKSRC} && ${FIND} javadoc tutorial \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${WRKSRC}/NTLM_SUPPORT.txt \ ${DOCSDIR}/ diff --git a/www/httpclient/distinfo b/www/httpclient/distinfo index 27f669839529..737333239c0e 100644 --- a/www/httpclient/distinfo +++ b/www/httpclient/distinfo @@ -1,3 +1,3 @@ -MD5 (httpcomponents-client-4.0.1-bin.tar.gz) = a5b66b8152d2635512cc8740a527eb60 -SHA256 (httpcomponents-client-4.0.1-bin.tar.gz) = 392be3938cffceaee1002c28cfd0a26fbea2dd646b9de235a6a19fdfef6d0aae -SIZE (httpcomponents-client-4.0.1-bin.tar.gz) = 504431 +MD5 (httpcomponents-client-4.0.2-bin.tar.gz) = 0b8736d345fbf6630221e9c74469ecc8 +SHA256 (httpcomponents-client-4.0.2-bin.tar.gz) = 82214d50126eec610c69362a80892927d74c28506321387a70f9370138d0bf76 +SIZE (httpcomponents-client-4.0.2-bin.tar.gz) = 1082986 |