summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/gnome2-hacker-tools/Makefile2
-rw-r--r--editors/gnome2-office/Makefile2
-rw-r--r--x11/gnome2-fifth-toe/Makefile6
-rw-r--r--x11/gnome2-power-tools/Makefile8
-rw-r--r--x11/gnome2/Makefile12
5 files changed, 13 insertions, 17 deletions
diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile
index 7df63374f..d9c5d7a93 100644
--- a/devel/gnome2-hacker-tools/Makefile
+++ b/devel/gnome2-hacker-tools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnome2-hacker-tools
-PORTVERSION= 2.5.2
+PORTVERSION= 2.5.3
CATEGORIES= devel gnome
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile
index 2b52249f7..4df997b0d 100644
--- a/editors/gnome2-office/Makefile
+++ b/editors/gnome2-office/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnome2-office
-PORTVERSION= 2.5.2
+PORTVERSION= 2.5.3
CATEGORIES= editors gnome
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile
index a815643a5..8f7494e37 100644
--- a/x11/gnome2-fifth-toe/Makefile
+++ b/x11/gnome2-fifth-toe/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnome2-fifth-toe
-PORTVERSION= 2.5.2
-PORTREVISION= 2
+PORTVERSION= 2.5.3
CATEGORIES= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -33,7 +32,8 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \
straw:${PORTSDIR}/net/straw \
liferea:${PORTSDIR}/net/liferea \
gnotime:${PORTSDIR}/deskutils/gnotime \
- sound-juicer:${PORTSDIR}/audio/sound-juicer
+ sound-juicer:${PORTSDIR}/audio/sound-juicer \
+ rhythmbox:${PORTSDIR}/audio/rhythmbox
# not yet buildable under GNOME 2.5
# jamboree:${PORTSDIR}/audio/jamboree
diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile
index 2ee7b5c69..f7a93afce 100644
--- a/x11/gnome2-power-tools/Makefile
+++ b/x11/gnome2-power-tools/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnome2-power-tools
-PORTVERSION= 2.5.2
-PORTREVISION= 2
+PORTVERSION= 2.5.3
CATEGORIES= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -22,8 +21,9 @@ RUN_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsmb.so:${PORTSDIR}/devel/gn
${X11BASE}/lib/libquicklounge-applet.so:${PORTSDIR}/misc/quick-lounge-applet \
${X11BASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \
${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \
- ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \
- splashsetter:${PORTSDIR}/deskutils/splashsetter
+ splashsetter:${PORTSDIR}/deskutils/splashsetter \
+ gnome-netinfo:${PORTSDIR}/net/gnomenetwork \
+ gdesklets:${PORTSDIR}/deskutils/gdesklets
NO_BUILD= yes
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 2cc76baed..b14dd3a78 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnome2
-PORTVERSION= 2.5.2
-PORTREVISION= 1
+PORTVERSION= 2.5.3
CATEGORIES= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -47,11 +46,8 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \
${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
gnopernicus:${PORTSDIR}/accessibility/gnopernicus \
- evolution-1.5:${PORTSDIR}/mail/evolution \
- rhythmbox:${PORTSDIR}/audio/rhythmbox \
- gnome-netinfo:${PORTSDIR}/net/gnomenetwork \
- gdesklets:${PORTSDIR}/deskutils/gdesklets \
- monkey-bubble:${PORTSDIR}/games/monkeybubble \
+ ${X11BASE}/lib/libedataserver.so:${PORTSDIR}/databases/evolution-data-server \
+ ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \
dasher:${PORTSDIR}/accessibility/dasher
NO_BUILD= yes
@@ -67,7 +63,7 @@ do-install: # empty
.include <bsd.port.pre.mk>
-.if ${ARCH} != "amd64" && ( ${ARCH} == "i386" || ${OSVERSION} > 500035 )
+.if ${ARCH} == "i386" || ${OSVERSION} > 500035
RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
.endif