[110566] trunk/dports/sysutils/rvm

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 00:32:23 PDT 2013


Revision: 110566
          https://trac.macports.org/changeset/110566
Author:   jeremyhu at macports.org
Date:     2013-09-02 00:32:23 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
rvm: Bump to 1.07, builds with clang

Modified Paths:
--------------
    trunk/dports/sysutils/rvm/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/rvm/files/

Modified: trunk/dports/sysutils/rvm/Portfile
===================================================================
--- trunk/dports/sysutils/rvm/Portfile	2013-09-02 07:22:13 UTC (rev 110565)
+++ trunk/dports/sysutils/rvm/Portfile	2013-09-02 07:32:23 UTC (rev 110566)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                rvm
-version             1.05
+version             1.07
 categories          sysutils net
 platforms           darwin
 maintainers         nomaintainer
@@ -15,30 +15,17 @@
 homepage            http://rvm.sourceforge.net/
 master_sites        sourceforge
 
-checksums           md5     936ab43f12b5bc54575f55e60c03034d \
-                    sha1    8194aa8602ea235a37bca8728f113772c5755426 \
-                    rmd160  fc73cf31b780e7d313300e7573c0f3026e7ea447
+checksums           md5     9a6f0d7a0ed6490e70fd38720423ad9d \
+                    sha1    19a4418105c35879768a0a57f8da41b065a7e6ff \
+                    rmd160  03fd1d12dc9eff530d02dc14c8c11cb3651a8899
 
 distfiles           [suffix ${name}_${version}]
 
 depends_lib         path:bin/rsync:rsync
 
-post-extract {
-    xinstall -m 644 -W ${filespath} types.cc rmath.cc ${worksrcpath}
-}
-
-patchfiles          patch-rvm.diff
-patchfiles-append   patch-automake-1.13.diff
-
-use_autoreconf      yes
-
-# Undefined symbols; already reported upstream and should be fixed in 1.07 (?) or 1.08
-compiler.blacklist  clang
-
 configure.args      --with-rsync=${prefix}/bin/rsync \
                     --with-default-config-file=${prefix}/etc/rvm.conf \
-                    --with-default-log-dir=${prefix}/var/log/rvm \
-                    --mandir=${prefix}/share/man
+                    --with-default-log-dir=${prefix}/var/log/rvm
 
 # avoid ridiculous conftest that uses up all memory to see if it gets an error when it runs out of memory
 configure.args-append ac_cv_cxx_exception_on_failed_alloc=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/6a526581/attachment.html>


More information about the macports-changes mailing list