svn commit: r387359 - head/www/rubygem-puma

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 24 21:40:51 UTC 2015


Author: amdmi3
Date: Sun May 24 21:40:50 2015
New Revision: 387359
URL: https://svnweb.freebsd.org/changeset/ports/387359

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/rubygem-puma/Makefile

Modified: head/www/rubygem-puma/Makefile
==============================================================================
--- head/www/rubygem-puma/Makefile	Sun May 24 21:40:44 2015	(r387358)
+++ head/www/rubygem-puma/Makefile	Sun May 24 21:40:50 2015	(r387359)
@@ -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-all mailing list