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:   pin
Date:           Sat Nov  1 18:00:11 UTC 2025

Modified Files:
        pkgsrc/misc/less: Makefile distinfo

Log Message:
misc/less: update to 685

    Add --cmd option (github #624).
    Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github #654).
    Change --incsearch so that after typing each character of the pattern, the search begins at the position where the search command was invoked, not the current position (github #640).
    Allow mixing of option arguments and filename arguments on the command line unless POSIXLY_CORRECT is set (github #653).
    Don't output U+00AD and U+200D, and fix some bugs handling emoji modifier characters (github #637).
    Fix hang if a search using ^S modifier matches empty string (github #634).
    Fix bug using -g and -J (github #636).
    Fix bug when pasting a search pattern while --incsearch is active (github #635).
    Fix bug in Windows build when autorepeating a search pattern (github #639).
    Fix lesskey bug using #stop directive.
    Fix lesskey bug using "invalid" action (github #643).
    Fix bug causing file to appear to end prematurely if an input command was received during a file read (github #649).
    Fix performance issue in & filtering (github #638). Problem was introduced in da2a9ecdf16beb642d0c030e35f0351c5f2e5a12 and released in less-673.
    Fix some problems reported by valgrind (github #659, github #660, github #661).


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/misc/less/Makefile
cvs rdiff -u -r1.29 -r1.30 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.35 pkgsrc/misc/less/Makefile:1.36
--- pkgsrc/misc/less/Makefile:1.35      Sat Oct 11 20:13:38 2025
+++ pkgsrc/misc/less/Makefile   Sat Nov  1 18:00:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2025/10/11 20:13:38 pin Exp $
+# $NetBSD: Makefile,v 1.36 2025/11/01 18:00:11 pin Exp $
 
-DISTNAME=      less-679
+DISTNAME=      less-685
 CATEGORIES=    misc
 MASTER_SITES=  http://www.greenwoodsoftware.com/less/
 

Index: pkgsrc/misc/less/distinfo
diff -u pkgsrc/misc/less/distinfo:1.29 pkgsrc/misc/less/distinfo:1.30
--- pkgsrc/misc/less/distinfo:1.29      Sat Oct 11 20:13:38 2025
+++ pkgsrc/misc/less/distinfo   Sat Nov  1 18:00:11 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2025/10/11 20:13:38 pin Exp $
+$NetBSD: distinfo,v 1.30 2025/11/01 18:00:11 pin Exp $
 
-BLAKE2s (less-679.tar.gz) = f54fb3e61f9c54044c15a6ac7b8717d41e1b677886c030a017b99c6275eb3746
-SHA512 (less-679.tar.gz) = f04e37dc4b2839b416a195e107d21328800e75080054788002c109b3b113a6a898b953391912e7538fb9843ef530b1991efc76dbf6fb5960e5530f3ff83421f6
-Size (less-679.tar.gz) = 877094 bytes
+BLAKE2s (less-685.tar.gz) = 94cc2663274eb8eab64c707f65b7126224766657f3328763fc50970edf5990d6
+SHA512 (less-685.tar.gz) = aff745f1816e0f996fbdbc33ecae0726cf0d842efc227937ff8c32e734c8b5be4c611ffbb27e5e038b4d95280c95ca60c53af1a47cf419cb06e5fab543c231f3
+Size (less-685.tar.gz) = 882560 bytes
 SHA1 (patch-Makefile.in) = 5a34bf338010894e2f21b2cd0155fef51384a4d4



Home | Main Index | Thread Index | Old Index