diff options
author | steve <steve@FreeBSD.org> | 2000-01-30 05:31:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-30 05:31:39 +0800 |
commit | 56e7de8c4ea342fc77d9ae7db819e22c3a2aaf23 (patch) | |
tree | 9f41c41d9cd56b7879365a64be57466b0307984f /x11-wm/wmakerconf | |
parent | 7a6b8aa6d73f0833066061ea1653faad4504ffb6 (diff) | |
download | freebsd-ports-gnome-56e7de8c4ea342fc77d9ae7db819e22c3a2aaf23.tar.gz freebsd-ports-gnome-56e7de8c4ea342fc77d9ae7db819e22c3a2aaf23.tar.zst freebsd-ports-gnome-56e7de8c4ea342fc77d9ae7db819e22c3a2aaf23.zip |
Update to version 2.5.
PR: 16326
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11-wm/wmakerconf')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmakerconf/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/wmakerconf/files/patch-aa | 14 | ||||
-rw-r--r-- | x11-wm/wmakerconf/pkg-plist | 1 |
4 files changed, 3 insertions, 16 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index cc61663f625a..800ba717a8c2 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= wmakerconf-2.4 +DISTNAME= wmakerconf-2.5 CATEGORIES= x11-wm MASTER_SITES= http://ulli.linuxbox.com/wmakerconf/ diff --git a/x11-wm/wmakerconf/distinfo b/x11-wm/wmakerconf/distinfo index 068b5ba96b31..cf38577c57ca 100644 --- a/x11-wm/wmakerconf/distinfo +++ b/x11-wm/wmakerconf/distinfo @@ -1 +1 @@ -MD5 (wmakerconf-2.4.tar.bz2) = 0f2d272aab868b53d64f651adc3ee44a +MD5 (wmakerconf-2.5.tar.bz2) = 1a8979f7f9d47cc4cc719125110c8447 diff --git a/x11-wm/wmakerconf/files/patch-aa b/x11-wm/wmakerconf/files/patch-aa deleted file mode 100644 index 000a1b88e979..000000000000 --- a/x11-wm/wmakerconf/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- src/menu.c.orig Mon Sep 20 13:40:07 1999 -+++ src/menu.c Mon Sep 20 13:40:47 1999 -@@ -202,9 +202,11 @@ - gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), file_menu); - gtk_menu_bar_append (GTK_MENU_BAR (menu_bar), item); - -+#if defined(NETSCAPE) - item = gtk_menu_item_new_with_label (_("Themes")); - gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), themes_menu); - gtk_menu_bar_append (GTK_MENU_BAR (menu_bar), item); -+#endif /* defined(NETSCAPE) */ - - item = gtk_menu_item_new_with_label (_("Help")); - gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), help_menu); diff --git a/x11-wm/wmakerconf/pkg-plist b/x11-wm/wmakerconf/pkg-plist index df71a8ce2875..5e9ee5b9b3c6 100644 --- a/x11-wm/wmakerconf/pkg-plist +++ b/x11-wm/wmakerconf/pkg-plist @@ -9,6 +9,7 @@ share/locale/fr/LC_MESSAGES/wmakerconf.mo share/locale/hu/LC_MESSAGES/wmakerconf.mo share/locale/it/LC_MESSAGES/wmakerconf.mo share/locale/ja/LC_MESSAGES/wmakerconf.mo +share/locale/ja/LC_MESSAGES/wmakerconf-data.mo share/locale/ko/LC_MESSAGES/wmakerconf.mo share/locale/no/LC_MESSAGES/wmakerconf.mo share/locale/pl/LC_MESSAGES/wmakerconf.mo |