[51537] trunk/dports/gnome/gnome-platform-suite/Portfile

devans at macports.org devans at macports.org
Wed May 27 09:13:56 PDT 2009


Revision: 51537
          http://trac.macports.org/changeset/51537
Author:   devans at macports.org
Date:     2009-05-27 09:13:56 -0700 (Wed, 27 May 2009)
Log Message:
-----------
gnome-platform-suite:

  * take maintainership openmaintainer
  * set version to 2.26.2
  * update homepage, master_sites
  * conform to current GNOME spec (see homepage)
  * segregate ports on planned deprecation list

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

Modified: trunk/dports/gnome/gnome-platform-suite/Portfile
===================================================================
--- trunk/dports/gnome/gnome-platform-suite/Portfile	2009-05-27 16:13:25 UTC (rev 51536)
+++ trunk/dports/gnome/gnome-platform-suite/Portfile	2009-05-27 16:13:56 UTC (rev 51537)
@@ -4,45 +4,50 @@
 PortSystem      1.0
 
 name            gnome-platform-suite
-version         2.26.1
-revision        2
+version         2.26.2
 categories      gnome devel
-maintainers     nomaintainer
-description     The GNOME developer platform
-long_description    The GNOME developer platform is the set of libraries and \
+maintainers     devans openmaintainer
+description     The GNOME Developer Platform
+long_description    The GNOME Developer Platform is the set of libraries and \
                     services that developers can rely upon to develop fully \
                     GNOME compliant applications. The platform is one of the \
                     suites of software packages that form the complete GNOME \
                     project offerings.
 platforms       darwin
-homepage        http://www.gnome.org/
-master_sites    gnome
+homepage        http://live.gnome.org/TwoPointTwentyfive/Platform
+master_sites
 
-depends_build   path:bin/pkg-config:pkgconfig
-depends_lib     port:at-spi     \
-                port:atk    \
-                port:esound     \
-                port:gconf    \
-                port:gnome-mime-data    \
-                port:gnome-settings-daemon \
-                port:gnome-vfs    \
-                port:gtk2       \
-                port:gtk-doc    \
-                port:gvfs       \
-                port:libart_lgpl    \
-                port:libbonobo    \
-                port:libbonoboui    \
-                port:libglade2    \
-                port:libgnome    \
-                port:libgnomecanvas    \
-                port:libgnomeui    \
-                port:libidl    \
-                port:libxml2    \
-                port:libxslt    \
-                port:orbit2     \
-                path:lib/pkgconfig/pango.pc:pango \
-                port:policykit-gnome
+depends_lib     port:at-spi \
+                port:atk \
+                port:gconf \
+                path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                port:gtk2 \
+                port:gtk-doc \
+                port:libglade2 \
+                path:lib/pkgconfig/pango.pc:pango
 
+#
+# Upcoming GNOME Deprecations
+#
+# The following modules are heading towards planned deprecation. They will continue to be supported
+# and API/ABI stable throughout the GNOME 2.x series, but the GNOME project does not recommend using
+# them in new applications unless you require functionality that has not already been moved elsewhere.
+#
+
+depends_lib-append \
+               port:audiofile \
+               port:esound \
+               port:gnome-mime-data \
+               port:gnome-vfs \
+               port:gnome-vfs-monikers \
+               port:libart_lgpl \
+               port:libbonobo \
+               port:libbonoboui \
+               port:libgnome \
+               port:libgnomecanvas \
+               port:libgnomeui \
+               port:orbit2
+
 distfiles
 fetch           { }
 checksum        { }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/e4a65936/attachment.html>


More information about the macports-changes mailing list