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

raimue at macports.org raimue at macports.org
Sat Dec 12 01:14:27 PST 2015


Revision: 141369
          https://trac.macports.org/changeset/141369
Author:   raimue at macports.org
Date:     2015-10-16 07:20:00 -0700 (Fri, 16 Oct 2015)
Log Message:
-----------
devel/valgrind-devel:
Update to revision 15708, VEX revision 3199.
Add OS X 10.11 El Capitan to supported versions, closes #49155

Revision Links:
--------------
    https://trac.macports.org/changeset/15708
    https://trac.macports.org/changeset/3199

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2015-10-16 14:16:46 UTC (rev 141368)
+++ trunk/dports/devel/valgrind/Portfile	2015-10-16 14:20:00 UTC (rev 141369)
@@ -95,8 +95,8 @@
 }
 
 subport valgrind-devel {
-    svn.revision        15685
-    set vex_revision    3196
+    svn.revision        15708
+    set vex_revision    3199
     version             3.12.0-r${svn.revision}
     revision            0
     conflicts           valgrind
@@ -111,8 +111,8 @@
     }
 
     pre-fetch {
-        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"
+        if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 15)} {
+            ui_error "${subport} @${version} is only compatible with Mac OS X versions from 10.5 up to 10.11"
             return -code error "incompatible Mac OS X version"
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/0ab8276f/attachment.html>


More information about the macports-changes mailing list