svn commit: r389774 - branches/2015Q2/www/rubygem-ace-rails-ap
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 00:22:51 UTC 2015
Author: amdmi3
Date: Tue Jun 16 00:22:50 2015
New Revision: 389774
URL: https://svnweb.freebsd.org/changeset/ports/389774
Log:
MFH: r387357
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/www/rubygem-ace-rails-ap/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/www/rubygem-ace-rails-ap/Makefile
==============================================================================
--- branches/2015Q2/www/rubygem-ace-rails-ap/Makefile Tue Jun 16 00:21:54 2015 (r389773)
+++ branches/2015Q2/www/rubygem-ace-rails-ap/Makefile Tue Jun 16 00:22:50 2015 (r389774)
@@ -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