diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-05 04:24:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-05 04:24:03 +0800 |
commit | d8306da9df3f0aa1730fd94801d31ef90b900aab (patch) | |
tree | eee8f51df0a216bfb7a1bcee2c054c86c693f42e /x11 | |
parent | 3375fd3766733d75df5373d751e1879bcc8a7303 (diff) | |
download | marcuscom-ports-d8306da9df3f0aa1730fd94801d31ef90b900aab.tar.gz marcuscom-ports-d8306da9df3f0aa1730fd94801d31ef90b900aab.tar.zst marcuscom-ports-d8306da9df3f0aa1730fd94801d31ef90b900aab.zip |
Presenting GNOME 2.9.2 such as it is. We're still missing working versions of:
gnomecontrolcenter2
nautilus-media
And the following ports were not updated due to an unreleased version of
gtkhtml3:
evolution (2.1.0 --> 2.1.1)
ximian-connector (2.1.0 --> 2.1.1)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3216 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome2-lite/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 9 |
4 files changed, 9 insertions, 12 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 9cc051576..b5101b154 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome2-fifth-toe -PORTVERSION= 2.9.1 +PORTVERSION= 2.9.2 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -37,10 +37,6 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ ## Currently broken ports: # sound-juicer:${PORTSDIR}/audio/sound-juicer \ -.if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) -RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem -.endif - .include <bsd.port.pre.mk> #inkscape currently needs 5.X to build. this should hopefully diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index 7011a1174..f2a7c0e62 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome2 -PORTVERSION= 2.9.1 -PORTREVISION= 1 +PORTVERSION= 2.9.2 CATEGORIES= x11 gnome MASTER_SITES= # empty PKGNAMESUFFIX= -lite diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile index 1a0f52724..bf488b3d2 100644 --- a/x11/gnome2-power-tools/Makefile +++ b/x11/gnome2-power-tools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome2-power-tools -PORTVERSION= 2.9.1 +PORTVERSION= 2.9.2 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -24,7 +24,6 @@ RUN_DEPENDS= ${X11BASE}/lib/epiphany-1.5/extensions/libgesturesextension.so:${PO gdesklets:${PORTSDIR}/deskutils/gdesklets \ cog:${PORTSDIR}/sysutils/cog \ gnome-blog-poster:${PORTSDIR}/deskutils/gnomeblog \ - gnome-keyring-manager:${PORTSDIR}/security/gnomekeyringmanager \ gnomesu:${PORTSDIR}/sysutils/gnomesu NO_BUILD= yes diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 2006dc3af..ff0beb131 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome2 -PORTVERSION= 2.9.1 -PORTREVISION= 2 +PORTVERSION= 2.9.2 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -53,7 +52,11 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gnome-nettool:${PORTSDIR}/net/gnomenettool \ vino-session:${PORTSDIR}/net/vino \ ximian-connector-setup-2.2:${PORTSDIR}/mail/ximian-connector \ - ${X11BASE}/lib/gstreamer-0.8/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core + ${X11BASE}/lib/gstreamer-0.8/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \ + goobox:${PORTSDIR}/audio/goobox \ + gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ + totem:${PORTSDIR}/multimedia/totem-gstreamer \ + gnome-keyring-manager:${PORTSDIR}/security/gnomekeyringmanager # gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media # gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 |