From owner-svn-ports-all@FreeBSD.ORG Wed Jun 3 04:09:18 2015 Return-Path: Delivered-To: svn-ports-all@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 CBEDC302; Wed, 3 Jun 2015 04:09:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 B9AF010B1; Wed, 3 Jun 2015 04:09:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5349IVa069377; Wed, 3 Jun 2015 04:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5349IGd069376; Wed, 3 Jun 2015 04:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506030409.t5349IGd069376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 3 Jun 2015 04:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388419 - branches/2015Q2/www/h2o X-SVN-Group: ports-branches 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.20 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: Wed, 03 Jun 2015 04:09:18 -0000 Author: amdmi3 Date: Wed Jun 3 04:09:17 2015 New Revision: 388419 URL: https://svnweb.freebsd.org/changeset/ports/388419 Log: MFH: r387352 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/h2o/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/h2o/Makefile ============================================================================== --- branches/2015Q2/www/h2o/Makefile Wed Jun 3 00:04:31 2015 (r388418) +++ branches/2015Q2/www/h2o/Makefile Wed Jun 3 04:09:17 2015 (r388419) @@ -3,6 +3,7 @@ PORTNAME= h2o PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= dch@skunkwerks.at @@ -18,7 +19,8 @@ GH_TAGNAME= v1.0.1 GH_COMMIT= c28f39e MAKE_JOBS_UNSAFE= yes -USES= cmake:outsource compiler:c11 +USES= cmake:outsource compiler:c11 shebangfix +SHEBANG_FILES= share/h2o/start_server USE_OPENSSL= yes