This updates to the latest version of ruby 2.3, fixing a minor
regression introduced in ruby 2.3.2 last week. Release announcement:

https://www.ruby-lang.org/en/news/2016/11/21/ruby-2-3-3-released/

Tested on amd64.  Will be committing in a couple days unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/ruby/2.3/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    19 Nov 2016 04:56:00 -0000      1.13
+++ Makefile    21 Nov 2016 16:53:21 -0000
@@ -8,7 +8,7 @@ COMMENT-gdbm =          gdbm interface for ruby
 COMMENT-tk =           tk interface for ruby
 COMMENT-ri_docs =      ri documentation files for ruby
 
-VERSION =              2.3.2
+VERSION =              2.3.3
 RUBYLIBREV =           2.3
 DISTNAME =             ruby-${VERSION}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/ruby/2.3/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    19 Nov 2016 04:56:00 -0000      1.3
+++ distinfo    21 Nov 2016 16:53:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (ruby-2.3.2.tar.gz) = jX9soPFtd+PSQrJNo4mFt1OfWNwNoXfsYzqD0Mj1sZc=
-SIZE (ruby-2.3.2.tar.gz) = 17814200
+SHA256 (ruby-2.3.3.tar.gz) = JBQIyMVVsliEY2iDCgYUbkhJodWNyvaxSjtqcwWBFbc=
+SIZE (ruby-2.3.3.tar.gz) = 17813577

Reply via email to