[33892] trunk/dports/gnome/system-tools-backends/Portfile

nox at macports.org nox at macports.org
Wed Feb 6 16:01:06 PST 2008


Revision: 33892
          http://trac.macosforge.org/projects/macports/changeset/33892
Author:   nox at macports.org
Date:     2008-02-06 16:01:05 -0800 (Wed, 06 Feb 2008)

Log Message:
-----------
system-tools-backends:
 * Updated to 2.4.2.
 * Fixed dependencies, it won't use its own p5-net-dbus anymore.
 * Added livecheck.

Modified Paths:
--------------
    trunk/dports/gnome/system-tools-backends/Portfile

Modified: trunk/dports/gnome/system-tools-backends/Portfile
===================================================================
--- trunk/dports/gnome/system-tools-backends/Portfile	2008-02-06 23:59:22 UTC (rev 33891)
+++ trunk/dports/gnome/system-tools-backends/Portfile	2008-02-07 00:01:05 UTC (rev 33892)
@@ -2,30 +2,43 @@
 
 PortSystem      1.0
 
-name		    system-tools-backends
-version		    2.4.0
-maintainers	    nomaintainer
-categories	    gnome
-platforms	    darwin 
-description	    Tools aimed to ease computer administration.
+name            system-tools-backends
+version         2.4.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin 
+description     Tools aimed to ease computer administration.
 
 long_description \
     Formerly known as the Ximian Setup Tools, the GST are \
-	a fully integrated set of tools aimed to make easy the \
-	job that means the computer administration on an UNIX \
-	or Linux system. They're thought to help from the new \
-	Linux or UNIX user to the system administrators. The \
-	GNOME System Tools are free software, licensed under \
-	the terms of the GNU General Public License.
+    a fully integrated set of tools aimed to make easy the \
+    job that means the computer administration on an UNIX \
+    or Linux system. They're thought to help from the new \
+    Linux or UNIX user to the system administrators. The \
+    GNOME System Tools are free software, licensed under \
+    the terms of the GNU General Public License.
 
-homepage	    http://www.gnome.org/projects/gst/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
-use_bzip2 	    yes
+homepage        http://system-tools-backends.freedesktop.org/
+master_sites    gnome:sources/${name}/${branch}/
+use_bzip2       yes
 
-checksums	    md5 e4b7fff9ed3b17cb7bacf9c0b9c657b5 \
-	            sha1 8a65751b82a1d2a52afb9e466c586db7f4b957d8 \
-                rmd160 8d9855138176288431c18c1eade029ad6f766382
+checksums       md5 a5f6be4a3774f3dae6c30a5848e9d36c \
+                sha1 afc96523614e63950c42fa8d1b5d1aadb4a06a00 \
+                rmd160 1b7cf45b46abbb4d10d817119634c2555a525135
 
-depends_lib	    lib:libgnomeui:libgnomeui
+depends_build   port:pkgconfig \
+                port:perl5.8 \
+                port:p5-net-dbus
 
-configure.args  --mandir=${prefix}/share/man
+depends_lib     port:libgnomeui \
+                port:glib2 \
+                port:dbus \
+                port:dbus-glib
+
+depends_run     port:perl5.8 \
+                port:p5-net-dbus
+
+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/20080206/df20045a/attachment.html


More information about the macports-changes mailing list