- Fix shebangs
This commit is contained in:
parent
f5c0032edb
commit
71bacc3ebe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438834
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user