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

raimue at macports.org raimue at macports.org
Mon Nov 24 03:18:11 PST 2014


Revision: 128613
          https://trac.macports.org/changeset/128613
Author:   raimue at macports.org
Date:     2014-11-24 03:18:11 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
devel/valgrind-devel:
Update to trunk revision 14776, VEX revision 3022,
compatible with OS X 10.10 Yosemite.

Revision Links:
--------------
    https://trac.macports.org/changeset/14776
    https://trac.macports.org/changeset/3022

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2014-11-24 11:17:43 UTC (rev 128612)
+++ trunk/dports/devel/valgrind/Portfile	2014-11-24 11:18:11 UTC (rev 128613)
@@ -96,9 +96,9 @@
 }
 
 subport valgrind-devel {
-    svn.revision        14560
-    set vex_revision    2953
-    version             3.10.0-r${svn.revision}
+    svn.revision        14776
+    set vex_revision    3022
+    version             3.11.0-r${svn.revision}
     revision            0
     conflicts           valgrind
 
@@ -112,8 +112,8 @@
     }
 
     pre-fetch {
-        if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 13)} {
-            ui_error "${subport} @${version} is only compatible with Mac OS X 10.5, 10.6, 10.7, 10.8 and 10.9"
+        if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 14)} {
+            ui_error "${subport} @${version} is only compatible with Mac OS X versions from 10.5 up to 10.10"
             return -code error "incompatible Mac OS X version"
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/81a84aeb/attachment-0001.html>


More information about the macports-changes mailing list