summaryrefslogtreecommitdiff
path: root/irc/xchat
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-27 15:32:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-27 15:32:21 +0000
commit7344b58d22b3b84f17d69af7a307d6a55854b69b (patch)
tree0b36433aad19ce8fb24f157885c50942d37bf151 /irc/xchat
parentSecurity fix: off-by-one error in mod_rewrite (diff)
Update to 2.6.6. See http://xchat.org/changelog.txt for a list of changes.
Notes
Notes: svn path=/head/; revision=168890
Diffstat (limited to 'irc/xchat')
-rw-r--r--irc/xchat/Makefile3
-rw-r--r--irc/xchat/distinfo6
-rw-r--r--irc/xchat/files/patch-src_fe-gtk_fe-gtk.c14
3 files changed, 4 insertions, 19 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index cf3d0e44ffd2..75ec9068a0f2 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xchat
-PORTVERSION= 2.6.4
-PORTREVISION= 1
+PORTVERSION= 2.6.6
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 818a1da3eea8..1a194f5f98b8 100644
--- a/irc/xchat/distinfo
+++ b/irc/xchat/distinfo
@@ -1,3 +1,3 @@
-MD5 (xchat-2.6.4.tar.bz2) = 358f6cec635eab49fca99d324f76e065
-SHA256 (xchat-2.6.4.tar.bz2) = 76e67fc03d3318d6159d1f22408c607bfa72e5e7687ddcb8969c95a01bcf4222
-SIZE (xchat-2.6.4.tar.bz2) = 1083938
+MD5 (xchat-2.6.6.tar.bz2) = 43c187582beb31e744c4c5a833a022b5
+SHA256 (xchat-2.6.6.tar.bz2) = c4b38d29e6a9872c8ffde27c8866d8c3b9f1fe6e227cef5fed39bc79f983d44c
+SIZE (xchat-2.6.6.tar.bz2) = 1098934
diff --git a/irc/xchat/files/patch-src_fe-gtk_fe-gtk.c b/irc/xchat/files/patch-src_fe-gtk_fe-gtk.c
deleted file mode 100644
index 9f81ae7a174b..000000000000
--- a/irc/xchat/files/patch-src_fe-gtk_fe-gtk.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/fe-gtk/fe-gtk.c 2006/06/07 06:16:51 1.66
-+++ src/fe-gtk/fe-gtk.c 2006/06/12 03:23:23 1.67
-@@ -225,7 +225,11 @@
- const char cursor_color_rc[] =
- "style \"xc-ib-st\""
- "{"
-+#ifdef USE_GTKSPELL
-+ "GtkTextView::cursor-color=\"#%02x%02x%02x\""
-+#else
- "GtkEntry::cursor-color=\"#%02x%02x%02x\""
-+#endif
- "}"
- "widget \"*.xchat-inputbox\" style : application \"xc-ib-st\"";
-