Simple update to version 1.6.1, with a significant number of
improvements:

- Numerous 1.9-mode features and bugs fixed
- Various fixes to installing and running C extensions
- Performance fixes for non-blocking IO methods
- Performance tweaks for Array, String, and a few other core classes
- Updated JSR292 (invokedynamic) support
- 193 commits and 47 issues resolved since 1.6.0

Tested on i386 and amd64.  I'll be committing this in a few days unless
I hear objections.

Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/jruby/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile    18 Mar 2011 23:01:22 -0000      1.18
+++ Makefile    14 Apr 2011 16:39:30 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =      pure-Java implementation of the Ruby language
 
-V =            1.6.0
+V =            1.6.1
 DISTNAME =     jruby-src-${V}
 PKGNAME =      jruby-${V}
 CATEGORIES =   lang lang/ruby
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/jruby/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    18 Mar 2011 23:01:22 -0000      1.8
+++ distinfo    14 Apr 2011 16:41:06 -0000
@@ -1,10 +1,10 @@
-MD5 (jruby-src-1.6.0.tar.gz) = 23yc2Px8iVbdGfG0WzRoMQ==
+MD5 (jruby-src-1.6.1.tar.gz) = 1HJDmLdkTkokRW/6kVQonw==
 MD5 (wmeissner-jffi-1.0.2-0-ge0d10e9.tar.gz) = mOyRmYChedDeeXyUmTVBog==
-RMD160 (jruby-src-1.6.0.tar.gz) = oWXUbDNZXpx/hB67BgQaddcNEaE=
+RMD160 (jruby-src-1.6.1.tar.gz) = e0Ly1tP3HWfh+txH4FYA5UkAaGI=
 RMD160 (wmeissner-jffi-1.0.2-0-ge0d10e9.tar.gz) = lTBayILxwHuGltkNqDMvfjn0+kM=
-SHA1 (jruby-src-1.6.0.tar.gz) = SSXMgK8sl6M1+AWcBw/iDZjx+zU=
+SHA1 (jruby-src-1.6.1.tar.gz) = hJb0rky4cSN9LPAM0u1ptGER3wI=
 SHA1 (wmeissner-jffi-1.0.2-0-ge0d10e9.tar.gz) = ocUg1SbvOliOtPrMEBIY0sOEK90=
-SHA256 (jruby-src-1.6.0.tar.gz) = Crl5M6vh0KoXqvaqdoCcfgWcavGLUbE3tjfe2BXi5gc=
+SHA256 (jruby-src-1.6.1.tar.gz) = l/qtosVpjoL0/MPFhZDFpCG0EJOyfHt5WopYXLSUSjw=
 SHA256 (wmeissner-jffi-1.0.2-0-ge0d10e9.tar.gz) = 
ybtb8CunJ/jql9zzBZnz2eYWXc08etMsiuWso0nas1c=
-SIZE (jruby-src-1.6.0.tar.gz) = 13896585
+SIZE (jruby-src-1.6.1.tar.gz) = 13728954
 SIZE (wmeissner-jffi-1.0.2-0-ge0d10e9.tar.gz) = 1728176

Reply via email to