[41572] trunk/dports/gnome/gnome-audio/Portfile

nox at macports.org nox at macports.org
Thu Nov 6 02:43:24 PST 2008


Revision: 41572
          http://trac.macports.org/changeset/41572
Author:   nox at macports.org
Date:     2008-11-06 02:43:23 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
gnome-audio:
 * Updated to 2.22.2.
 * Disabled universal variant (arch-agnostic port).
 * Added livecheck.

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

Modified: trunk/dports/gnome/gnome-audio/Portfile
===================================================================
--- trunk/dports/gnome/gnome-audio/Portfile	2008-11-06 10:32:30 UTC (rev 41571)
+++ trunk/dports/gnome/gnome-audio/Portfile	2008-11-06 10:43:23 UTC (rev 41572)
@@ -4,7 +4,8 @@
 PortSystem      1.0
 
 name            gnome-audio
-version         2.22.1
+version         2.22.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin
@@ -17,15 +18,21 @@
     environment makes.
 
 homepage        http://www.gnome.org
-master_sites    gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
+master_sites    gnome:sources/$name/$branch/
 use_bzip2       yes
 
-checksums       md5 e0becab4f8360a589de9ffc2ab27c047 \
-                sha1 90862a7f133d73d0084c9f1f3e21f59210691f07 \
-                rmd160 8ea2fa460f2559e817305c682c6ac4dfc7682b51
+checksums       md5     51d4a50b8927cc8a4cc52cee498e9d01 \
+                sha1    88bc38387a7b556eb32232f4148fd09abd59ab6d \
+                rmd160  927cf787ff7a6a69ccc7d323f82dddfd1dd5a253
 
-post-extract {
-    reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/sounds/Makefile
-}
+use_configure   no
 
-configure {}
+build {}
+
+destroot.args   datadir=$prefix/share
+
+universal_variant   no
+
+livecheck.check regex
+livecheck.url   ftp://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/20081106/2cca3b7c/attachment.html>


More information about the macports-changes mailing list