diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-19 10:34:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-19 10:34:43 +0000 |
commit | 71bacc3ebe0ed54e1e809fc1adeb7c393138baef (patch) | |
tree | 883bad88d447e59c47d87ceb8435fa4367542eb2 /irc | |
parent | f5c0032edba985b8155bbd5e5dd1de973933b5ba (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/rubygem-net-irc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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> |