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

raimue at macports.org raimue at macports.org
Tue Aug 21 23:40:39 PDT 2012


Revision: 96931
          https://trac.macports.org/changeset/96931
Author:   raimue at macports.org
Date:     2012-08-21 23:40:35 -0700 (Tue, 21 Aug 2012)
Log Message:
-----------
devel/valgrind:
valgrind @3.8.0 has preliminary support for Darwin 12

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2012-08-22 02:31:28 UTC (rev 96930)
+++ trunk/dports/devel/valgrind/Portfile	2012-08-22 06:40:35 UTC (rev 96931)
@@ -28,8 +28,8 @@
 extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
 
 pre-configure {
-    if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 11)} {
-        ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6 and 10.7"
+    if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 12)} {
+        ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7 and 10.8"
         return -code error "incompatible Mac OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120821/d49f0b78/attachment-0001.html>


More information about the macports-changes mailing list