diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-20 14:57:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-20 14:57:33 +0000 |
commit | 97a290bd3fd377601390863e445242d527055025 (patch) | |
tree | 1fa41d4dfa205eaa7944b461d025e0825294492a /Mk | |
parent | 4adccb13516ed024b9efdf711fc09441e65e46e2 (diff) | |
download | freebsd-ports-97a290bd3fd377601390863e445242d527055025.zip |
Update to 2.5.3
- 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/18/ruby-2-5-3-released/
https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-5-2-released/
PR: 232431
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 a30dc4a62c57..5de87d6ec01f 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -174,8 +174,8 @@ RUBY24= "" # PLIST_SUB helpers # # Ruby 2.5 # -RUBY_RELVERSION= 2.5.1 -RUBY_PORTREVISION= 5 +RUBY_RELVERSION= 2.5.3 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY25= "" # PLIST_SUB helpers |