Modified: trunk/dports/devel/valgrind/Portfile (81606 => 81607)
--- trunk/dports/devel/valgrind/Portfile 2011-08-02 23:33:33 UTC (rev 81606)
+++ trunk/dports/devel/valgrind/Portfile 2011-08-02 23:37:09 UTC (rev 81607)
@@ -5,7 +5,7 @@
name valgrind
conflicts valgrind-devel
version 3.6.1
-revision 2
+revision 3
categories devel
platforms darwin
supported_archs i386 x86_64
@@ -25,6 +25,9 @@
rmd160 6f78ae50e2fb354547d90bf289abb1f56252043a
use_bzip2 yes
+# Avoid conflict of faq.html and FAQ.html, #30541
+extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
+
pre-configure {
if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 10)} {
ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or 10.6."