[45506] trunk/dports/gnome/zenity/Portfile

jmr at macports.org jmr at macports.org
Fri Jan 16 12:29:21 PST 2009


Revision: 45506
          http://trac.macports.org/changeset/45506
Author:   jmr at macports.org
Date:     2009-01-16 12:29:20 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
zenity: update to 2.24.1

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

Modified: trunk/dports/gnome/zenity/Portfile
===================================================================
--- trunk/dports/gnome/zenity/Portfile	2009-01-16 19:52:26 UTC (rev 45505)
+++ trunk/dports/gnome/zenity/Portfile	2009-01-16 20:29:20 UTC (rev 45506)
@@ -1,7 +1,10 @@
 # $Id$
+
 PortSystem 1.0
+
 name		zenity
-version		2.20.0
+version		2.24.1
+set branch  [join [lrange [split ${version} .] 0 1] .]
 description	zenity allows you to display dialog boxes from the commandline.
 long_description        This is zenity - a rewrite of gdialog, the GNOME port \
 			of dialog which allows you to display dialog boxes \
@@ -10,15 +13,21 @@
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/zenity/[join [lrange [split ${version} .] 0 1] .]/
+master_sites    gnome:sources/${name}/${branch}/
 
-checksums	md5 64992cdbb38c9f8ea8cd9ea07c1dfc38 \
-			sha1 062cb61bc07a4de61fb531d745648552285f6858 \
-			rmd160 a5d67b31af023ace9b92bb541efd824a332c6b58
+checksums	md5 a7ade5ff47716f4328d5e0547596dfb6 \
+			sha1 3206712e6ea3a3b0220f4b3d4a633352a5f51058 \
+			rmd160 7ab10dc256653195c566b44baeff9c7901d9381e
 
 depends_lib \
-	lib:libgnomeui-2:libgnomeui \
-	port:gnome-doc-utils
+    port:gconf \
+    port:gnome-doc-utils \
+    port:gtk2 \
+    port:libglade2 \
+    port:libgnomecanvas \
+	port:libgnomeui \
+	port:libnotify \
+	port:rarian
 
 use_bzip2 	yes
 
@@ -27,3 +36,7 @@
 post-activate	{
 	system "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/20090116/4fc991c3/attachment.html>


More information about the macports-changes mailing list