Revision: 140634 https://trac.macports.org/changeset/140634 Author: raimue@macports.org Date: 2015-09-28 08:29:14 -0700 (Mon, 28 Sep 2015) Log Message: ----------- devel/valgrind{,-devel}: Update valgrind to version 3.11.0 Update valgrind-devel to trunk version r15685 Revision Links: -------------- https://trac.macports.org/changeset/15685 Modified Paths: -------------- trunk/dports/devel/valgrind/Portfile Modified: trunk/dports/devel/valgrind/Portfile =================================================================== --- trunk/dports/devel/valgrind/Portfile 2015-09-28 12:11:00 UTC (rev 140633) +++ trunk/dports/devel/valgrind/Portfile 2015-09-28 15:29:14 UTC (rev 140634) @@ -69,13 +69,13 @@ } if {$subport eq $name} { - version 3.10.1 + version 3.11.0 revision 0 conflicts valgrind-devel - checksums md5 60ddae962bc79e7c95cfc4667245707f \ - sha1 15518427de842547ffa84eff8b2b67f3b16581a8 \ - sha256 fa253dc26ddb661b6269df58144eff607ea3f76a9bcfe574b0c7726e1dfcb997 + checksums md5 4ea62074da73ae82e0162d6550d3f129 \ + sha1 340757e91d9e83591158fe8bb985c6b11bc53de5 \ + sha256 6c396271a8c1ddd5a6fb9abe714ea1e8a86fce85b30ab26b4266aeb4c2413b42 use_bzip2 yes @@ -83,8 +83,8 @@ extract.post_args-append --exclude=${distname}/docs/html/FAQ.html 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" } } @@ -95,9 +95,9 @@ } subport valgrind-devel { - svn.revision 15175 - set vex_revision 3145 - version 3.11.0-r${svn.revision} + svn.revision 15685 + set vex_revision 3196 + version 3.12.0-r${svn.revision} revision 0 conflicts valgrind
participants (1)
-
raimue@macports.org