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

raimue at macports.org raimue at macports.org
Mon Oct 10 12:06:21 CEST 2016


Revision: 153761
          https://trac.macports.org/changeset/153761
Author:   raimue at macports.org
Date:     2016-10-10 03:06:21 -0700 (Mon, 10 Oct 2016)
Log Message:
-----------
valgrind-devel: update from trunk for Sierra

Update to trunk revision 16033, VEX revision 3260.
Move patchfile only required for stable release.
Allow installation of valgrind-devel on macOS 10.12 Sierra.

Revision Links:
--------------
    https://trac.macports.org/changeset/16033
    https://trac.macports.org/changeset/3260

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2016-10-10 09:59:38 UTC (rev 153760)
+++ trunk/dports/devel/valgrind/Portfile	2016-10-10 10:06:21 UTC (rev 153761)
@@ -61,9 +61,6 @@
     }
 }
 
-patchfiles-append \
-    patch-configure.ac.diff
-
 pre-configure {
     if {[mpi_variant_isset]} {
         configure.args-delete --without-mpicc
@@ -92,14 +89,16 @@
         }
     }
 
+    patchfiles-append   patch-configure.ac.diff
+
     livecheck.type      regex
     livecheck.url       ${homepage}
     livecheck.regex     ${name}-(\\d(?:\\.\\d+)+)
 }
 
 subport valgrind-devel {
-    svn.revision        15915
-    set vex_revision    3232
+    svn.revision        16033
+    set vex_revision    3260
     version             3.12.0-r${svn.revision}
     revision            0
     conflicts           valgrind
@@ -114,8 +113,8 @@
     }
 
     pre-fetch {
-        if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 15)} {
-            ui_error "${subport} @${version} is only compatible with macOS versions from 10.5 up to 10.11."
+        if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 16)} {
+            ui_error "${subport} @${version} is only compatible with macOS versions from 10.5 up to 10.12."
             return -code error "incompatible macOS version"
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161010/7ec8617a/attachment-0002.html>


More information about the macports-changes mailing list