diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-20 14:58:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-20 14:58:37 +0000 |
commit | 83e5b9323b0f0281fa8e488f2f24d051ceeb8836 (patch) | |
tree | 6edfe3fe5d80ec822070e1ba76ab5a2328385d2c /Mk | |
parent | d5173a883f8c36bc1b381fd7ab769a030a85ec8b (diff) | |
download | freebsd-ports-83e5b9323b0f0281fa8e488f2f24d051ceeb8836.zip |
Update to 2.3.8
- Move BROKEN_* upward
- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:
Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-3-8-released/
PR: 232438
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: afc60484-0652-440e-b01a-5ef814747f06
MFH: 2018Q4
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index b54f5aea57fa..7bea726d169a 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -154,8 +154,8 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # # Ruby 2.3 # -RUBY_RELVERSION= 2.3.7 -RUBY_PORTREVISION= 1 +RUBY_RELVERSION= 2.3.8 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY23= "" # PLIST_SUB helpers |