aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2020-03-13 09:27:15 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2020-03-13 09:27:15 +0000
commit036eb6b6fab9454c554ae0500de55b3f0f7ac614 (patch)
treebc6f09895cdb962ddc732986c8ceabac1b0c9d42 /Mk
parente47344f5d6f6f62a9da0f0135d5863fa6ff4e481 (diff)
downloadports-036eb6b6fab9454c554ae0500de55b3f0f7ac614.tar.gz
ports-036eb6b6fab9454c554ae0500de55b3f0f7ac614.zip
lang/ruby27: throw out irb, ri, rdoc from lang/ruby27
because they're provided as "default gem" since Ruby 2.6. We provide "default gem"s as gem ports rather than a part of lang/ruby* port. files/patch-tool_rbinstall.rb makes not to install such default gems however hollow wrapper scripts bin/{irb,ri,rdoc} and their manpages were still left. This commit intend to move out such wrapper scripts and manpages to gem ports completely. PR: 243888 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (initial revision) meta (myself) Differential Revision: https://reviews.freebsd.org/D23514
Notes
Notes: svn path=/head/; revision=528339
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ruby.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index b49c42b6fbf7..251ad237e2b6 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -176,7 +176,7 @@ RUBY26= "" # PLIST_SUB helpers
# Ruby 2.7
#
RUBY_VERSION= 2.7.0
-RUBY_PORTREVISION= 1
+RUBY_PORTREVISION= 2
RUBY_PORTEPOCH= 1
RUBY27= "" # PLIST_SUB helpers