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

raimue at macports.org raimue at macports.org
Thu Aug 22 13:29:39 PDT 2013


Revision: 109951
          https://trac.macports.org/changeset/109951
Author:   raimue at macports.org
Date:     2013-08-22 13:29:38 -0700 (Thu, 22 Aug 2013)
Log Message:
-----------
devel/valgrind:
Fail early in pre-fetch instead of pre-configure

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2013-08-22 19:19:12 UTC (rev 109950)
+++ trunk/dports/devel/valgrind/Portfile	2013-08-22 20:29:38 UTC (rev 109951)
@@ -29,7 +29,7 @@
 # Avoid conflict of faq.html and FAQ.html, #30541
 extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
 
-pre-configure {
+pre-fetch {
     if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 12)} {
         ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7 and 10.8"
         return -code error "incompatible Mac OS X version"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130822/023d6589/attachment.html>


More information about the macports-changes mailing list