[30129] trunk/dports/gnome/libgnome/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 20 14:12:09 PDT 2007


Revision: 30129
          http://trac.macosforge.org/projects/macports/changeset/30129
Author:   rhwood at macports.org
Date:     2007-10-20 14:12:09 -0700 (Sat, 20 Oct 2007)

Log Message:
-----------
Upgrade to version 2.20.1.1
Use a regex that works for version strings m.n.o.p as opposed to simply m.n.o

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

Modified: trunk/dports/gnome/libgnome/Portfile
===================================================================
--- trunk/dports/gnome/libgnome/Portfile	2007-10-20 19:32:57 UTC (rev 30128)
+++ trunk/dports/gnome/libgnome/Portfile	2007-10-20 21:12:09 UTC (rev 30129)
@@ -1,18 +1,18 @@
 # $Id$
 PortSystem 1.0
 name		libgnome
-version		2.20.0
+version		2.20.1.1
 revision	0
 description	This is the non-gui part of the library formerly \
 		known as gnome-libs.
 long_description       	This is the non-gui part of the library formerly \
 			known as gnome-libs. 
-maintainers	rhwood openmaintainer at macports.org
+maintainers	rhwood openmaintainer
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	rmd160 014078c528f08f27344ddcc9a7cc2de76ff2f777
+master_sites    gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
+checksums	rmd160 616032d4af3c283e37728caeb705424dffbbac19
 
 depends_lib \
 	port:libbonobo \

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


More information about the macports-changes mailing list