[74906] trunk/dports/lang/jruby/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 6 02:56:12 PST 2011


Revision: 74906
          http://trac.macports.org/changeset/74906
Author:   ryandesign at macports.org
Date:     2011-01-06 02:56:01 -0800 (Thu, 06 Jan 2011)
Log Message:
-----------
jruby: update to 1.5.5 (#27274, maintainer timeout) and remove symlinks to nonexistent programs

Modified Paths:
--------------
    trunk/dports/lang/jruby/Portfile

Modified: trunk/dports/lang/jruby/Portfile
===================================================================
--- trunk/dports/lang/jruby/Portfile	2011-01-06 10:01:24 UTC (rev 74905)
+++ trunk/dports/lang/jruby/Portfile	2011-01-06 10:56:01 UTC (rev 74906)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name              jruby
-version           1.5.2
+version           1.5.5
 
 categories        lang ruby
 maintainers       gmail.com:ameingast
@@ -21,10 +21,10 @@
 master_sites      http://jruby.org.s3.amazonaws.com/downloads/${version}/
 distname          ${name}-src-${version}
 worksrcdir        ${name}-${version}
-use_bzip2         no
-checksums         md5    42239d6f976dfd9ac58b9aaa102d54e7 \
-                  sha1   796cf6f3f7d6b6cec752d160bcab0cd442547568
 
+checksums         md5    b4f30500a8720cc1f064e668f51eb16a \
+                  sha1   c8639ac4cc9c222634e1467f03e9f76b9911ad35
+
 depends_build     bin:ant:apache-ant
 depends_lib       bin:java:kaffe
 
@@ -89,7 +89,7 @@
     ln -s ${prefix}/share/java/${name}/bin/${f} ${destroot}${prefix}/bin/
   }
 
-  foreach f { ast autospec gem rake rdebug rdoc ri spec testrb } {
+  foreach f { ast gem rdoc ri testrb } {
     ln -s ${prefix}/share/java/${name}/bin/${f} \
     ${destroot}${prefix}/bin/${jruby_prefix}${f}
   }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110106/82c8809a/attachment.html>


More information about the macports-changes mailing list