svn commit: r387357 - head/www/rubygem-ace-rails-ap

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 24 21:39:55 UTC 2015


Author: amdmi3
Date: Sun May 24 21:39:54 2015
New Revision: 387357
URL: https://svnweb.freebsd.org/changeset/ports/387357

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

Modified:
  head/www/rubygem-ace-rails-ap/Makefile

Modified: head/www/rubygem-ace-rails-ap/Makefile
==============================================================================
--- head/www/rubygem-ace-rails-ap/Makefile	Sun May 24 21:39:45 2015	(r387356)
+++ head/www/rubygem-ace-rails-ap/Makefile	Sun May 24 21:39:54 2015	(r387357)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ace-rails-ap
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,6 +12,8 @@ COMMENT=	Ajax.org Cloud9 Editor (Ace) fo
 
 LICENSE=	MIT
 
+USES=		shebangfix
+SHEBANG_FILES=	update.sh
 USE_RUBY=	yes
 USE_RAKE=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-all mailing list