[147525] trunk/dports/devel/valgrind/Portfile
raimue at macports.org
raimue at macports.org
Thu Apr 7 01:50:41 PDT 2016
Revision: 147525
https://trac.macports.org/changeset/147525
Author: raimue at 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"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160407/701a90d6/attachment.html>
More information about the macports-changes
mailing list