pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc update to ircII 20170704. changes include:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d799fe640ba
branches:  trunk
changeset: 364880:6d799fe640ba
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Thu Jul 06 14:51:00 2017 +0000

description:
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

diffstat:

 chat/ircII/Makefile |   5 ++---
 chat/ircII/distinfo |  10 +++++-----
 doc/CHANGES-2017    |   3 ++-
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 26b4a2c41f30 -r 6d799fe640ba chat/ircII/Makefile
--- a/chat/ircII/Makefile       Thu Jul 06 14:11:29 2017 +0000
+++ b/chat/ircII/Makefile       Thu Jul 06 14:51:00 2017 +0000
@@ -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 @@
 
 CONFLICTS=             blackened-[0-9]*
 
-VERS=                  20151120
+VERS=                  20170704
 PLIST_SUBST+=  VERS=${VERS:Q}
 
 .include "../../mk/bsd.prefs.mk"
diff -r 26b4a2c41f30 -r 6d799fe640ba chat/ircII/distinfo
--- a/chat/ircII/distinfo       Thu Jul 06 14:11:29 2017 +0000
+++ b/chat/ircII/distinfo       Thu Jul 06 14:51:00 2017 +0000
@@ -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
diff -r 26b4a2c41f30 -r 6d799fe640ba doc/CHANGES-2017
--- a/doc/CHANGES-2017  Thu Jul 06 14:11:29 2017 +0000
+++ b/doc/CHANGES-2017  Thu Jul 06 14:51:00 2017 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index