diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-09 03:43:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-09 03:43:11 +0800 |
commit | d4381f670357999b8376659d72c3fdc42f7b741e (patch) | |
tree | a5f8a9d204f59ff5c3f60e1a93637be3e8d4c0bc /Mk | |
parent | 020ae9b7cefcb14da4cc297275b818b5cc069d2b (diff) | |
download | freebsd-ports-gnome-d4381f670357999b8376659d72c3fdc42f7b741e.tar.gz freebsd-ports-gnome-d4381f670357999b8376659d72c3fdc42f7b741e.tar.zst freebsd-ports-gnome-d4381f670357999b8376659d72c3fdc42f7b741e.zip |
- Update to 2.0.0p647
- Fix PLIST
Changes: http://svn.ruby-lang.org/repos/ruby/tags/v2_0_0_647/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 559ed7710cc4..2030a76f08ce 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -172,9 +172,9 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # Ruby 2.0 # RUBY_RELVERSION= 2.0.0 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 645 +RUBY_PATCHLEVEL= 647 RUBY20= "" # PLIST_SUB helpers . elif ${RUBY_VER} == 2.1 |