[41570] trunk/dports/gnome/gnome-backgrounds/Portfile

nox at macports.org nox at macports.org
Thu Nov 6 02:29:26 PST 2008


Revision: 41570
          http://trac.macports.org/changeset/41570
Author:   nox at macports.org
Date:     2008-11-06 02:29:25 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
gnome-backgrounds:
 * Updated to 2.24.0 (closes #16905).
 * Fixed dependencies.
 * Added livecheck.
 * Disabled universal variant as this port is arch-agnostic.

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

Modified: trunk/dports/gnome/gnome-backgrounds/Portfile
===================================================================
--- trunk/dports/gnome/gnome-backgrounds/Portfile	2008-11-06 10:23:13 UTC (rev 41569)
+++ trunk/dports/gnome/gnome-backgrounds/Portfile	2008-11-06 10:29:25 UTC (rev 41570)
@@ -4,7 +4,8 @@
 PortSystem      1.0
 
 name            gnome-backgrounds
-version         2.20.0
+version         2.24.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin 
@@ -14,10 +15,21 @@
     $description
 
 homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
+master_sites    gnome:sources/$name/$branch/
 use_bzip2       yes
 
-checksums       rmd160 0248788b311e014abebff06b76855e71f3602fa0
+checksums       md5     fb84a0b2e63dd0aaa47d490d2a43209f \
+                sha1    3ceb98be1b49d7af6456b0ef2aefddca15e6146b \
+                rmd160  8c6904ce238689d2efa4ce051d7f11066e335849
 
 depends_build \
-    port:p5-xml-parser
+    port:intltool \
+    port:gettext
+
+use_parallel_build  yes
+
+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/ce4a271f/attachment.html>


More information about the macports-changes mailing list