[81374] trunk/dports/devel/valgrind/Portfile

raimue at macports.org raimue at macports.org
Fri Jul 29 18:03:46 PDT 2011


Revision: 81374
          http://trac.macports.org/changeset/81374
Author:   raimue at macports.org
Date:     2011-07-29 18:03:45 -0700 (Fri, 29 Jul 2011)
Log Message:
-----------
devel/valgrind:
The current version is only compatible with Mac OS X 10.5 or 10.6.

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2011-07-30 00:59:39 UTC (rev 81373)
+++ trunk/dports/devel/valgrind/Portfile	2011-07-30 01:03:45 UTC (rev 81374)
@@ -23,8 +23,8 @@
 use_bzip2 yes
 
 pre-configure {
-    if {"darwin" == ${os.platform} && ${os.major} < 9} {
-        ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or later."
+    if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 10)} {
+        ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or 10.6."
         return -code error "incompatible Mac OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110729/40a09ddf/attachment-0001.html>


More information about the macports-changes mailing list