diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-10-20 06:29:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-10-20 06:29:33 +0000 |
commit | 4966ce6c7882022b40f1172c417cb80fc700cacf (patch) | |
tree | f9ea89e891a0fb86bed353057227949dab6da0fa /www/httpcore | |
parent | f323113550e69a2da39614cb54331fc2c1c76da2 (diff) | |
download | ports-4966ce6c7882022b40f1172c417cb80fc700cacf.tar.gz ports-4966ce6c7882022b40f1172c417cb80fc700cacf.zip |
Notes
Diffstat (limited to 'www/httpcore')
-rw-r--r-- | www/httpcore/Makefile | 4 | ||||
-rw-r--r-- | www/httpcore/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/httpcore/Makefile b/www/httpcore/Makefile index 539fd0f12372..8f7cc7c5681e 100644 --- a/www/httpcore/Makefile +++ b/www/httpcore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httpcore -DISTVERSION= 4.0-beta2 +DISTVERSION= 4.0-beta3 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary @@ -36,7 +36,7 @@ do-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/javadoc && ${FIND} ${PORTNAME} ${PORTNAME}-nio \ + @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/httpcore/distinfo b/www/httpcore/distinfo index e89b166beece..7907d09df611 100644 --- a/www/httpcore/distinfo +++ b/www/httpcore/distinfo @@ -1,3 +1,3 @@ -MD5 (httpcomponents-core-4.0-beta2-bin.tar.gz) = e33280fe917bc1f2f934bc24fcc8b673 -SHA256 (httpcomponents-core-4.0-beta2-bin.tar.gz) = 01969c8c0cffb36873f6ffa29f48beb66ece7b927a2c86b65f6ae365d39a88ce -SIZE (httpcomponents-core-4.0-beta2-bin.tar.gz) = 921495 +MD5 (httpcomponents-core-4.0-beta3-bin.tar.gz) = 9ff2198c10137684f5326369e19d52c9 +SHA256 (httpcomponents-core-4.0-beta3-bin.tar.gz) = 1932671e7462bce2340c053662a4e30ef26be604a2d7c28f787a59b1490beb72 +SIZE (httpcomponents-core-4.0-beta3-bin.tar.gz) = 948825 |