[137336] trunk/dports/ruby/rb-fxruby/Portfile

kimuraw at macports.org kimuraw at macports.org
Tue Jun 9 07:09:53 PDT 2015


Revision: 137336
          https://trac.macports.org/changeset/137336
Author:   kimuraw at macports.org
Date:     2015-06-09 07:09:52 -0700 (Tue, 09 Jun 2015)
Log Message:
-----------
ruby/rb-fxruby: upgrade to 1.6.24, fix build error against current version of port:fox

Modified Paths:
--------------
    trunk/dports/ruby/rb-fxruby/Portfile

Modified: trunk/dports/ruby/rb-fxruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-fxruby/Portfile	2015-06-09 14:08:09 UTC (rev 137335)
+++ trunk/dports/ruby/rb-fxruby/Portfile	2015-06-09 14:09:52 UTC (rev 137336)
@@ -4,21 +4,22 @@
 PortSystem      1.0
 PortGroup       ruby 1.0
 
-ruby.setup          FXRuby 1.6.19 install.rb {README doc examples tests} \
-                    rubyforge:52856
+ruby.setup          fxruby 1.6.24 gem {} rubygems
 maintainers         lylejohnson.name:lyle
 description         Ruby bindings for the FOX GUI Toolkit.
 long_description    FXRuby is a Ruby extention module that provides an \
                     interface to the FOX GUI library.
 categories-append   x11
 homepage            http://www.fxruby.org
-checksums           md5     aaacdebfb288445a096e00e7022db61c \
-                    sha1    ba0c04881f023af34c0e2408d637fea97323b36c \
-                    rmd160  a7d6496307c941bcf1c0abcd9738cd5b775f6018
+checksums           md5     b749cfde23d4120960d0a958f427283c \
+                    sha1    970f9f165f4c95b722845ecc6739b60816d0777a \
+                    rmd160  21af4dfc0d28b64583f10b72e7d0b9c54fc27ab7
 platforms           darwin
 depends_lib-append  port:fox \
-                    port:fxscintilla
-configure.args      -- --with-fox-include=${prefix}/include/fox-1.6 \
-                    --with-fox-lib=${prefix}/lib \
-                    --with-fxscintilla-include=${prefix}/include/fxscintilla \
-                    --with-fxscintilla-lib=${prefix}/lib
+                    port:fxscintilla \
+                    port:rb-hoe
+# fix permission
+post-destroot {
+    system -W "${workpath}/${distname}" \
+        "chmod -R +or ${destroot}/${ruby.gemdir}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150609/16b6184a/attachment.html>


More information about the macports-changes mailing list