From owner-svn-ports-head@FreeBSD.ORG Tue May 19 06:10:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4677B179; Tue, 19 May 2015 06:10:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1BCAD10C8; Tue, 19 May 2015 06:10:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4J6AT8g023607; Tue, 19 May 2015 06:10:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4J6ATLB023597; Tue, 19 May 2015 06:10:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201505190610.t4J6ATLB023597@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 19 May 2015 06:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386743 - head/www/h2o X-SVN-Group: ports-head 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.20 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, 19 May 2015 06:10:30 -0000 Author: wen Date: Tue May 19 06:10:28 2015 New Revision: 386743 URL: https://svnweb.freebsd.org/changeset/ports/386743 Log: - Update to 1.2.0 PR: 198573 Submitted by: anonymous.bug.report@gmail.com Approved by: dch@skunkwerks.at(maintainer) Modified: head/www/h2o/Makefile head/www/h2o/distinfo head/www/h2o/pkg-plist Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Tue May 19 05:40:21 2015 (r386742) +++ head/www/h2o/Makefile Tue May 19 06:10:28 2015 (r386743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h2o -PORTVERSION= 1.0.1 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,15 +11,9 @@ COMMENT= Optimized HTTP2 server with sup LICENSE= MIT -LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml - USE_GITHUB= yes -GH_ACCOUNT= h2o - -MAKE_JOBS_UNSAFE= yes -USES= cmake:outsource compiler:c11 -USE_OPENSSL= yes +USES= cmake compiler:c11 PORTDOCS= README.md @@ -42,7 +36,16 @@ H2O_PIDDIR= /var/run/${PORTNAME}/ USE_RC_SUBR= ${PORTNAME} -do-install: +.include + +.if ${OSVERSION} < 900000 +BROKEN= fails to compile on 8.x +.endif + +CMAKE_ARGS+= -DWITH_BUNDLED_SSL=OFF +USE_OPENSSL_PORT= yes + +post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} \ ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}${H2O_PIDDIR} \ @@ -51,12 +54,5 @@ do-install: ${INSTALL_DATA} \ ${FILESDIR}/${PORTNAME}.conf.sample \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample - ${INSTALL_PROGRAM} ${WRKDIR}/.build/h2o ${STAGEDIR}${PREFIX}/bin/h2o - -.include - -.if ${OSVERSION} < 900000 -BROKEN= fails to compile on 8.x -.endif -.include +.include Modified: head/www/h2o/distinfo ============================================================================== --- head/www/h2o/distinfo Tue May 19 05:40:21 2015 (r386742) +++ head/www/h2o/distinfo Tue May 19 06:10:28 2015 (r386743) @@ -1,2 +1,2 @@ -SHA256 (h2o-h2o-v1.0.1_GH0.tar.gz) = c8454c191104876ebaca1351fa52dbf1bb19c5f998ae959010c1a533a1bef827 -SIZE (h2o-h2o-v1.0.1_GH0.tar.gz) = 782867 +SHA256 (h2o-h2o-v1.2.0_GH0.tar.gz) = 09aacd84ea0a53eaffdc8e0c2a2cf1108bea5db81d5859a136221fd67f07833f +SIZE (h2o-h2o-v1.2.0_GH0.tar.gz) = 4155709 Modified: head/www/h2o/pkg-plist ============================================================================== --- head/www/h2o/pkg-plist Tue May 19 05:40:21 2015 (r386742) +++ head/www/h2o/pkg-plist Tue May 19 06:10:28 2015 (r386743) @@ -1,5 +1,6 @@ bin/h2o +share/h2o/fetch-ocsp-response +share/h2o/start_server @dir(%%H2O_USER%%,%%H2O_GROUP%%,0750) %%H2O_LOGDIR%% @dir(%%H2O_USER%%,%%H2O_GROUP%%,0750) %%H2O_PIDDIR%% -@dir(%%H2O_USER%%,%%H2O_GROUP%%,0750) %%ETCDIR%% @sample %%ETCDIR%%/h2o.conf.sample