diff options
author | ale <ale@FreeBSD.org> | 2009-04-09 15:49:19 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-04-09 15:49:19 +0800 |
commit | 37779efb35d312771d02baddce7274e23c9fc6e4 (patch) | |
tree | 8dffa45a2bf9770bde3ddb01547c2240df524cc1 /www | |
parent | da1fed5c4f0c93a816373f2d06b9d0bcc0982732 (diff) | |
download | freebsd-ports-gnome-37779efb35d312771d02baddce7274e23c9fc6e4.tar.gz freebsd-ports-gnome-37779efb35d312771d02baddce7274e23c9fc6e4.tar.zst freebsd-ports-gnome-37779efb35d312771d02baddce7274e23c9fc6e4.zip |
Update to 4.0 final release.
Diffstat (limited to 'www')
-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 8f7cc7c5681e..21585b1efe88 100644 --- a/www/httpcore/Makefile +++ b/www/httpcore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httpcore -DISTVERSION= 4.0-beta3 +DISTVERSION= 4.0 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} && ${FIND} javadoc \ + @cd ${WRKSRC} && ${FIND} javadoc tutorial \ | ${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 7907d09df611..d3974ded3346 100644 --- a/www/httpcore/distinfo +++ b/www/httpcore/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (httpcomponents-core-4.0-bin.tar.gz) = b3809f07782b6767ab785d33296c666c +SHA256 (httpcomponents-core-4.0-bin.tar.gz) = 15752d4035abe450b8629c2785ea43d33bb5ed5c22a92840dc5b1a041a12b2c7 +SIZE (httpcomponents-core-4.0-bin.tar.gz) = 1276038 |