summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2015-12-07 06:44:23 +0000
committermrg <mrg@pkgsrc.org>2015-12-07 06:44:23 +0000
commitf254222a6dba0dcfeca0f85881f4cdc62eb85b65 (patch)
tree218b11965f1347683d3857a6b7e083d4d04379bb
parenta7ab720d79f65cdfb97dc49389eb95abbceaa51b (diff)
downloadpkgsrc-f254222a6dba0dcfeca0f85881f4cdc62eb85b65.tar.gz
update to ircii 20151120. changes include:
o fix a program hang upon invalid utf-8 sequences o /set log and /window log no longer double the output o /lastlog no longer adds trailing ^Os to log files this also fixes an assert() in /server.
-rw-r--r--chat/ircII/Makefile4
-rw-r--r--chat/ircII/distinfo10
-rw-r--r--doc/CHANGES-20153
3 files changed, 9 insertions, 8 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index e3b6fafe95a..78e8c314f76 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2015/09/16 20:21:07 mrg Exp $
+# $NetBSD: Makefile,v 1.74 2015/12/07 06:44:23 mrg Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
CONFLICTS= blackened-[0-9]*
-VERS= 20150903
+VERS= 20151120
PLIST_SUBST+= VERS=${VERS:Q}
.include "../../mk/bsd.prefs.mk"
diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo
index 949290acd83..5890742fa41 100644
--- a/chat/ircII/distinfo
+++ b/chat/ircII/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.43 2015/11/03 01:20:20 agc Exp $
+$NetBSD: distinfo,v 1.44 2015/12/07 06:44:23 mrg Exp $
-SHA1 (ircii-20150903.tar.bz2) = fc623ac1a1f349b1c02fc53453a98fe54a1678dc
-RMD160 (ircii-20150903.tar.bz2) = 263b3d5ef91ff008fb5f5a2de01ef2d1f0e1afb6
-SHA512 (ircii-20150903.tar.bz2) = 8a7a2fe5ea54a082d9bae5e1b4b0590820093c2729c51b7122a3d46dffd3639678b6ec961422c9139dcb84b21ca70ad18df38c6cc7dd1bf888ec6cd32549197e
-Size (ircii-20150903.tar.bz2) = 601329 bytes
+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 (patch-ac) = 9f6f3b27670b63ff00b55c5431ec1da5219369ff
diff --git a/doc/CHANGES-2015 b/doc/CHANGES-2015
index bf65378ffe4..59025c76062 100644
--- a/doc/CHANGES-2015
+++ b/doc/CHANGES-2015
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2015,v 1.4884 2015/12/06 22:39:23 tonio Exp $
+$NetBSD: CHANGES-2015,v 1.4885 2015/12/07 06:44:23 mrg Exp $
Changes to the packages collection and infrastructure in 2015:
@@ -8128,3 +8128,4 @@ Changes to the packages collection and infrastructure in 2015:
Added meta-pkgs/php70-extensions version 7.0.0 [taca 2015-12-06]
Updated lang/python27 to 2.7.11 [adam 2015-12-06]
Updated chat/weechat to 1.3 [tonio 2015-12-06]
+ Updated chat/ircII to 20151120 [mrg 2015-12-07]