summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-16 21:22:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-16 21:22:38 +0000
commitee45b2ed8bb03b6ec53f3ba2468fee295cf9278a (patch)
tree194d933c5e3ff2c4e3a45bf8e4ae7ea39fe8c357 /irc
parentUpdate to 0.8.5. (diff)
- Update to 2.4.0
Notes
Notes: svn path=/head/; revision=116441
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat2/Makefile5
-rw-r--r--irc/xchat2/distinfo4
-rw-r--r--irc/xchat2/files/patch-fixtabcomp26
-rw-r--r--irc/xchat2/pkg-plist2
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