[68805] trunk/dports/lang/slime/Portfile

easieste at macports.org easieste at macports.org
Mon Jun 14 01:15:05 PDT 2010


Revision: 68805
          http://trac.macports.org/changeset/68805
Author:   easieste at macports.org
Date:     2010-06-14 01:15:00 -0700 (Mon, 14 Jun 2010)
Log Message:
-----------
Remove use of 'registry_installed' to fix MacPorts 1.9.0 breakage #25235.

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

Modified: trunk/dports/lang/slime/Portfile
===================================================================
--- trunk/dports/lang/slime/Portfile	2010-06-14 07:38:48 UTC (rev 68804)
+++ trunk/dports/lang/slime/Portfile	2010-06-14 08:15:00 UTC (rev 68805)
@@ -6,7 +6,7 @@
 name        slime
 version     20100504
 epoch       20100504
-revision    0
+revision    1
 categories  lang
 platforms   darwin
 maintainers easieste
@@ -78,7 +78,7 @@
 configure {
     set slime_emacs_binary [
        if { [ variant_isset app ]
-            || [regexp carbon [join [registry_installed emacs]]] } {
+            && [file exist ${applications_dir}/Emacs.app/Contents/MacOS/Emacs] } {
            list "${applications_dir}/Emacs.app/Contents/MacOS/Emacs"
        } else {
            list "${prefix}/bin/emacs"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100614/e025d6c6/attachment.html>


More information about the macports-changes mailing list