Date: Mon, 31 Jan 2022 12:23:03 GMT From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9920504e62df - main - www/httpasyncclient: update to 4.1.5 release Message-ID: <202201311223.20VCN3LK082506@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=9920504e62df76115306b7c46356ce0a493b3334 commit 9920504e62df76115306b7c46356ce0a493b3334 Author: Alex Dupre <ale@FreeBSD.org> AuthorDate: 2022-01-31 12:22:25 +0000 Commit: Alex Dupre <ale@FreeBSD.org> CommitDate: 2022-01-31 12:22:47 +0000 www/httpasyncclient: update to 4.1.5 release --- www/httpasyncclient/Makefile | 4 +++- www/httpasyncclient/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/www/httpasyncclient/Makefile b/www/httpasyncclient/Makefile index 95b88896d427..86b20ec5fb0b 100644 --- a/www/httpasyncclient/Makefile +++ b/www/httpasyncclient/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> PORTNAME= httpasyncclient -DISTVERSION= 4.1.4 +DISTVERSION= 4.1.5 CATEGORIES= www java MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/binary DISTNAME= httpcomponents-asyncclient-${DISTVERSION}-bin @@ -18,6 +18,7 @@ USES= cpe CPE_VENDOR= apache OPTIONS_DEFINE= DOCS USE_JAVA= yes +NO_WRKSUBDIR= yes NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/httpcomponents-asyncclient-${DISTVERSION} @@ -42,6 +43,7 @@ do-install: @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${STAGEDIR}/${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${STAGEDIR}/${DOCSDIR}/ + @(cd ${WRKSRC} && ${COPYTREE_SHARE} javadoc ${STAGEDIR}${DOCSDIR}/) @${ECHO_MSG} " [DONE]" .endif diff --git a/www/httpasyncclient/distinfo b/www/httpasyncclient/distinfo index b942a82712a6..fa2445f82633 100644 --- a/www/httpasyncclient/distinfo +++ b/www/httpasyncclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532435773 -SHA256 (httpcomponents-asyncclient-4.1.4-bin.tar.gz) = 505b613a0bf0aef22a422b34e4b6869711bdde434acec50b3e163be877f6020b -SIZE (httpcomponents-asyncclient-4.1.4-bin.tar.gz) = 1971711 +TIMESTAMP = 1643621110 +SHA256 (httpcomponents-asyncclient-4.1.5-bin.tar.gz) = 09564c129b2557003ae376426c2da25f2e114d722a628a0ededf60cbaecdcfa6 +SIZE (httpcomponents-asyncclient-4.1.5-bin.tar.gz) = 2325426
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201311223.20VCN3LK082506>