[45491] trunk/dports/gnome/gnome-games

jmr at macports.org jmr at macports.org
Fri Jan 16 09:34:52 PST 2009


Revision: 45491
          http://trac.macports.org/changeset/45491
Author:   jmr at macports.org
Date:     2009-01-16 09:34:52 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
gnome-games: update to 2.24.3

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

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

Modified: trunk/dports/gnome/gnome-games/Portfile
===================================================================
--- trunk/dports/gnome/gnome-games/Portfile	2009-01-16 17:24:58 UTC (rev 45490)
+++ trunk/dports/gnome/gnome-games/Portfile	2009-01-16 17:34:52 UTC (rev 45491)
@@ -3,28 +3,29 @@
 PortSystem 1.0
 
 name		gnome-games
-version		2.22.1.1
+version		2.24.3
+set branch  [join [lrange [split ${version} .] 0 1] .]
 description	Collection of small but addictive games for GNOME
 long_description    ${description}
 maintainers	nomaintainer
 categories	gnome
 platforms	darwin
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/gnome-games/2.22/
-checksums       md5     57500e063a6f26f2fbfd364a68842297 \
-                sha1    b10b6a0fd65f6f0bdc354ed6dfc49304da7d78ac \
-                rmd160  d2a81fe7c0694aedf8d5dda4abee2667bf49ce81
+master_sites    gnome:sources/${name}/${branch}/
+checksums       md5     e416e2922fe119c41ec224fab97f7909 \
+                sha1    f5de0d20bd51f188a9ac1e5f1ceaaa82d8f85882 \
+                rmd160  705f075e37c46e652e42e222aea82fa657a2b948
 depends_build	port:gnome-doc-utils
 depends_lib	port:libgnomeui \
 		port:guile \
 		port:librsvg \
 		port:gnome-python-desktop \
+		port:gob2 \
 		port:py25-gtkglext \
 		port:gst-plugins-good \
 		port:libsdl_mixer \
 		port:ggz-client-libs
 use_bzip2 	yes
-configure.cxx   g++
 configure.args  --disable-scrollkeeper
 configure.python ${prefix}/bin/python2.5
 
@@ -33,12 +34,12 @@
     reinplace "s|/usr/bin/env python|${prefix}/bin/python2.5|" ${worksrcpath}/gnome-sudoku/src/gnome-sudoku.in.in
 }
 
-platform darwin 9 {
-    configure.ldflags-append "-L/usr/X11/lib -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
-}
-
 post-activate {
         system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
         system "${prefix}/bin/scrollkeeper-update; true"
         system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
 }
+
+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/85d3be96/attachment.html>


More information about the macports-changes mailing list