[41482] trunk/dports/net/libgweather/Portfile

nox at macports.org nox at macports.org
Tue Nov 4 00:38:42 PST 2008


Revision: 41482
          http://trac.macports.org/changeset/41482
Author:   nox at macports.org
Date:     2008-11-04 00:38:42 -0800 (Tue, 04 Nov 2008)
Log Message:
-----------
libgweather: Whitespace changes, added livecheck.

Modified Paths:
--------------
    trunk/dports/net/libgweather/Portfile

Modified: trunk/dports/net/libgweather/Portfile
===================================================================
--- trunk/dports/net/libgweather/Portfile	2008-11-04 08:34:17 UTC (rev 41481)
+++ trunk/dports/net/libgweather/Portfile	2008-11-04 08:38:42 UTC (rev 41482)
@@ -1,19 +1,25 @@
+# -*- 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
+PortSystem      1.0
 
 name            libgweather
 version         2.24.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description	Library to accessing online weather informations.
-long_description libgweather is a library to access weather \
-                information from online services for numerous \
-                locations.  
 maintainers     nomaintainer
 categories      net gnome
 platforms       darwin
+description     Library to accessing online weather informations.
+
+long_description \
+    libgweather is a library to access weather \
+    information from online services for numerous \
+    locations.  
+
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
+use_bzip2       yes
+
 checksums       md5     d006328ec5cebc5dbf3a18834db95bba \
                 sha1    b7e0b47f4875fae5d6afb4abaad08d2b08f31970 \
                 rmd160  0929885f2a7ac8ee90d68e71f754ecdb56cbad09
@@ -22,8 +28,10 @@
                 port:gnome-vfs \
                 port:gtk2
 
-use_bzip2       yes
-
 post-activate {
 	system "${prefix}/bin/scrollkeeper-update"
 }
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$name/$branch/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081104/9eeefc0d/attachment.html>


More information about the macports-changes mailing list