[48298] trunk/dports/x11/mesa/Portfile

devans at macports.org devans at macports.org
Wed Mar 18 11:15:34 PDT 2009


Revision: 48298
          http://trac.macports.org/changeset/48298
Author:   devans at macports.org
Date:     2009-03-18 11:15:34 -0700 (Wed, 18 Mar 2009)
Log Message:
-----------
mesa: fix livecheck, add mode line, lint (trailing white space).

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-03-18 18:12:31 UTC (rev 48297)
+++ trunk/dports/x11/mesa/Portfile	2009-03-18 18:15:34 UTC (rev 48298)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -81,7 +82,7 @@
 	default_variants +hw_render
 
 	post-extract {
-		if {! [file exists "${worksrcpath}/configs/current"]} { 
+		if {! [file exists "${worksrcpath}/configs/current"]} {
 			ln -s darwin ${worksrcpath}/configs/current
 		}
 	}
@@ -90,7 +91,7 @@
 	pre-build {
 		if {! [file exists ${prefix}/lib/libX11.dylib]} {
 			build.args-append X11_DIR=${x11prefix}
-			destroot.args-append X11_DIR=${x11prefix}	
+			destroot.args-append X11_DIR=${x11prefix}
 		}
 	}
 
@@ -143,3 +144,5 @@
 		use_configure no
 	}
 }
+
+livecheck.regex "<title>MesaLib (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090318/d9cd4e03/attachment.html>


More information about the macports-changes mailing list