svn commit: r394524 - head/devel/rubygem-caesars
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 17 19:00:34 UTC 2015
Author: amdmi3
Date: Mon Aug 17 19:00:33 2015
New Revision: 394524
URL: https://svnweb.freebsd.org/changeset/ports/394524
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/devel/rubygem-caesars/Makefile
Modified: head/devel/rubygem-caesars/Makefile
==============================================================================
--- head/devel/rubygem-caesars/Makefile Mon Aug 17 18:59:42 2015 (r394523)
+++ head/devel/rubygem-caesars/Makefile Mon Aug 17 19:00:33 2015 (r394524)
@@ -3,6 +3,7 @@
PORTNAME= caesars
PORTVERSION= 0.7.4
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -14,5 +15,7 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= bin/example
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list