mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.6.6. See http://xchat.org/changelog.txt for a list of changes.
This commit is contained in:
parent
81b6c855ff
commit
7344b58d22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168890
3 changed files with 4 additions and 19 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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\"";
|
||||
|
Loading…
Add table
Reference in a new issue