Date: Wed, 3 Jun 2015 04:09:18 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388419 - branches/2015Q2/www/h2o Message-ID: <201506030409.t5349IGd069376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506030409.t5349IGd069376>