pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/less



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Jan  6 14:29:30 UTC 2021

Modified Files:
        pkgsrc/misc/less: Makefile distinfo

Log Message:
less: Update to 563

Changes:
563
---
 - Update Unicode tables.
 - Treat Hangul Jamo medial vowels and final consonants as zero width.
 - Display error message immediately when -o is toggled and input is not a
   pipe.
 - Fix regression: make screen repaint when "squished" and a no-movement
   command is given.
 - Fix erroneous EOF calculation when F command is interrupted.
 - Make WIN32C version include this fix from 551: Don't count lines in
   initial screen if using -X with -F.
 - Fix display bug in WIN32C version.
 - Fix memory corruption when built with libtermcap.
 - Fix crash on some systems due to realpath incompatibility.
 - Support libtinfow.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/less/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/less/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/less/Makefile
diff -u pkgsrc/misc/less/Makefile:1.28 pkgsrc/misc/less/Makefile:1.29
--- pkgsrc/misc/less/Makefile:1.28      Sat Jun 15 10:03:38 2019
+++ pkgsrc/misc/less/Makefile   Wed Jan  6 14:29:30 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/06/15 10:03:38 leot Exp $
+# $NetBSD: Makefile,v 1.29 2021/01/06 14:29:30 leot Exp $
 
-DISTNAME=      less-551
+DISTNAME=      less-563
 CATEGORIES=    misc
 MASTER_SITES=  http://www.greenwoodsoftware.com/less/
 

Index: pkgsrc/misc/less/distinfo
diff -u pkgsrc/misc/less/distinfo:1.19 pkgsrc/misc/less/distinfo:1.20
--- pkgsrc/misc/less/distinfo:1.19      Sat Jun 15 10:03:38 2019
+++ pkgsrc/misc/less/distinfo   Wed Jan  6 14:29:30 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/06/15 10:03:38 leot Exp $
+$NetBSD: distinfo,v 1.20 2021/01/06 14:29:30 leot Exp $
 
-SHA1 (less-551.tar.gz) = 7a2dbccd46697ba17189b1e19f75eee5115c19a2
-RMD160 (less-551.tar.gz) = 7011513218523819c0565ffdda305c432a034c11
-SHA512 (less-551.tar.gz) = ef5296b9ebd72f83c05cad8a0f7a5eec2290e9b358ee725e09e8541bd95f94c0e14ea22aa04b287a0654079338eaeae813f2235b8e9f819fbbc9040dd65a9585
-Size (less-551.tar.gz) = 347007 bytes
+SHA1 (less-563.tar.gz) = 5c19e0eb4e25f4d675af1fe65088d12e74355370
+RMD160 (less-563.tar.gz) = ef4480307871e4c0a26a29738b9706788b616357
+SHA512 (less-563.tar.gz) = 79384ff3faa33aeb86da6027c8b264df78f9f8c799af43dc5340e2ca3d86053c9be168140bfa05734a4217e65ef9939652b004d6a536f64b2e0ef3b74b07f535
+Size (less-563.tar.gz) = 335508 bytes



Home | Main Index | Thread Index | Old Index