IABSD.fr/ports/lang/jruby

Branch :


Log

Author Commit Date CI Message
64a46ad7 2014-11-08 19:59:18 Update the embedded jnr-posix library, fixes File.utime on i386.
7de41e07 2014-10-01 06:20:06 - switch to a newer jnr-posix jar based on 3.0.7-SNAPSHOT - also shuffle MASTER_SITES a bit ok jeremy@
faccf247 2014-09-27 20:37:04 - update to jruby-1.7.16 ok jeremy@ who had the same diff
edc6782e 2014-09-22 15:17:01 Update to jruby 1.7.15. Fix bad file modes in newly included gems.
67de8d7e 2014-06-27 15:26:02 Update to JRuby 1.7.13.
fc93ec51 2014-05-18 15:43:54 Update to JRuby 1.7.12.
de96d530 2013-12-19 21:39:50 Update to JRuby 1.7.9 Work around upstream regression causing rake/rdoc/ri to not work by copying the real executables over the rubygems shims. Fix the #! lines on the executables. The old ant based tests no longer work, and the new maven tests require downloading tons of packages at runtime, so punt and mark NO_TEST=Yes and stop downloading the -src tarball.
790be1cd 2013-10-26 23:41:04 Update to jruby 1.7.6. Add maven as a test dependency, since it is required to run the tests. Remove rubygems patch as it was applied upstream.
d29ac5b9 2013-10-15 02:36:21 Update to jruby-1.7.5. Upstream changed to a maven-based src build system that downloads 190+ .jar files at build time. Switch to using the binary distribution, since there is no point compiling java source code to java bytecode when we can use the precompiled java bytecode. Use our custom jnr-posix distfile with 64-bit time_t support by directly patching jruby.jar. Add jruby-launcher gem as a separate distfile, but since we only need the binary, compile it manually and don't install the gem. Still keep the src distfile for the tests, because the binary distfile doesn't include them. Add patch to work around rubygems regression with .files in the root of the gem not getting installed (already accepted upstream).
bb76fdd8 2013-08-22 21:35:57 switch jruby to a modified jnr-posix.jar fixing post-64-bit time_t, this is an interim fix until it's handled upstream. jar from & ok jeremy@