pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rlwrap



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Aug 17 21:47:32 UTC 2023

Modified Files:
        pkgsrc/misc/rlwrap: Makefile distinfo

Log Message:
rlwrap: Update to 0.46.1

Changes:
0.46.1
------
When compiled with readline-8.2, correctly handle echo'ed user input
when accepting a line (see #168)

This will disable bracketed-paste when compiled with readline-8.1 or
earlier.

0.46
----
- rlwrapfilter.py would not find collections.Callable with
  newer (>= 3.10) python
- rlwrapfilter.py would choke on rlwrap version strings (like 0.45.2) that
  cannot be converted by float()
- rlwrap could segfault or garble prompts containing a carriage return
- configure.ac would complain about obsolete macros with newest autoconf
- Bind TAB to self-insert if no completions are specified on the rlwrap
  command line


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/rlwrap/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/rlwrap/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/rlwrap/Makefile
diff -u pkgsrc/misc/rlwrap/Makefile:1.31 pkgsrc/misc/rlwrap/Makefile:1.32
--- pkgsrc/misc/rlwrap/Makefile:1.31    Mon Aug 14 05:24:54 2023
+++ pkgsrc/misc/rlwrap/Makefile Thu Aug 17 21:47:32 2023
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2023/08/14 05:24:54 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/08/17 21:47:32 leot Exp $
 #
 
-DISTNAME=      rlwrap-0.45.2
-PKGREVISION=   3
+DISTNAME=      rlwrap-0.46.1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hanslub42/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    leot%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/hanslub42/rlwrap

Index: pkgsrc/misc/rlwrap/distinfo
diff -u pkgsrc/misc/rlwrap/distinfo:1.13 pkgsrc/misc/rlwrap/distinfo:1.14
--- pkgsrc/misc/rlwrap/distinfo:1.13    Tue Oct 26 10:59:27 2021
+++ pkgsrc/misc/rlwrap/distinfo Thu Aug 17 21:47:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:59:27 nia Exp $
+$NetBSD: distinfo,v 1.14 2023/08/17 21:47:32 leot Exp $
 
-BLAKE2s (rlwrap-0.45.2.tar.gz) = f5b906dbf34cb273773f18cc705eff7f6c39b9df8a3d4ae5bcb5e13962cd1324
-SHA512 (rlwrap-0.45.2.tar.gz) = 77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
-Size (rlwrap-0.45.2.tar.gz) = 182025 bytes
+BLAKE2s (rlwrap-0.46.1.tar.gz) = 9c72f6918301b5c1885b0084f482a0bc0f6fb27dd3072ec8e75d5199cc8d27b2
+SHA512 (rlwrap-0.46.1.tar.gz) = 558f16cfd7bd0f80e2ba7cf8764248c94f13a497607c491d4148ad5c2b7bbe5c6b72aba4901753792b1377fb402e9e7876636c03b5a6595d5884f93b20505eb2
+Size (rlwrap-0.46.1.tar.gz) = 185088 bytes



Home | Main Index | Thread Index | Old Index