[29723] trunk/dports/gnome/gnome-icon-theme/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 7 10:23:55 PDT 2007


Revision: 29723
          http://trac.macosforge.org/projects/macports/changeset/29723
Author:   nox at macports.org
Date:     2007-10-07 10:23:53 -0700 (Sun, 07 Oct 2007)

Log Message:
-----------
gnome-icon-theme:
 * Fixed dependencies.
 * Added livecheck.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-icon-theme/Portfile

Modified: trunk/dports/gnome/gnome-icon-theme/Portfile
===================================================================
--- trunk/dports/gnome/gnome-icon-theme/Portfile	2007-10-07 16:04:26 UTC (rev 29722)
+++ trunk/dports/gnome/gnome-icon-theme/Portfile	2007-10-07 17:23:53 UTC (rev 29723)
@@ -1,7 +1,11 @@
 # $Id$
-PortSystem 1.0
+
+PortSystem  1.0
+
 name		gnome-icon-theme
 version		2.20.0
+set branch  [join [lrange [split ${version} .] 0 1] .]
+revision    1
 description	A collection of icons for the GNOME 2 desktop.
 long_description        gnome-icon-theme is a collection of icons and \
 			emblems for the GNOME 2 desktop.
@@ -9,16 +13,21 @@
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
+master_sites    gnome:sources/${name}/${branch}/
 checksums	rmd160 92c73aef6392b73a2728b579dfae9ca8e740c661
 
-depends_lib	port:perl5.8 \
+depends_build \
+        port:perl5.8 \
+        port:p5-xml-parser \
 		port:gettext \
-		port:intltool \
-                port:hicolor-icon-theme \
+        port:libiconv \
 		port:icon-naming-utils
 
 use_bzip2 	yes
 
-configure.args  --mandir=${prefix}/share/man
-configure.cppflags-append "-L${prefix}/lib"
+universal_variant   no
+
+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/20071007/8fd8c665/attachment.html


More information about the macports-changes mailing list