[31205] trunk/dports/gnome/libgtop/Portfile

rhwood at macports.org rhwood at macports.org
Sun Nov 18 02:10:43 PST 2007


Revision: 31205
          http://trac.macosforge.org/projects/macports/changeset/31205
Author:   rhwood at macports.org
Date:     2007-11-18 02:10:42 -0800 (Sun, 18 Nov 2007)

Log Message:
-----------
Upgrade to version 2.20.0
Use a regex in the master_sites instead of a hard version number
Rework dependencies based on input from users and reading configure.in

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

Modified: trunk/dports/gnome/libgtop/Portfile
===================================================================
--- trunk/dports/gnome/libgtop/Portfile	2007-11-18 09:59:19 UTC (rev 31204)
+++ trunk/dports/gnome/libgtop/Portfile	2007-11-18 10:10:42 UTC (rev 31205)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		libgtop
-version		2.14.9
+version		2.20.0
 description	A library for gtop2
 long_description        This is library for the gtop2, the GNOME 2.0 \
 			version of top command. The top command is a tool \
@@ -11,10 +11,11 @@
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/libgtop/2.14/
-checksums	md5 a228ccab58216f7fef97de9c2b6e328e \
-		sha1 f4ce30dfbb6c4d27ac70435afd88f39eab84c0cb
-depends_lib     bin:gnome-terminal:gnome-terminal
+master_sites    gnome:sources/libgtop/[join [lrange [split ${version} .] 0 1] .]/
+checksums	md5 ddc05ffe9499294801cbd5fdac949045 \
+		sha1 0b7b7ad57c5b9e8d2fcd3e3f70bf61ba85fbb962
+depends_lib     port:glib2 \
+		port:gettext
 use_bzip2 	yes
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
 		--disable-static

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/56c3e9cb/attachment.html


More information about the macports-changes mailing list