[45263] trunk/dports/gnome/gnome-mag/Portfile

jmr at macports.org jmr at macports.org
Mon Jan 12 05:25:13 PST 2009


Revision: 45263
          http://trac.macports.org/changeset/45263
Author:   jmr at macports.org
Date:     2009-01-12 05:25:12 -0800 (Mon, 12 Jan 2009)
Log Message:
-----------
gnome-mag: update to 0.15.4, add deps on libXfixes and libXdamage (fixes #15004), add livecheck

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

Modified: trunk/dports/gnome/gnome-mag/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mag/Portfile	2009-01-12 12:44:50 UTC (rev 45262)
+++ trunk/dports/gnome/gnome-mag/Portfile	2009-01-12 13:25:12 UTC (rev 45263)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,5 +4,6 @@
 
 name		gnome-mag
-version		0.15.0
+version		0.15.4
+set branch  [join [lrange [split ${version} .] 0 1] .]
 description	GNOME magnifier.
 long_description       ${description}
@@ -10,10 +12,15 @@
 categories	gnome
 platforms	darwin
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	md5 a297f2b2fae4cd0cde2a30bfacc4c380 \
-		sha1 983b32766657898d771a330ff2bb0a861ff1ec18 \
-		rmd160 a4c774fa76761f38f82ed35c0c69790c9f7eb5e2
-depends_lib	lib:libspi:at-spi
+master_sites    gnome:sources/${name}/${branch}/
+checksums   md5 77c099335ff2d913ac813e79f127acc0 \
+            sha1 1fa498210a27f182dd3c161e2c20e1f36db7fea7 \
+            rmd160 b2116bc8dd54344a89e276a7a1fc9df9152d6680
+depends_lib port:at-spi \
+            lib:libXdamage:xorg-libXdamage \
+            lib:libXfixes:xorg-libXfixes
 use_bzip2 	yes
-configure.env-append PKG_CONFIG_PATH=${x11prefix}/lib/pkgconfig/
+
+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/20090112/dd9c83d0/attachment.html>


More information about the macports-changes mailing list