[45494] trunk/dports/gnome/gnome-utils

jmr at macports.org jmr at macports.org
Fri Jan 16 09:58:50 PST 2009


Revision: 45494
          http://trac.macports.org/changeset/45494
Author:   jmr at macports.org
Date:     2009-01-16 09:58:50 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
gnome-utils: update to 2.24.1, fix livecheck

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

Removed Paths:
-------------
    trunk/dports/gnome/gnome-utils/files/

Modified: trunk/dports/gnome/gnome-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-utils/Portfile	2009-01-16 17:52:14 UTC (rev 45493)
+++ trunk/dports/gnome/gnome-utils/Portfile	2009-01-16 17:58:50 UTC (rev 45494)
@@ -1,30 +1,30 @@
 # $Id$
+
 PortSystem 1.0
+
 name		gnome-utils
-version		2.20.0.1
-revision	1
-description	Session component for the GNOME 2 desktop
-long_description        Session component for the GNOME 2.0 desktop.
+version		2.24.1
+set branch  [join [lrange [split ${version} .] 0 1] .]
+description	GNOME utilities
+long_description        Utilities for the GNOME 2.0 desktop.
 maintainers	nomaintainer
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/gnome-utils/[join [lrange [split ${version} .] 0 1] .]/
-checksums	md5 2d4385df2fb566b437b283bd2ce70190 \
-		sha1 21aedfa39d2b937cf6e2ad697378dbecbe838dc7 \
-		rmd160 675c55e85cc9b34a170dfdc7b0c5b1c28fad17f1
-depends_lib     lib:gnome-session:gnome-session \
-		lib:libgnomeprintui:libgnomeprintui \
+master_sites    gnome:sources/${name}/${branch}/
+checksums	md5 232937a4bf5c9ebb1bbc86793871d843 \
+		sha1 8d0315293da2f646a67cb8025099d00ba8fbbeac \
+		rmd160 e7acaff8418eb62eb5e61f2ba52ecea5b753212f
+depends_lib     port:gnome-session \
+		port:libgnomeprintui \
 		port:libgtop \
 		port:gnome-panel \
-	port:dbus \
-	port:dbus-glib
-#patchfiles	patch_logrtns.c
+	    port:dbus \
+	    port:dbus-glib
+
 use_bzip2 	yes
 configure.args  --mandir=${prefix}/share/man \
 		--disable-scrollkeeper
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-undefined suppress -flat_namespace" 
 
 post-extract {
 	reinplace "s|-export-dynamic||g" ${worksrcpath}/gnome-screenshot/Makefile.in
@@ -40,3 +40,7 @@
 		reinplace "s|gnuregex.h|regex.h|g" ${worksrcpath}/gsearchtool/gsearchtool-support.c
 	}
 }
+
+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/de2e25a9/attachment-0001.html>


More information about the macports-changes mailing list