[94034] trunk/dports/devel/MacPorts_Framework/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 7 00:55:12 PDT 2012


Revision: 94034
          https://trac.macports.org/changeset/94034
Author:   ryandesign at macports.org
Date:     2012-06-07 00:55:11 -0700 (Thu, 07 Jun 2012)
Log Message:
-----------
MacPorts_Framework: require OS X 10.5 or greater (#27722, #32196)

Modified Paths:
--------------
    trunk/dports/devel/MacPorts_Framework/Portfile

Modified: trunk/dports/devel/MacPorts_Framework/Portfile
===================================================================
--- trunk/dports/devel/MacPorts_Framework/Portfile	2012-06-07 07:42:38 UTC (rev 94033)
+++ trunk/dports/devel/MacPorts_Framework/Portfile	2012-06-07 07:55:11 UTC (rev 94034)
@@ -29,7 +29,9 @@
 xcode.configuration     Release
 
 platform darwin 8 {
-   xcode.configuration Release-Tiger
+    pre-fetch {
+        ui_error "${name} requires Mac OS X 10.5 or greater."
+    }
 }
 
 xcode.destroot.type     framework
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120607/de4b708d/attachment.html>


More information about the macports-changes mailing list