[41684] trunk/dports/x11/gtk2-aurora/Portfile

nox at macports.org nox at macports.org
Sat Nov 8 19:45:49 PST 2008


Revision: 41684
          http://trac.macports.org/changeset/41684
Author:   nox at macports.org
Date:     2008-11-08 19:45:49 -0800 (Sat, 08 Nov 2008)
Log Message:
-----------
gtk2-aurora: Fixed livecheck.

Modified Paths:
--------------
    trunk/dports/x11/gtk2-aurora/Portfile

Modified: trunk/dports/x11/gtk2-aurora/Portfile
===================================================================
--- trunk/dports/x11/gtk2-aurora/Portfile	2008-11-09 03:40:24 UTC (rev 41683)
+++ trunk/dports/x11/gtk2-aurora/Portfile	2008-11-09 03:45:49 UTC (rev 41684)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -26,7 +27,7 @@
 configure.args  --enable-animation
 
 pre-destroot {
-	file attributes ${worksrcpath}/install-sh -permissions +x
+    file attributes ${worksrcpath}/install-sh -permissions +x
 }
 
 post-destroot {
@@ -39,5 +40,4 @@
 }
 
 livecheck.check regex
-livecheck.url   ${homepage}
-livecheck.regex {(\d+(?:\.\d+)*)<br />}
+livecheck.regex {<span class="contentdata">(\d+(?:\.\d+)*)</span>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081108/c532ca3e/attachment.html>


More information about the macports-changes mailing list