From owner-svn-ports-all@freebsd.org Thu Sep 21 08:31:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34A70E1C8AD; Thu, 21 Sep 2017 08:31:00 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0B4216EEC6; Thu, 21 Sep 2017 08:30:59 +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 v8L8UwiU027181; Thu, 21 Sep 2017 08:30:58 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8L8Uw4B027179; Thu, 21 Sep 2017 08:30:58 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201709210830.v8L8Uw4B027179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 21 Sep 2017 08:30:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450241 - head/www/httpcore X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/www/httpcore X-SVN-Commit-Revision: 450241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 08:31:00 -0000 Author: ale Date: Thu Sep 21 08:30:58 2017 New Revision: 450241 URL: https://svnweb.freebsd.org/changeset/ports/450241 Log: Update to 4.4.7 release. Modified: head/www/httpcore/Makefile head/www/httpcore/distinfo Modified: head/www/httpcore/Makefile ============================================================================== --- head/www/httpcore/Makefile Thu Sep 21 07:37:13 2017 (r450240) +++ head/www/httpcore/Makefile Thu Sep 21 08:30:58 2017 (r450241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpcore -DISTVERSION= 4.3.3 +DISTVERSION= 4.4.7 CATEGORIES= www java MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/binary DISTNAME= httpcomponents-core-${DISTVERSION}-bin @@ -12,17 +12,21 @@ COMMENT= Java components implementing the base HTTP pr LICENSE= APACHE20 -OPTIONS_DEFINE= DOCS EXAMPLES +RUN_DEPENDS= ${JAVALIBDIR}/commons-cli.jar:java/jakarta-commons-cli +OPTIONS_DEFINE= DOCS + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/httpcomponents-core-${DISTVERSION} -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar %%JAVAJARDIR%%/${PORTNAME}-nio.jar +PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ + %%JAVAJARDIR%%/${PORTNAME}-nio.jar \ + %%JAVAJARDIR%%/${PORTNAME}-ab.jar PORTDOCS= * -PORTEXAMPLES= * .include @@ -35,19 +39,14 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-nio-${DISTVERSION}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-nio.jar @${ECHO_MSG} " [DONE]" + @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}-ab.jar..." + @${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-ab-${DISTVERSION}.jar \ + ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-ab.jar + @${ECHO_MSG} " [DONE]" .if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${FIND} tutorial \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 @${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/httpcore/distinfo ============================================================================== --- head/www/httpcore/distinfo Thu Sep 21 07:37:13 2017 (r450240) +++ head/www/httpcore/distinfo Thu Sep 21 08:30:58 2017 (r450241) @@ -1,2 +1,3 @@ -SHA256 (httpcomponents-core-4.3.3-bin.tar.gz) = fe1c7dfefd3251f007caae9b12096bd6d7c643a566cf1b157861f5e629bb2ef5 -SIZE (httpcomponents-core-4.3.3-bin.tar.gz) = 839584 +TIMESTAMP = 1505979669 +SHA256 (httpcomponents-core-4.4.7-bin.tar.gz) = c5b0e8955e44013929b7eb29203c33eccba5a391652907064234c328fa015ca8 +SIZE (httpcomponents-core-4.4.7-bin.tar.gz) = 702691