[97877] trunk/dports/textproc/lilypond/Portfile

snc at macports.org snc at macports.org
Tue Sep 18 07:45:44 PDT 2012


Revision: 97877
          http://trac.macports.org//changeset/97877
Author:   snc at macports.org
Date:     2012-09-18 07:45:44 -0700 (Tue, 18 Sep 2012)
Log Message:
-----------
lilypond: master-site magically updated to include Lion support, #36195

Modified Paths:
--------------
    trunk/dports/textproc/lilypond/Portfile

Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile	2012-09-18 14:37:12 UTC (rev 97876)
+++ trunk/dports/textproc/lilypond/Portfile	2012-09-18 14:45:44 UTC (rev 97877)
@@ -50,9 +50,9 @@
         return -code error "unsupported OS X version"
     }
 
-    if {${os.major} > 10} {
-        # 10.7 is not supported (likely due to compiler)
-        ui_error "${name} requires Leopard or Snow Leopard"
+    if {${os.major} > 11} {
+        # 10.8 is not supported (likely due to compiler)
+        ui_error "${name} requires Leopard, Snow Leopard or Lion"
         return -code error "unsupported OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120918/b8c58030/attachment.html>


More information about the macports-changes mailing list