[91502] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 3 12:10:15 PDT 2012


Revision: 91502
          https://trac.macports.org/changeset/91502
Author:   jeremyhu at macports.org
Date:     2012-04-03 12:10:15 -0700 (Tue, 03 Apr 2012)
Log Message:
-----------
cctools{,-headers}: Support Tiger with cctools-698.1

Modified Paths:
--------------
    trunk/dports/devel/cctools/Portfile
    trunk/dports/devel/cctools-headers/Portfile

Modified: trunk/dports/devel/cctools/Portfile
===================================================================
--- trunk/dports/devel/cctools/Portfile	2012-04-03 19:08:04 UTC (rev 91501)
+++ trunk/dports/devel/cctools/Portfile	2012-04-03 19:10:15 UTC (rev 91502)
@@ -26,9 +26,9 @@
 
 patchfiles              PR-11136237.patch
 
-if {${os.major} < 9} {
+if {${os.major} < 8} {
     pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or later."
+        ui_error "${name} requires Mac OS X 10.4 or later."
         return -code error "incompatible Mac OS X version"
     }
 } elseif {${os.major} < 10} {

Modified: trunk/dports/devel/cctools-headers/Portfile
===================================================================
--- trunk/dports/devel/cctools-headers/Portfile	2012-04-03 19:08:04 UTC (rev 91501)
+++ trunk/dports/devel/cctools-headers/Portfile	2012-04-03 19:10:15 UTC (rev 91502)
@@ -19,9 +19,9 @@
 checksums               rmd160  1caf207acbf421cdc975926a392fc75dc1d2594c \
                         sha256  dfaa9bdbd023524d47429674f64d2d5ea393123dabf90868be0aa17f61f45289
 
-if {${os.major} < 9} {
+if {${os.major} < 8} {
     pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or later."
+        ui_error "${name} requires Mac OS X 10.4 or later."
         return -code error "incompatible Mac OS X version"
     }
 } elseif {${os.major} < 10} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120403/80596fb3/attachment.html>


More information about the macports-changes mailing list