From owner-freebsd-gnome@FreeBSD.ORG Sat Jun 10 04:09:50 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2456216A418; Sat, 10 Jun 2006 04:09:50 +0000 (UTC) (envelope-from twelch@pluto.thepentagon.org) Received: from pluto.thepentagon.org (mail.thepentagon.org [66.100.170.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE8EF43D73; Sat, 10 Jun 2006 04:09:49 +0000 (GMT) (envelope-from twelch@pluto.thepentagon.org) Received: from pluto.thepentagon.org (localhost [127.0.0.1]) by pluto.thepentagon.org (8.13.6/8.13.4) with ESMTP id k5A48V7u027746; Fri, 9 Jun 2006 23:08:31 -0500 (CDT) (envelope-from twelch@pluto.thepentagon.org) Received: (from twelch@localhost) by pluto.thepentagon.org (8.13.6/8.13.4/Submit) id k5A48Vf5027745; Fri, 9 Jun 2006 23:08:31 -0500 (CDT) (envelope-from twelch) Date: Fri, 9 Jun 2006 23:08:31 -0500 (CDT) Message-Id: <200606100408.k5A48Vf5027745@pluto.thepentagon.org> To: FreeBSD-gnats-submit@freebsd.org From: Tim Welch X-send-pr-version: 3.113 X-GNATS-Notify: Cc: freebsd-gnome@freebsd.org Subject: Update irc/xchat to 2.6.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tim Welch List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 04:09:50 -0000 >Submitter-Id: current-users >Originator: Tim Welch >Organization: >Confidential: no >Synopsis: Update irc/xchat to 2.6.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE-p1 i386 >Environment: >Description: Update irc/xchat to latest (2.6.4) version. Maintainer is CC'd. From the Changelog: - Updated translations (de, el, es, gl, hu, nl, sv, vi, zh_TW) - Fixed opening a irc:// URL via "xchat -a --url=abc123" command while "Skip serverlist on startup" is off. This fix is only relevant whenopening an initial instance of xchat (i.e not via dbus). - Fixed the tree layout "flashing" (redrawing slowly) after you switched to tabs and back to tree. - Fixed plugin/script get_list("users") causing a critical GDK warning when not executed from the front-most tab. - Added spelling support in the input-box via GTKSpell. - Improved the error reporting when connecting through a Socks proxy. - DCC file transfers via http/socks45/wingate proxy is now supported - Fixed Socks 5 failing on 64-bit CPUs. - Added support for connecting through a Microsoft ISA Proxy, requires libntlm at build time - You can now mark and copy timestamps if you hold down SHIFT. - Timestamps are now preserved in the /lastlog command. Also fixed a bug where the separator line disappeared during /lastlog. - Added a Browse button to the DCC download folder setting. - Made the setup window a little neater and Gnome-like. - Improved the notify window a little and fixed a small memory leak. - Fixed CTCPs being truncated in the RawLog window. - Added an option to open a "Save As..." dialog when receiving a DCC file offer. - Fixed a crash if you try to remove a network from the list while it's in a auto-reconnect delay [debian bug #364858]. - Python: Fixed some memory usage bugs. - Perl: Turned on utf8 flag for things that should have it on. >How-To-Repeat: >Fix: --- xchat.diff begins here --- diff -ruN xchat.orig/Makefile xchat/Makefile --- xchat.orig/Makefile Sun May 28 07:35:55 2006 +++ xchat/Makefile Fri Jun 9 22:42:47 2006 @@ -6,7 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.4 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/2.6/ diff -ruN xchat.orig/distinfo xchat/distinfo --- xchat.orig/distinfo Sun May 28 07:35:55 2006 +++ xchat/distinfo Fri Jun 9 22:57:52 2006 @@ -1,3 +1,3 @@ -MD5 (xchat-2.6.2.tar.bz2) = 6b534baf9a4df6bf23d7d16f7e4eb379 -SHA256 (xchat-2.6.2.tar.bz2) = a184d42a8130e5a4151e0190ba45dc3440c49270818fec02f35bca932da64f9c -SIZE (xchat-2.6.2.tar.bz2) = 1046910 +MD5 (xchat-2.6.4.tar.bz2) = 358f6cec635eab49fca99d324f76e065 +SHA256 (xchat-2.6.4.tar.bz2) = 76e67fc03d3318d6159d1f22408c607bfa72e5e7687ddcb8969c95a01bcf4222 +SIZE (xchat-2.6.4.tar.bz2) = 1083938 diff -ruN xchat.orig/pkg-plist xchat/pkg-plist --- xchat.orig/pkg-plist Sun May 28 07:35:55 2006 +++ xchat/pkg-plist Fri Jun 9 22:56:18 2006 @@ -11,6 +11,7 @@ share/applications/xchat.desktop share/locale/de/LC_MESSAGES/xchat.mo share/locale/el/LC_MESSAGES/xchat.mo +share/locale/es/LC_MESSAGES/xchat.mo share/locale/fi/LC_MESSAGES/xchat.mo share/locale/fr/LC_MESSAGES/xchat.mo share/locale/gl/LC_MESSAGES/xchat.mo @@ -20,6 +21,7 @@ share/locale/nl/LC_MESSAGES/xchat.mo share/locale/pa/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 share/locale/vi/LC_MESSAGES/xchat.mo share/locale/zh_TW/LC_MESSAGES/xchat.mo --- xchat.diff ends here ---