[91502] trunk/dports/devel
Jeremy Huddleston
jeremyhu at macports.org
Wed Apr 4 12:01:24 PDT 2012
On Apr 3, 2012, at 9:13 PM, Ryan Schmidt <ryandesign at macports.org> wrote:
>> 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} {
>
> MacPorts itself requires OS X 10.4 or later, so these blocks are not needed.
For some reason, I thought that panther was still an option. I'll remove them in the next updates.
--Jeremy
More information about the macports-dev
mailing list