svn commit: r438532 - head/net/rubygem-amq-protocol
Martin Wilke
miwi at FreeBSD.org
Fri Apr 14 18:34:58 UTC 2017
Author: miwi
Date: Fri Apr 14 18:34:57 2017
New Revision: 438532
URL: https://svnweb.freebsd.org/changeset/ports/438532
Log:
- Fix shebang
Modified:
head/net/rubygem-amq-protocol/Makefile
Modified: head/net/rubygem-amq-protocol/Makefile
==============================================================================
--- head/net/rubygem-amq-protocol/Makefile Fri Apr 14 18:08:41 2017 (r438531)
+++ head/net/rubygem-amq-protocol/Makefile Fri Apr 14 18:34:57 2017 (r438532)
@@ -3,6 +3,7 @@
PORTNAME= amq-protocol
PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
-USES= gem
+USES= gem python:build shebangfix
+SHEBANG_FILES= codegen/codegen.py
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list