diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-09-11 05:47:10 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-09-11 05:47:10 +0000 |
commit | 2d675dfc93b4a559658189b177a41ee891242545 (patch) | |
tree | f945728517fe5196c6a83e951718eb10089ce67e /www/httpclient | |
parent | b474878709cc46c9263e15587db268a1df1143b7 (diff) | |
download | ports-2d675dfc93b4a559658189b177a41ee891242545.tar.gz ports-2d675dfc93b4a559658189b177a41ee891242545.zip |
Notes
Diffstat (limited to 'www/httpclient')
-rw-r--r-- | www/httpclient/Makefile | 7 | ||||
-rw-r--r-- | www/httpclient/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/httpclient/Makefile b/www/httpclient/Makefile index 3426363e9a22..448b3be11e6d 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httpclient -DISTVERSION= 4.0-beta2 +DISTVERSION= 4.0 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary @@ -41,9 +41,10 @@ do-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${FIND} javadoc \ + @cd ${WRKSRC} && ${FIND} javadoc tutorial \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 - @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${DOCSDIR}/ + @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${WRKSRC}/NTLM_SUPPORT.txt \ + ${DOCSDIR}/ @${ECHO_MSG} " [DONE]" .endif diff --git a/www/httpclient/distinfo b/www/httpclient/distinfo index 3aa48ccf5e2a..06f2b827c87f 100644 --- a/www/httpclient/distinfo +++ b/www/httpclient/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (httpcomponents-client-4.0-bin.tar.gz) = 00a8b499aca8ceb099056aa1d19ff48e +SHA256 (httpcomponents-client-4.0-bin.tar.gz) = 6c8f130a020f6068b3680a926edb53052e7744a7a1cd2bae87315ddcfb03d535 +SIZE (httpcomponents-client-4.0-bin.tar.gz) = 1048403 |