update to ircii 20150903. changes include:
o ircII now uses the final column of the display o contrib/noansi.c is a program to remove ANSI C colours o fix irc "realname" handling o fix SWITCH_CHANNELS binding o revert to old window size change handling for now
This commit is contained in:
parent
483fd8416a
commit
2e07e11c8c
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.72 2015/03/14 23:43:28 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.73 2015/09/16 20:21:07 mrg Exp $
|
||||
|
||||
DISTNAME= ircii-${VERS}
|
||||
PKGNAME= ircII-${VERS}
|
||||
|
@ -13,7 +13,7 @@ LICENSE= modified-bsd
|
|||
|
||||
CONFLICTS= blackened-[0-9]*
|
||||
|
||||
VERS= 20141122
|
||||
VERS= 20150903
|
||||
PLIST_SUBST+= VERS=${VERS:Q}
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.41 2014/11/22 22:20:15 mrg Exp $
|
||||
$NetBSD: distinfo,v 1.42 2015/09/16 20:21:07 mrg Exp $
|
||||
|
||||
SHA1 (ircii-20141122.tar.bz2) = e243dafb325334240c4306e568fb94fb21b201d6
|
||||
RMD160 (ircii-20141122.tar.bz2) = 5a0740b76c4a63d8af30c3a380a19fa1eccf9fcb
|
||||
Size (ircii-20141122.tar.bz2) = 593290 bytes
|
||||
SHA1 (ircii-20150903.tar.bz2) = fc623ac1a1f349b1c02fc53453a98fe54a1678dc
|
||||
RMD160 (ircii-20150903.tar.bz2) = 263b3d5ef91ff008fb5f5a2de01ef2d1f0e1afb6
|
||||
Size (ircii-20150903.tar.bz2) = 601329 bytes
|
||||
SHA1 (patch-ac) = 9f6f3b27670b63ff00b55c5431ec1da5219369ff
|
||||
|
|
Loading…
Reference in a new issue