pkgsrc-WIP-changes archive

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

visidata: Add reference to upstream PR



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 15 18:28:56 2025 +0100
Changeset:	251ffded219df0928013a662dc8671e6220b725a

Modified Files:
	visidata/distinfo
	visidata/patches/patch-visidata___input.py
	visidata/patches/patch-visidata_movement.py

Log Message:
visidata: Add reference to upstream PR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=251ffded219df0928013a662dc8671e6220b725a

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

diffstat:
 visidata/distinfo                           | 4 ++--
 visidata/patches/patch-visidata___input.py  | 4 ++++
 visidata/patches/patch-visidata_movement.py | 4 ++++
 3 files changed, 10 insertions(+), 2 deletions(-)

diffs:
diff --git a/visidata/distinfo b/visidata/distinfo
index 8573b3c68b..92392e6a29 100644
--- a/visidata/distinfo
+++ b/visidata/distinfo
@@ -3,5 +3,5 @@ $NetBSD$
 BLAKE2s (visidata-3.3.tar.gz) = d9d474f37c8084086d7b6b7ce00c125fbe8d885c153877e2161644e3da65963d
 SHA512 (visidata-3.3.tar.gz) = 262f12c17d18f0e58e6617bde37ba660199c7b3a078d70e774b65318b5f3daac9c85b2f6b4eaa9e232df85d37bad700b42fb764f9234d3eef3eab2e4e829d176
 Size (visidata-3.3.tar.gz) = 13248725 bytes
-SHA1 (patch-visidata___input.py) = 6da5b338e4d1105611c9e869914f095ac876929d
-SHA1 (patch-visidata_movement.py) = 90afb92b45538ef53cd90106eca9bd80c79045c7
+SHA1 (patch-visidata___input.py) = c6b40c649767b1cedecce29ee51f5b82cf2a9074
+SHA1 (patch-visidata_movement.py) = e34411e435a9f856e76605b19e9b9912ff371040
diff --git a/visidata/patches/patch-visidata___input.py b/visidata/patches/patch-visidata___input.py
index 6fa70ecfc5..1335265783 100644
--- a/visidata/patches/patch-visidata___input.py
+++ b/visidata/patches/patch-visidata___input.py
@@ -6,6 +6,10 @@ Not all curses support mouse, e.g. NetBSD curses(3).
 
 Related to upstream #2851.
 
+Shared upstream via:
+
+ <https://github.com/saulpw/visidata/pull/2913>
+
 --- visidata/_input.py.orig	2025-12-15 11:55:26.043085221 +0000
 +++ visidata/_input.py
 @@ -60,16 +60,18 @@ def acceptThenFunc(*longnames):
diff --git a/visidata/patches/patch-visidata_movement.py b/visidata/patches/patch-visidata_movement.py
index 26461dc762..33309d9ebe 100644
--- a/visidata/patches/patch-visidata_movement.py
+++ b/visidata/patches/patch-visidata_movement.py
@@ -6,6 +6,10 @@ Not all curses support mouse, e.g. NetBSD curses(3).
 
 Related to upstream #2851.
 
+Shared upstream via:
+
+ <https://github.com/saulpw/visidata/pull/2913>
+
 --- visidata/movement.py.orig	2025-12-15 11:59:00.204848702 +0000
 +++ visidata/movement.py
 @@ -189,8 +189,8 @@ BaseSheet.addCommand('g^^', 'jump-first'


Home | Main Index | Thread Index | Old Index