summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/gnome-panel/Makefile4
-rw-r--r--x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index bb138ff96..09ce99a1e 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-panel/Makefile,v 1.164 2008/01/20 18:40:20 marcus Exp $
+# $MCom: ports/x11/gnome-panel/Makefile,v 1.165 2008/01/20 19:06:44 marcus Exp $
#
PORTNAME= gnome-panel
PORTVERSION= 2.21.5
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c b/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c
index 72c28fbf6..0df281fd9 100644
--- a/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c
+++ b/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c
@@ -8,7 +8,7 @@
+ /*priv->iso3166 = g_build_filename (zoneinfodir, "iso3166.tab", NULL);*/
+ /* FreeBSD doesn't include iso3166.tab, so we install it especially
+ * for this clock. */
-+ priv->zonetab = g_build_filename (DATADIR, "gnome-panel", "iso3166.tab", NULL);
++ priv->iso3166 = g_build_filename (DATADIR, "gnome-panel", "iso3166.tab", NULL);
#ifdef CLOCK_TEXTDOMAIN
/* this is used when clock is embedded in the gnome-panel