[52917] trunk/dports/gnome/gnome-turtle/Portfile
devans at macports.org
devans at macports.org
Thu Jun 25 13:25:07 PDT 2009
Revision: 52917
http://trac.macports.org/changeset/52917
Author: devans at macports.org
Date: 2009-06-25 13:25:06 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
gnome-turtle: fix livecheck, lint.
Modified Paths:
--------------
trunk/dports/gnome/gnome-turtle/Portfile
Modified: trunk/dports/gnome/gnome-turtle/Portfile
===================================================================
--- trunk/dports/gnome/gnome-turtle/Portfile 2009-06-25 19:54:36 UTC (rev 52916)
+++ trunk/dports/gnome/gnome-turtle/Portfile 2009-06-25 20:25:06 UTC (rev 52917)
@@ -1,5 +1,7 @@
# $Id$
+
PortSystem 1.0
+
name gnome-turtle
version 0.1.3
description A turtle and lsys drawing program for GNOME.
@@ -7,9 +9,14 @@
can generate fractals from an L-System definition.
maintainers nomaintainer
categories gnome math
-platforms darwin
+platforms darwin
homepage https://savannah.nongnu.org/p/gnome-turtle/
master_sites http://savannah.nongnu.org/download/gnome-turtle/
checksums md5 a964b8777854b388da966f1605b8a831
worksrcdir ${name}
depends_lib lib:libgnomeprintui-2:libgnomeprintui
+
+livecheck.check regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/9d802a66/attachment.html>
More information about the macports-changes
mailing list