summaryrefslogtreecommitdiff
path: root/irc/xchat
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-31 02:39:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-31 02:39:57 +0000
commitf7cdb2aaaa286db6d18acabab87c10dea09e9686 (patch)
tree77eb4b4f62335cf53589a8ebe3daaaf9c9e485d8 /irc/xchat
parent- Fix with Python 2.5. (diff)
Update to 2.6.8.
Notes
Notes: svn path=/head/; revision=175608
Diffstat (limited to 'irc/xchat')
-rw-r--r--irc/xchat/Makefile5
-rw-r--r--irc/xchat/distinfo6
-rw-r--r--irc/xchat/files/patch-fixtabcomp24
-rw-r--r--irc/xchat/pkg-plist9
4 files changed, 11 insertions, 33 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index bb90fd83dd86..c4930a90561a 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -3,11 +3,10 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/irc/xchat/Makefile,v 1.5 2006/10/10 20:51:46 mezz Exp $
+# $MCom: ports-stable/irc/xchat/Makefile,v 1.1 2006/10/26 08:33:06 marcus Exp $
PORTNAME= xchat
-PORTVERSION= 2.6.6
-PORTREVISION= 3
+PORTVERSION= 2.6.8
CATEGORIES= irc gnome ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://xchat.org/files/source/2.6/
diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo
index 1a194f5f98b8..f58dffcb5fc7 100644
--- a/irc/xchat/distinfo
+++ b/irc/xchat/distinfo
@@ -1,3 +1,3 @@
-MD5 (xchat-2.6.6.tar.bz2) = 43c187582beb31e744c4c5a833a022b5
-SHA256 (xchat-2.6.6.tar.bz2) = c4b38d29e6a9872c8ffde27c8866d8c3b9f1fe6e227cef5fed39bc79f983d44c
-SIZE (xchat-2.6.6.tar.bz2) = 1098934
+MD5 (xchat-2.6.8.tar.bz2) = 940fd8560a4e4e5d905e53207c6cbb87
+SHA256 (xchat-2.6.8.tar.bz2) = 7e239a43c5e293da57a0ee8dc1e383d243ec44b00e682558db93be3d2752611f
+SIZE (xchat-2.6.8.tar.bz2) = 1184287
diff --git a/irc/xchat/files/patch-fixtabcomp b/irc/xchat/files/patch-fixtabcomp
deleted file mode 100644
index 9498dd636f93..000000000000
--- a/irc/xchat/files/patch-fixtabcomp
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.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
-- cursor_pos = g_utf8_pointer_to_offset(text, g_utf8_offset_to_pointer(ch, 1));
-+ return 2;
- }
-
- comp = skip_len;
-@@ -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/xchat/pkg-plist b/irc/xchat/pkg-plist
index f2044973f38a..2ba6ec32be39 100644
--- a/irc/xchat/pkg-plist
+++ b/irc/xchat/pkg-plist
@@ -1,7 +1,4 @@
bin/xchat
-%%DBUS%%bin/xchat-remote
-%%DBUS%%lib/xchat/plugins/dbus.la
-%%DBUS%%lib/xchat/plugins/dbus.so
%%PERL%%lib/xchat/plugins/perl.la
%%PERL%%lib/xchat/plugins/perl.so
%%PYTHON%%lib/xchat/plugins/python.la
@@ -9,6 +6,8 @@ bin/xchat
%%TCL%%lib/xchat/plugins/tcl.la
%%TCL%%lib/xchat/plugins/tcl.so
share/applications/xchat.desktop
+%%DBUS%%share/dbus-1/services/org.xchat.service.service
+share/locale/be/LC_MESSAGES/xchat.mo
share/locale/de/LC_MESSAGES/xchat.mo
share/locale/el/LC_MESSAGES/xchat.mo
share/locale/es/LC_MESSAGES/xchat.mo
@@ -16,10 +15,14 @@ share/locale/fi/LC_MESSAGES/xchat.mo
share/locale/fr/LC_MESSAGES/xchat.mo
share/locale/gl/LC_MESSAGES/xchat.mo
share/locale/hu/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/nl/LC_MESSAGES/xchat.mo
share/locale/pa/LC_MESSAGES/xchat.mo
+share/locale/pt/LC_MESSAGES/xchat.mo
+share/locale/ru/LC_MESSAGES/xchat.mo
share/locale/sq/LC_MESSAGES/xchat.mo
share/locale/sr/LC_MESSAGES/xchat.mo
share/locale/sv/LC_MESSAGES/xchat.mo