[40426] trunk/dports/gnome/gconf-editor/Portfile

jmr at macports.org jmr at macports.org
Wed Oct 1 10:10:40 PDT 2008


Revision: 40426
          http://trac.macports.org/changeset/40426
Author:   jmr at macports.org
Date:     2008-10-01 10:10:40 -0700 (Wed, 01 Oct 2008)
Log Message:
-----------
gconf-editor: update to 2.24.0.1 (#16712)

Modified Paths:
--------------
    trunk/dports/gnome/gconf-editor/Portfile

Modified: trunk/dports/gnome/gconf-editor/Portfile
===================================================================
--- trunk/dports/gnome/gconf-editor/Portfile	2008-10-01 17:01:21 UTC (rev 40425)
+++ trunk/dports/gnome/gconf-editor/Portfile	2008-10-01 17:10:40 UTC (rev 40426)
@@ -3,7 +3,8 @@
 PortSystem 1.0
 
 name		gconf-editor
-version		2.22.0
+version		2.24.0.1
+set branch	[join [lrange [split ${version} .] 0 1] .]
 description	gconf-editor is a gconf database editor for GNOME 2.0.
 long_description        gconf-editor is a gconf database editor for \
 			GNOME 2.0.  It is similar to regedit on Windows
@@ -11,17 +12,18 @@
 categories	gnome
 platforms	darwin
 homepage	http://www.gnome.org/projects/gconf/
-master_sites    gnome:sources/gconf-editor/2.22/
+master_sites    gnome:sources/gconf-editor/${branch}/
 
-checksums	md5 7ca99aec214dd855b5de7dacc8937055 \
-		sha1 7ca44dbb09136203b37d7dd5398b62bcf15ee528 \
-		rmd160 c1ac899ac48a907420af28295de8fa66c1d45add
+checksums       md5     e2e1cddbebda87e794fabdbe3928ef6f \
+                sha1    090e80d050a9c4bb67361575e838cf0b8e3d978e \
+                rmd160  a840a4eec9d63c84cc63cbe26a9e839a7e556894
 
 depends_lib \
+	port:libgnome \
 	port:libgnomeui \
-	port:startup-notification \
-	port:dbus \
-	port:dbus-glib
+	port:gconf \
+	port:gtk2
+
 depends_build \
 	port:gnome-doc-utils
 
@@ -79,3 +81,7 @@
          GCONF_CONFIG_SOURCE=`${prefix}/bin/gconftool-2 --get-default-source` ${prefix}/bin/gconftool-2 --makefile-install-rule $schemastring"
 
 }
+
+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/20081001/c89d01ee/attachment.html 


More information about the macports-changes mailing list