svn commit: r388419 - branches/2015Q2/www/h2o

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 04:09:18 UTC 2015


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 at 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
 


More information about the svn-ports-branches mailing list