diff options
Diffstat (limited to 'x11-fm/gnomemc')
-rw-r--r-- | x11-fm/gnomemc/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/gnomemc/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-aj | 11 | ||||
-rw-r--r-- | x11-fm/gnomemc/pkg-plist | 1 |
4 files changed, 14 insertions, 5 deletions
diff --git a/x11-fm/gnomemc/Makefile b/x11-fm/gnomemc/Makefile index 26b15a3cd249..c8754f14412c 100644 --- a/x11-fm/gnomemc/Makefile +++ b/x11-fm/gnomemc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomemc -PORTVERSION= 4.5.48 +PORTVERSION= 4.5.50 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/mc @@ -14,8 +14,7 @@ DISTNAME= mc-${PORTVERSION} MAINTAINER= reg@FreeBSD.org -BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config diff --git a/x11-fm/gnomemc/distinfo b/x11-fm/gnomemc/distinfo index d2b3039b8ba4..b45ad777a1c3 100644 --- a/x11-fm/gnomemc/distinfo +++ b/x11-fm/gnomemc/distinfo @@ -1 +1 @@ -MD5 (mc-4.5.48.tar.gz) = 0ed6f7cda24307c13afb0c1d1a9fb7a0 +MD5 (mc-4.5.50.tar.gz) = a9808074a863e564264719632ecc1c97 diff --git a/x11-fm/gnomemc/files/patch-aj b/x11-fm/gnomemc/files/patch-aj new file mode 100644 index 000000000000..cd20a6ef9302 --- /dev/null +++ b/x11-fm/gnomemc/files/patch-aj @@ -0,0 +1,11 @@ +--- gnome/gnome-open-dialog.c.orig Mon May 29 16:56:28 2000 ++++ gnome/gnome-open-dialog.c Wed May 31 12:30:36 2000 +@@ -359,7 +359,7 @@ + gtk_clist_set_column_auto_resize (GTK_CLIST (retval), 0, TRUE); + + /* set up the apps */ +- prefix = gnome_unconditional_datadir_file ("gnome/apps"); ++ prefix = gnome_unconditional_datadir_file ("apps"); + node = read_directory (prefix); + gnome_open_dialog_generate_tree_helper (GTK_CTREE (retval), NULL, node); + gtk_ctree_expand_recursive (GTK_CTREE (retval), NULL); diff --git a/x11-fm/gnomemc/pkg-plist b/x11-fm/gnomemc/pkg-plist index 381b33d0799c..311cb5241041 100644 --- a/x11-fm/gnomemc/pkg-plist +++ b/x11-fm/gnomemc/pkg-plist @@ -6,7 +6,6 @@ etc/mc.global share/gnome/idl/FileManager.idl share/gnome/idl/Makefile.in share/gnome/mc/FAQ -share/gnome/mc/cedit.menu share/gnome/mc/desktop-scripts/README.desktop share/gnome/mc/desktop-scripts/startup.links share/gnome/mc/edit.indent.rc |