summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-19 10:34:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-19 10:34:43 +0000
commit71bacc3ebe0ed54e1e809fc1adeb7c393138baef (patch)
tree883bad88d447e59c47d87ceb8435fa4367542eb2
parent- Update to 6.2.36 (diff)
- Fix shebangs
Notes
Notes: svn path=/head/; revision=438834
-rw-r--r--comms/rubygem-serialport/Makefile4
-rw-r--r--devel/rubygem-message_bus/Makefile5
-rw-r--r--irc/rubygem-net-irc/Makefile7
-rw-r--r--net-mgmt/rubygem-oxidized/Makefile5
-rw-r--r--sysutils/rubygem-fluent-plugin-graylog/Makefile4
-rw-r--r--www/rubygem-totoridipjp/Makefile4
-rw-r--r--x11-toolkits/py-wxPython28/Makefile5
7 files changed, 26 insertions, 8 deletions
diff --git a/comms/rubygem-serialport/Makefile b/comms/rubygem-serialport/Makefile
index 0ed31cb1f97e..ed1f037e28ae 100644
--- a/comms/rubygem-serialport/Makefile
+++ b/comms/rubygem-serialport/Makefile
@@ -2,6 +2,7 @@
PORTNAME= serialport
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= comms rubygems
MASTER_SITES= RG
@@ -11,6 +12,7 @@ COMMENT= Library for using RS-232 serial ports
LICENSE= GPLv2
USE_RUBY= yes
-USES= gem
+USES= gem shebangfix
+SHEBANG_FILES= test/set_readtimeout.rb
.include <bsd.port.mk>
diff --git a/devel/rubygem-message_bus/Makefile b/devel/rubygem-message_bus/Makefile
index c2752a5492d8..4e5f598b2ad1 100644
--- a/devel/rubygem-message_bus/Makefile
+++ b/devel/rubygem-message_bus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= message_bus
PORTVERSION= 2.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -17,6 +17,7 @@ RUN_DEPENDS= rubygem-rack>=1.1.3:www/rubygem-rack
NO_ARCH= yes
USE_RUBY= yes
-USES= gem
+USES= gem shebangfix
+SHEBANG_FILES= examples/chat/docker_container/update_chat
.include <bsd.port.mk>
diff --git a/irc/rubygem-net-irc/Makefile b/irc/rubygem-net-irc/Makefile
index 001d09dbb594..c924db036e7c 100644
--- a/irc/rubygem-net-irc/Makefile
+++ b/irc/rubygem-net-irc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= net-irc
PORTVERSION= 0.0.9
+PORTREVISION= 1
CATEGORIES= irc rubygems
MASTER_SITES= RG
@@ -11,7 +12,13 @@ COMMENT= Ruby library for implementing IRC server and client
NO_ARCH= yes
+REINPLACE_ARGS= -i ''
USE_RUBY= yes
USES= gem
+post-patch:
+ @${REINPLACE_CMD} -e '1d' \
+ ${WRKSRC}/spec/channel_manager_spec.rb \
+ ${WRKSRC}/spec/net-irc_spec.rb
+
.include <bsd.port.mk>
diff --git a/net-mgmt/rubygem-oxidized/Makefile b/net-mgmt/rubygem-oxidized/Makefile
index d9ed5addf026..b4acf3ee6a90 100644
--- a/net-mgmt/rubygem-oxidized/Makefile
+++ b/net-mgmt/rubygem-oxidized/Makefile
@@ -3,6 +3,7 @@
PORTNAME= oxidized
PORTVERSION= 0.19.0
+PORTREVISION= 1
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
@@ -22,7 +23,9 @@ NO_ARCH= yes
USE_RC_SUBR= oxidized
USE_RUBY= yes
-USES= gem
+USES= gem shebangfix
+SHEBANG_FILES= extra/oxidized.runit \
+ extra/auto-reload-config.runit
USERS= oxidized
GROUPS= oxidized
diff --git a/sysutils/rubygem-fluent-plugin-graylog/Makefile b/sysutils/rubygem-fluent-plugin-graylog/Makefile
index 013505cdf4ac..5085ca22a267 100644
--- a/sysutils/rubygem-fluent-plugin-graylog/Makefile
+++ b/sysutils/rubygem-fluent-plugin-graylog/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fluent-plugin-graylog
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
@@ -14,6 +15,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-fluentd>0:sysutils/rubygem-fluentd
USE_RUBY= yes
-USES= gem
+USES= gem shebangfix
+SHEBANG_FILES= bin/setup
.include <bsd.port.mk>
diff --git a/www/rubygem-totoridipjp/Makefile b/www/rubygem-totoridipjp/Makefile
index 03a4b34a3bdd..c45301a4e9eb 100644
--- a/www/rubygem-totoridipjp/Makefile
+++ b/www/rubygem-totoridipjp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= totoridipjp
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
-USES= gem
+USES= gem shebangfix
+SHEBANG_FILES= bin/setup
.include <bsd.port.mk>
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile
index 246729550435..f511f721fca3 100644
--- a/x11-toolkits/py-wxPython28/Makefile
+++ b/x11-toolkits/py-wxPython28/Makefile
@@ -4,7 +4,7 @@
PORTNAME= wxPython
PORTVERSION= 2.8.12.1
DISTVERSIONPREFIX= src-
-PORTREVISION?= 8
+PORTREVISION?= 9
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,8 @@ WRKSRC_SUBDIR= wxPython
DIST_SUBDIR= python
USE_PYTHON= distutils
-USES= gettext gmake pkgconfig python tar:bzip2
+USES= gettext gmake pkgconfig python shebangfix tar:bzip2
+SHEBANG_FILES= wx/tools/Editra/Editra.pyw
PYDISTUTILS_BUILDARGS= \
WX_CONFIG="${WX_CONFIG}" \