diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-20 22:57:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-20 22:57:33 +0800 |
commit | df4d776a2736a336c69f55515ba861317221a193 (patch) | |
tree | 1fa41d4dfa205eaa7944b461d025e0825294492a /Mk/bsd.ruby.mk | |
parent | 0a226e0d52e6f24e11a10b8b9228cb8cab657f32 (diff) | |
download | freebsd-ports-gnome-df4d776a2736a336c69f55515ba861317221a193.tar.gz freebsd-ports-gnome-df4d776a2736a336c69f55515ba861317221a193.tar.zst freebsd-ports-gnome-df4d776a2736a336c69f55515ba861317221a193.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/bsd.ruby.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 |