[51801] trunk/dports/devel/gnet2/Portfile

devans at macports.org devans at macports.org
Wed Jun 3 11:34:47 PDT 2009


Revision: 51801
          http://trac.macports.org/changeset/51801
Author:   devans at macports.org
Date:     2009-06-03 11:34:46 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
gnet2: fix livecheck, mode line, lint.

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

Modified: trunk/dports/devel/gnet2/Portfile
===================================================================
--- trunk/dports/devel/gnet2/Portfile	2009-06-03 17:54:49 UTC (rev 51800)
+++ trunk/dports/devel/gnet2/Portfile	2009-06-03 18:34:46 UTC (rev 51801)
@@ -1,6 +1,8 @@
+# -*- 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
+
 name		gnet2
 version		2.0.8
 set branch	[join [lrange [split ${version} .] 0 1] .]
@@ -33,3 +35,7 @@
 
 post-destroot	{ system "ln -fs libgnet-2.0.0.8.0.dylib \
 		    ${destroot}${prefix}/lib/libgnet.2.dylib" }
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/gnet/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090603/94039c14/attachment.html>


More information about the macports-changes mailing list