Received: by mail.netbsd.org (Postfix, from userid 605) id 64378856B4; Thu, 6 Jul 2017 14:51:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E825C856B3 for ; Thu, 6 Jul 2017 14:51:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9tAPJpL6NH2R for ; Thu, 6 Jul 2017 14:51:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 68178856AC for ; Thu, 6 Jul 2017 14:51:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62BB2FAE8; Thu, 6 Jul 2017 14:51:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149935266018860" MIME-Version: 1.0 Date: Thu, 6 Jul 2017 14:51:00 +0000 From: "matthew green" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mrg@netbsd.org X-Mailer: log_accum Message-Id: <20170706145100.62BB2FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149935266018860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mrg Date: Thu Jul 6 14:51:00 UTC 2017 Modified Files: pkgsrc/chat/ircII: Makefile distinfo pkgsrc/doc: CHANGES-2017 Log Message: update to ircII 20170704. changes include: o fixes for the OSX fixes in 20170606 o new window resizer now works, can get the old one at compile time with --with-default-resize-method=old configure option o more fixes for OSX and @-style assignment o fix a window rebalance when not resizing bug o fix crashes on OSX in complex scripts using [] o fix reconnecting channels moving windows To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/chat/ircII/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/ircII/distinfo cvs rdiff -u -r1.2739 -r1.2740 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149935266018860 Content-Disposition: inline Content-Length: 2531 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/ircII/Makefile diff -u pkgsrc/chat/ircII/Makefile:1.77 pkgsrc/chat/ircII/Makefile:1.78 --- pkgsrc/chat/ircII/Makefile:1.77 Sun Mar 27 22:53:39 2016 +++ pkgsrc/chat/ircII/Makefile Thu Jul 6 14:51:00 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2016/03/27 22:53:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.78 2017/07/06 14:51:00 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} -PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://ircii.warped.com/ EXTRACT_SUFX= .tar.bz2 @@ -14,7 +13,7 @@ LICENSE= modified-bsd CONFLICTS= blackened-[0-9]* -VERS= 20151120 +VERS= 20170704 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" Index: pkgsrc/chat/ircII/distinfo diff -u pkgsrc/chat/ircII/distinfo:1.44 pkgsrc/chat/ircII/distinfo:1.45 --- pkgsrc/chat/ircII/distinfo:1.44 Mon Dec 7 06:44:23 2015 +++ pkgsrc/chat/ircII/distinfo Thu Jul 6 14:51:00 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2015/12/07 06:44:23 mrg Exp $ +$NetBSD: distinfo,v 1.45 2017/07/06 14:51:00 mrg Exp $ -SHA1 (ircii-20151120.tar.bz2) = 6ae9dd4884b32d7996f13c8c042c2bc8e548ae92 -RMD160 (ircii-20151120.tar.bz2) = 678d7bd4185803ed4d5d0a08b83fe2346101b6d2 -SHA512 (ircii-20151120.tar.bz2) = 98fd83a270e4090946863cb535406e14c2248c55ca5e6800a18539ecba60e0248d2f31f06a9660cee6bb726d739102ba890e54308f5a81516d0433d28650add2 -Size (ircii-20151120.tar.bz2) = 597566 bytes +SHA1 (ircii-20170704.tar.bz2) = 88f55a59af48d7ed131895d68354fe7f566e3180 +RMD160 (ircii-20170704.tar.bz2) = b857a49c6d843748b0bcbccf9e3aec16d7be974b +SHA512 (ircii-20170704.tar.bz2) = a0cdc5603fab040fa2f7d2b3d7a564e9eeac4b402329cba5c6f1a97aa6e587a53ffc4141420dde97dc2cadf22581e74058a0357c6b4b0d0b03f5dea7fa8cbc3a +Size (ircii-20170704.tar.bz2) = 596535 bytes SHA1 (patch-ac) = 9f6f3b27670b63ff00b55c5431ec1da5219369ff Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.2739 pkgsrc/doc/CHANGES-2017:1.2740 --- pkgsrc/doc/CHANGES-2017:1.2739 Thu Jul 6 13:35:13 2017 +++ pkgsrc/doc/CHANGES-2017 Thu Jul 6 14:51:00 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.2739 2017/07/06 13:35:13 taca Exp $ +$NetBSD: CHANGES-2017,v 1.2740 2017/07/06 14:51:00 mrg Exp $ Changes to the packages collection and infrastructure in 2017: @@ -3778,3 +3778,4 @@ Changes to the packages collection and i Updated lang/php70 to 7.0.21 [taca 2017-07-06] Updated devel/php-xdebug to 2.5.5 [taca 2017-07-06] Updated lang/pear to 1.10.5 [taca 2017-07-06] + Updated chat/ircII to 20170704 [mrg 2017-07-06] --_----------=_149935266018860--