Revision: 147525 https://trac.macports.org/changeset/147525 Author: raimue@macports.org Date: 2016-04-07 01:50:40 -0700 (Thu, 07 Apr 2016) Log Message: ----------- devel/valgrind: Allow installation on OS X 10.11 El Capitan, closes #51053 Modified Paths: -------------- trunk/dports/devel/valgrind/Portfile Modified: trunk/dports/devel/valgrind/Portfile =================================================================== --- trunk/dports/devel/valgrind/Portfile 2016-04-07 01:22:47 UTC (rev 147524) +++ trunk/dports/devel/valgrind/Portfile 2016-04-07 08:50:40 UTC (rev 147525) @@ -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} > 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" } }
participants (1)
-
raimue@macports.org