From owner-svn-ports-head@freebsd.org Tue Jul 24 12:46:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE2F5104B013; Tue, 24 Jul 2018 12:46:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9106A8D9DB; Tue, 24 Jul 2018 12:46:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 724AA3BC5; Tue, 24 Jul 2018 12:46:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6OCkDaS013420; Tue, 24 Jul 2018 12:46:13 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6OCkDWM013418; Tue, 24 Jul 2018 12:46:13 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201807241246.w6OCkDWM013418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Tue, 24 Jul 2018 12:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475247 - head/www/httpasyncclient X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/www/httpasyncclient X-SVN-Commit-Revision: 475247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 12:46:14 -0000 Author: ale Date: Tue Jul 24 12:46:12 2018 New Revision: 475247 URL: https://svnweb.freebsd.org/changeset/ports/475247 Log: Update to 4.1.4 release. Modified: head/www/httpasyncclient/Makefile head/www/httpasyncclient/distinfo Modified: head/www/httpasyncclient/Makefile ============================================================================== --- head/www/httpasyncclient/Makefile Tue Jul 24 12:45:51 2018 (r475246) +++ head/www/httpasyncclient/Makefile Tue Jul 24 12:46:12 2018 (r475247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpasyncclient -DISTVERSION= 4.1.3 +DISTVERSION= 4.1.4 CATEGORIES= www java MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/binary DISTNAME= httpcomponents-asyncclient-${DISTVERSION}-bin @@ -17,7 +17,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/httpclient.jar:www/httpclie USES= cpe CPE_VENDOR= apache -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes @@ -28,7 +28,6 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ %%JAVAJARDIR%%/${PORTNAME}-cache.jar PORTDOCS= * -PORTEXAMPLES= * .include @@ -45,13 +44,6 @@ do-install: @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${STAGEDIR}/${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${STAGEDIR}/${DOCSDIR}/ - @${ECHO_MSG} " [DONE]" -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${ECHO_MSG} -n ">> Installing examples..." - @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${FIND} . \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}/${EXAMPLESDIR} > /dev/null 2>&1 @${ECHO_MSG} " [DONE]" .endif Modified: head/www/httpasyncclient/distinfo ============================================================================== --- head/www/httpasyncclient/distinfo Tue Jul 24 12:45:51 2018 (r475246) +++ head/www/httpasyncclient/distinfo Tue Jul 24 12:46:12 2018 (r475247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505982550 -SHA256 (httpcomponents-asyncclient-4.1.3-bin.tar.gz) = 9d0eb653e7970eb06af5539a9013f355fb54df0b56b72649d714c801291b1a61 -SIZE (httpcomponents-asyncclient-4.1.3-bin.tar.gz) = 1930043 +TIMESTAMP = 1532435773 +SHA256 (httpcomponents-asyncclient-4.1.4-bin.tar.gz) = 505b613a0bf0aef22a422b34e4b6869711bdde434acec50b3e163be877f6020b +SIZE (httpcomponents-asyncclient-4.1.4-bin.tar.gz) = 1971711