diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-09 03:44:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-09 03:44:01 +0800 |
commit | 396b0fed7bacddfe4d030d315e55040bd676cc7e (patch) | |
tree | da9501c1a6128d8685e046d723e2cbc5e7a463df /Mk | |
parent | d4381f670357999b8376659d72c3fdc42f7b741e (diff) | |
download | freebsd-ports-gnome-396b0fed7bacddfe4d030d315e55040bd676cc7e.tar.gz freebsd-ports-gnome-396b0fed7bacddfe4d030d315e55040bd676cc7e.tar.zst freebsd-ports-gnome-396b0fed7bacddfe4d030d315e55040bd676cc7e.zip |
- Update to 2.1.7
- Fix and sort PLIST
Changes: http://svn.ruby-lang.org/repos/ruby/tags/v2_1_7/ChangeLog
Differential Revision: https://reviews.freebsd.org/D3587
Approved by: swills (portmgr, ruby)
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 2030a76f08ce..44149aca42ff 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -181,8 +181,8 @@ RUBY20= "" # PLIST_SUB helpers # # Ruby 2.1 # -RUBY_RELVERSION= 2.1.6 -RUBY_PORTREVISION= 1 +RUBY_RELVERSION= 2.1.7 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY21= "" # PLIST_SUB helpers |