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

raimue at macports.org raimue at macports.org
Sat Aug 2 19:21:19 PDT 2008


Revision: 38936
          http://trac.macosforge.org/projects/macports/changeset/38936
Author:   raimue at macports.org
Date:     2008-08-02 19:21:19 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
lang/jruby:
Maintainer update to version 1.1.3, closes #16141.

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

Modified: trunk/dports/lang/jruby/Portfile
===================================================================
--- trunk/dports/lang/jruby/Portfile	2008-08-03 02:19:56 UTC (rev 38935)
+++ trunk/dports/lang/jruby/Portfile	2008-08-03 02:21:19 UTC (rev 38936)
@@ -3,26 +3,26 @@
 PortSystem 1.0
 
 name              jruby
-version           1.1.2
+version           1.1.3
 
 categories        lang ruby
 maintainers       ameingast at gmail.com
 platforms         darwin
 
 description       JRuby is an 100% pure-Java implementation of the Ruby \
-                  programming language.
+programming language.
 long_description  JRuby provides a complete set of core "builtin" classes \
-                  and syntax for the Ruby language, as well as most of the \
-                  Ruby Standard Libraries. The standard libraries are mostly \
-                  Ruby's own complement of .rb files, but a few that depend \
-                  on C language-based extensions have been reimplemented.
+and syntax for the Ruby language, as well as most of the \
+Ruby Standard Libraries. The standard libraries are mostly \
+Ruby's own complement of .rb files, but a few that depend \
+on C language-based extensions have been reimplemented.
 homepage          http://jruby.codehaus.org/
 
 master_sites      http://dist.codehaus.org/jruby/
 distname          ${name}-src-${version}
 worksrcdir        ${name}-${version}
 use_bzip2         no
-checksums         md5 1013014e6fc373a661c94406118c77ac
+checksums         md5 198ced14b87773b06a9844882a337b7e
 
 depends_build     bin:ant:apache-ant
 depends_lib       bin:java:kaffe
@@ -42,22 +42,22 @@
 }
 
 destroot {
-    # Create the target java directory exists
-    xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}
+  # Create the target java directory exists
+  xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}
 
-    # Copy over the needed elements of our directory tree
-    file copy \
-        ${worksrcpath}/bin \
-        ${worksrcpath}/lib \
-        ${destroot}${prefix}/share/java/${name}
+  # Copy over the needed elements of our directory tree
+  file copy \
+  ${worksrcpath}/bin \
+  ${worksrcpath}/lib \
+  ${destroot}${prefix}/share/java/${name}
 
-    if { [variant_isset apidocs] } {
-      file copy ${worksrcpath}/docs ${destroot}${prefix}/share/java/${name}
-    }
+  if { [variant_isset apidocs] } {
+    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/java/${name}
+  }
 
-    # Remove extraneous bat files
-    foreach f [glob -directory ${destroot}${prefix}/share/java/${name}/bin *.bat] {
-      file delete $f
+  # Remove extraneous bat files
+  foreach f [glob -directory ${destroot}${prefix}/share/java/${name}/bin *.bat] {
+    file delete $f
   }
 
   set jruby_prefix ""
@@ -66,9 +66,9 @@
     set jruby_prefix "j"
   }
 
-    foreach f { jruby jirb jrubyc jrubcli jrubysrv } {
-      regsub {^j} $f $jruby_prefix dest
-      if { ${dest} != ${f} } {
+  foreach f { jruby jirb jrubyc jrubcli jrubysrv } {
+    regsub {^j} $f $jruby_prefix dest
+    if { ${dest} != ${f} } {
       ln -s ${prefix}/share/java/${name}/bin/${f} ${destroot}${prefix}/bin/${dest}
     }
     ln -s ${prefix}/share/java/${name}/bin/${f} ${destroot}${prefix}/bin/
@@ -76,6 +76,6 @@
 
   foreach f { gem gem_mirror gemri gemwhich rake spec testrb } {
     ln -s ${prefix}/share/java/${name}/bin/${f} \
-          ${destroot}${prefix}/bin/${jruby_prefix}${f}
+    ${destroot}${prefix}/bin/${jruby_prefix}${f}
   }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/95dab570/attachment.html 


More information about the macports-changes mailing list