[70644] trunk/dports/www/eruby/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 15 23:47:19 PDT 2010


Revision: 70644
          http://trac.macports.org/changeset/70644
Author:   ryandesign at macports.org
Date:     2010-08-15 23:47:18 -0700 (Sun, 15 Aug 2010)
Log Message:
-----------
eruby: update to some old development version of 1.0.6, which has the benefit of actually compiling (see #20634); also disable universal which doesn't build universal

Modified Paths:
--------------
    trunk/dports/www/eruby/Portfile

Modified: trunk/dports/www/eruby/Portfile
===================================================================
--- trunk/dports/www/eruby/Portfile	2010-08-16 05:40:52 UTC (rev 70643)
+++ trunk/dports/www/eruby/Portfile	2010-08-16 06:47:18 UTC (rev 70644)
@@ -3,8 +3,7 @@
 PortSystem          1.0
 
 name                eruby
-version             1.0.5
-revision            1
+version             1.0.5.90
 categories          www ruby
 platforms           darwin
 maintainers         nomaintainer
@@ -13,14 +12,16 @@
 long_description    ${description}
 
 homepage            http://www.modruby.net/en/index.rbx/eruby/whatis.html
-master_sites        http://www.modruby.net/archive
 
-checksums           md5     af294fe34dc6cf24228aec95167b3099 \
-                    sha1    d8900f8a7c30661351d2bf6f53753fa86df24996 \
-                    rmd160  4fb288dd768f98780dc705574968f090cd82d560
+fetch.type          svn
+svn.url             http://svn.modruby.net/repos/eruby/trunk
+svn.revision        141
+worksrcdir          trunk
 
 depends_lib         port:ruby
 
+universal_variant   no
+
 configure.cmd       ./configure.rb
 configure.args      --enable-shared
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100815/fa506dc7/attachment-0001.html>


More information about the macports-changes mailing list