[49810] trunk/dports/games/libggz/Portfile

devans at macports.org devans at macports.org
Sat Apr 18 03:55:37 PDT 2009


Revision: 49810
          http://trac.macports.org/changeset/49810
Author:   devans at macports.org
Date:     2009-04-18 03:55:36 -0700 (Sat, 18 Apr 2009)
Log Message:
-----------
libggz: fix livecheck, master_sites, add mode line.

Modified Paths:
--------------
    trunk/dports/games/libggz/Portfile

Modified: trunk/dports/games/libggz/Portfile
===================================================================
--- trunk/dports/games/libggz/Portfile	2009-04-18 10:55:12 UTC (rev 49809)
+++ trunk/dports/games/libggz/Portfile	2009-04-18 10:55:36 UTC (rev 49810)
@@ -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
@@ -10,10 +11,14 @@
 description     The GGZ Gaming Zone - Base Library.
 long_description ${description}
 homepage	http://www.ggzgamingzone.org/
-master_sites	http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14.1/ \
-                http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/
+master_sites	http://ftp.belnet.be/packages/ggzgamingzone/ggz/${version}/ \
+                http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/${version}/
 checksums       md5     603739504648833779aa13b0327a1c3d \
                 sha1    8a602e60606c89fd13ad93bb84a8be466fd457ef \
                 rmd160  5136aba62a4e988d97451b00193c10189f7265f2
 depends_lib     port:libgcrypt \
-                port:openssl
\ No newline at end of file
+                port:openssl
+
+livecheck.check regex
+livecheck.url   http://ftp.belnet.be/packages/ggzgamingzone/ggz/
+livecheck.regex ">(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090418/c7276590/attachment.html>


More information about the macports-changes mailing list