diff options
author | pav <pav@FreeBSD.org> | 2004-08-17 05:22:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-17 05:22:38 +0800 |
commit | 07878092f94c3f97e7f7d57cd6485ea9dffd3967 (patch) | |
tree | f9f30c7344642e75fda0dde4b6b548fcfcb47bcc /irc/xchat2 | |
parent | d6762bd9b5614fd597c993b974a558dca6c84a24 (diff) | |
download | freebsd-ports-gnome-07878092f94c3f97e7f7d57cd6485ea9dffd3967.tar.gz freebsd-ports-gnome-07878092f94c3f97e7f7d57cd6485ea9dffd3967.tar.zst freebsd-ports-gnome-07878092f94c3f97e7f7d57cd6485ea9dffd3967.zip |
- Update to 2.4.0
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 5 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 4 | ||||
-rw-r--r-- | irc/xchat2/files/patch-fixtabcomp | 26 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 2 |
4 files changed, 19 insertions, 18 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 861644c23974..a22693d3ff81 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= xchat2 -PORTVERSION= 2.0.10 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/2.0/ +MASTER_SITES= http://xchat.org/files/source/2.4/ DISTNAME= xchat-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index 933a187ee15f..204f128009c8 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1,2 +1,2 @@ -MD5 (xchat-2.0.10.tar.bz2) = 968bc5f074fd7c202a8d63758bd5b62d -SIZE (xchat-2.0.10.tar.bz2) = 1113265 +MD5 (xchat-2.4.0.tar.bz2) = 084585b765509d5da355155189b16ecd +SIZE (xchat-2.4.0.tar.bz2) = 1159266 diff --git a/irc/xchat2/files/patch-fixtabcomp b/irc/xchat2/files/patch-fixtabcomp index 0f96282fb27e..9498dd636f93 100644 --- a/irc/xchat2/files/patch-fixtabcomp +++ b/irc/xchat2/files/patch-fixtabcomp @@ -1,9 +1,9 @@ # Fixes two tab-nick-completion bugs: # 1. Crash when you type space-tab # 2. Critical glib warning when completion in a dialog-tab. ---- src/fe-gtk/fkeys.c 2004-07-01 18:28:43.000000000 +0200 -+++ src/fe-gtk/fkeys.c 2004-07-05 12:19:56.000000000 +0200 -@@ -1394,7 +1394,7 @@ +--- src/fe-gtk/fkeys.c.orig Thu Aug 5 07:49:06 2004 ++++ src/fe-gtk/fkeys.c Mon Aug 16 22:54:58 2004 +@@ -1427,7 +1427,7 @@ skip_len++; } else @@ -12,13 +12,13 @@ } comp = skip_len; -@@ -1599,7 +1599,8 @@ - gtk_entry_set_text (GTK_ENTRY (t), buf); - gtk_editable_set_position (GTK_EDITABLE (t), g_utf8_pointer_to_offset(buf, buf + cursor_pos)); - } -- g_completion_free(gcomp); -+ if (gcomp) -+ g_completion_free(gcomp); - return 2; - } - #undef COMP_BUF +@@ -1608,7 +1608,8 @@ + list = list->next; + } + PrintText (sess, buf); +- g_completion_free(gcomp); ++ if (gcomp) ++ g_completion_free(gcomp); + return 2; + } + /* Only one matching entry */ diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist index 6a4a6d6b8970..1c263efdf463 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/pkg-plist @@ -17,7 +17,9 @@ share/locale/et/LC_MESSAGES/xchat.mo share/locale/eu/LC_MESSAGES/xchat.mo share/locale/fi/LC_MESSAGES/xchat.mo share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/it/LC_MESSAGES/xchat.mo share/locale/ja/LC_MESSAGES/xchat.mo +share/locale/ko/LC_MESSAGES/xchat.mo share/locale/lt/LC_MESSAGES/xchat.mo share/locale/lv/LC_MESSAGES/xchat.mo share/locale/mk/LC_MESSAGES/xchat.mo |