[32982] trunk/dports/gnome/libgnomeui/Portfile

nox at macports.org nox at macports.org
Tue Jan 15 15:56:29 PST 2008


Revision: 32982
          http://trac.macosforge.org/projects/macports/changeset/32982
Author:   nox at macports.org
Date:     2008-01-15 15:56:28 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
libgnomeui:
 * Whitespace changes.
 * Added livecheck.

Modified Paths:
--------------
    trunk/dports/gnome/libgnomeui/Portfile

Modified: trunk/dports/gnome/libgnomeui/Portfile
===================================================================
--- trunk/dports/gnome/libgnomeui/Portfile	2008-01-15 23:32:14 UTC (rev 32981)
+++ trunk/dports/gnome/libgnomeui/Portfile	2008-01-15 23:56:28 UTC (rev 32982)
@@ -1,23 +1,31 @@
 # $Id$
-PortSystem 1.0
-name		libgnomeui
-version		2.20.1.1
-revision	0
-description	Libraries for the GNOME GUI, a GNU desktop environment.
-long_description        Libraries for the GNOME GUI, a GNU desktop environment.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
-master_sites    gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
-checksums	md5 d1f500c5d33ce93159b4952bb476fcf3 \
-			sha1 e1704b328de6f6f7130147062b3262b3df77484a \
-			rmd160 90caad97c85250435299923c90ffa730dbdfd288
 
-depends_lib \
-		port:libbonoboui \
-		port:gnome-keyring \
-		port:libiconv \
-		port:gettext
+PortSystem      1.0
 
-use_bzip2 	yes
+name            libgnomeui
+version         2.20.1.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin 
+description     Libraries for the GNOME GUI, a GNU desktop environment.
+
+long_description \
+    ${description}
+
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/${name}/${branch}/
+use_bzip2       yes
+
+checksums       md5 d1f500c5d33ce93159b4952bb476fcf3 \
+                sha1 e1704b328de6f6f7130147062b3262b3df77484a \
+                rmd160 90caad97c85250435299923c90ffa730dbdfd288
+
+depends_lib     port:libbonoboui \
+                port:gnome-keyring \
+                port:libiconv \
+                port:gettext
+
+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/20080115/40339faf/attachment-0001.html


More information about the macports-changes mailing list