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

ciserlohn at macports.org ciserlohn at macports.org
Mon Oct 22 12:58:54 PDT 2012


Revision: 98970
          http://trac.macports.org//changeset/98970
Author:   ciserlohn at macports.org
Date:     2012-10-22 12:58:54 -0700 (Mon, 22 Oct 2012)
Log Message:
-----------
jruby: update to version 1.7.0

* remove patches for darwin 12 - issue has been fixed upstream
* adjust livecheck

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

Modified: trunk/dports/lang/jruby/Portfile
===================================================================
--- trunk/dports/lang/jruby/Portfile	2012-10-22 19:37:20 UTC (rev 98969)
+++ trunk/dports/lang/jruby/Portfile	2012-10-22 19:58:54 UTC (rev 98970)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                jruby
-version             1.6.8
+version             1.7.0
                     
 categories          lang ruby
 maintainers         ciserlohn
@@ -26,8 +26,8 @@
 distname            ${name}-src-${version}
 worksrcdir          ${name}-${version}
                     
-checksums           rmd160  547af3382db83c01346cf6652e45c1c71a6e55d6 \
-                    sha256  7832053682bf791de7a5b062b5c8a3521ad5d6468141238551a9959649df973a
+checksums           rmd160  d92c7a4177b025571f9981836e4082b45f6f2c22 \
+                    sha256  56e51b9722ca0d5676eb36a2f550b96bc1d128b491c205bf9b4234a2e6876fc7
                     
 depends_build       port:apache-ant
 depends_lib         bin:java:kaffe
@@ -52,12 +52,6 @@
 
 variant default_ruby description "build without j prefix" {}
 
-platform darwin 12 {
-    # see https://trac.macports.org/ticket/36036
-    patchfiles-append   patch-bin-jruby-sh-expr-regex.diff
-    patchfiles-append   patch-bin-jruby-bash-expr-regex.diff
-}
-
 destroot {
     # Create the target java directory exists
     xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}
@@ -105,4 +99,4 @@
 
 livecheck.type      regex
 livecheck.url       ${homepage}/download
-livecheck.regex     {JRuby (.*) is our previous installment of the JRuby 1.x series}
+livecheck.regex     {Download the latest release.*<strong>(.*)</strong>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121022/371a2684/attachment.html>


More information about the macports-changes mailing list