svn commit: r389776 - branches/2015Q2/www/rubygem-puma

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 00:25:20 UTC 2015


Author: amdmi3
Date: Tue Jun 16 00:25:19 2015
New Revision: 389776
URL: https://svnweb.freebsd.org/changeset/ports/389776

Log:
  MFH: r387359
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/rubygem-puma/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/rubygem-puma/Makefile
==============================================================================
--- branches/2015Q2/www/rubygem-puma/Makefile	Tue Jun 16 00:24:00 2015	(r389775)
+++ branches/2015Q2/www/rubygem-puma/Makefile	Tue Jun 16 00:25:19 2015	(r389776)
@@ -3,6 +3,7 @@
 
 PORTNAME=	puma
 PORTVERSION=	2.9.1
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -13,6 +14,8 @@ LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack
 
+USES=		shebangfix
+SHEBANG_FILES=	tools/jungle/init.d/run-puma
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-branches mailing list