Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2017 20:23:48 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439492 - head/www/rubygem-hamlit-rails
Message-ID:  <201704262023.v3QKNmWU056157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Wed Apr 26 20:23:48 2017
New Revision: 439492
URL: https://svnweb.freebsd.org/changeset/ports/439492

Log:
  www/rubygem-hamlit-rails: Fix /bin/bash shebang error during stage-qa
  
  Approved by:	swills (mentor, implicit)

Modified:
  head/www/rubygem-hamlit-rails/Makefile

Modified: head/www/rubygem-hamlit-rails/Makefile
==============================================================================
--- head/www/rubygem-hamlit-rails/Makefile	Wed Apr 26 20:20:42 2017	(r439491)
+++ head/www/rubygem-hamlit-rails/Makefile	Wed Apr 26 20:23:48 2017	(r439492)
@@ -2,6 +2,7 @@
 
 PORTNAME=	hamlit-rails
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -17,8 +18,9 @@ RUN_DEPENDS=	rubygem-activesupport4>=4.0
 		rubygem-railties4>=4.0.1:www/rubygem-railties4
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
-USES=		gem
+USES=		gem shebangfix
+bash_CMD=	${SH}
+SHEBANG_FILES=	bin/setup
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704262023.v3QKNmWU056157>