[45503] trunk/dports/gnome/gnome/Portfile

jmr at macports.org jmr at macports.org
Fri Jan 16 11:12:20 PST 2009


Revision: 45503
          http://trac.macports.org/changeset/45503
Author:   jmr at macports.org
Date:     2009-01-16 11:12:20 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
gnome: bump version to 2.24, switch to port: style deps in variants

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

Modified: trunk/dports/gnome/gnome/Portfile
===================================================================
--- trunk/dports/gnome/gnome/Portfile	2009-01-16 19:11:23 UTC (rev 45502)
+++ trunk/dports/gnome/gnome/Portfile	2009-01-16 19:12:20 UTC (rev 45503)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            gnome
-version         2.16.2
-revision        2
+version         2.24
 categories      gnome
 platforms       darwin
 maintainers     nomaintainer
@@ -33,15 +32,15 @@
 
 # insert tons'o'variants here
 variant office description {Include office apps} {
-    depends_lib-append bin:gnumeric:gnumeric bin:abiword:abiword-x11 bin:dia:dia
+    depends_lib-append port:gnumeric port:abiword-x11 port:dia
 }
 
 variant graphics description {Include graphics apps} {
-    depends_lib-append bin:sodipodi:sodipodi bin:inkscape:inkscape
+    depends_lib-append port:sodipodi port:inkscape
 }
 
 variant www description {Include web apps} {
-    depends_lib-append bin:galeon:galeon bin:epiphany:epiphany
+    depends_lib-append port:galeon port:epiphany
 }
 
 livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090116/90fb974d/attachment.html>


More information about the macports-changes mailing list