Bug 125937 - Update port: lang/jruby updated to 1.1.3
Summary: Update port: lang/jruby updated to 1.1.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nemo Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 20:00 UTC by Geoff The
Modified: 2008-09-05 08:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff The 2008-07-24 20:00:15 UTC
Updated lang/jruby to 1.1.3 (released Jul 19 2008).

Also made the following enhancements:

1. Adjusted port to update various shebang references (/bin/bash -> /usr/bin/env bash, /usr/bin/env ruby -> /usr/bin/env jruby).

2. For proper operation, jruby needs its bin, lib and share directories installed.  This has quintupled the size of pkg-plist.

3. references to JRUBY_HOME are no longer necessary, but /usr/local/bin/jruby needs to be a symlink so that the jruby home directory detection can work correctly.

4. install the various COPYING* and README files to DOCSDIR

Due to the size of the new pkg-plist, I've compressed shar and tar versions of the updated port and uploaded them here:

http://geofft.org/FreeBSD/usr.ports.lang.jruby-1.1.3.shar.bz2
http://geofft.org/FreeBSD/usr.ports.lang.jruby-1.1.3.tar.bz2

Checksums for the files are as follows:

MD5(usr.ports.lang.jruby-1.1.3.shar.bz2)= a2ca1fe4bdd33c179f06f12b4afb3df3
SHA256(usr.ports.lang.jruby-1.1.3.shar.bz2)= 22c076a2b026a9ba0e92a58e5545eb631328164cdf9fc9e90dd6ca2b1b0fed65

MD5(usr.ports.lang.jruby-1.1.3.tar.bz2)= 854a6bbfe1ae204dc11acbc1a3c36d71
SHA256(usr.ports.lang.jruby-1.1.3.tar.bz2)= e214baf082df5397d7ea9cfdafd2f78b9b657f4361ada8cd3a6b91b9cd11d30d
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-24 20:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemoliu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-05 08:11:35 UTC
nemoliu     2008-09-05 07:11:26 UTC

  FreeBSD ports repository

  Modified files:
    lang/jruby           Makefile distinfo pkg-descr pkg-plist 
    lang/jruby/files     patch-jruby 
  Log:
  - Update to 1.1.3
  
  PR:             125937
  Submitted by:   Geoff The <geoff2k@gmail.com>
  
  Revision  Changes       Path
  1.29      +39 -14       ports/lang/jruby/Makefile
  1.20      +3 -3         ports/lang/jruby/distinfo
  1.4       +2 -8         ports/lang/jruby/files/patch-jruby
  1.3       +1 -1         ports/lang/jruby/pkg-descr
  1.11      +13523 -2971  ports/lang/jruby/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Nemo Liu freebsd_committer freebsd_triage 2008-09-05 08:19:21 UTC
State Changed
From-To: open->closed

Committed!Thanks.