Created attachment 247895 [details] lsblk.diff (BROKEN) Hi. Please update the 'sysutils/lsblk' port to 3.8 with attached DIFF. Changelog --------- - Remove '?' characters from device description. - Allow use of disks with full /dev/ path as argument. - Calculate width for device column. - Fix printing glabel(1) labels with spaces. Thank You, vermaden
Comment on attachment 247895 [details] lsblk.diff (BROKEN) diff -u lsblk.orig/Makefile lsblk/Makefile --- lsblk.orig/Makefile 2023-10-16 00:26:28.914059000 +0200 +++ lsblk/Makefile 2024-01-24 10:02:28.041191000 +0100 @@ -1,5 +1,5 @@ PORTNAME= lsblk -PORTVERSION= 3.7 +PORTVERSION= 3.8 CATEGORIES= sysutils MASTER_SITES= https://github.com/vermaden/lsblk/raw/master/release/ diff -u lsblk.orig/distinfo lsblk/distinfo --- lsblk.orig/distinfo 2023-10-16 00:26:28.914363000 +0200 +++ lsblk/distinfo 2024-01-24 10:09:06.072436000 +0100 @@ -1,4 +1,4 @@ -TIMESTAMP = 1630176670 -SHA256 (lsblk-3.7.tar.gz) = c5d84b27c9664a4a005a01ec194df0eaeb628578d88d5f6ce9a95516dad4752b -SIZE (lsblk-3.7.tar.gz) = 5228 +TIMESTAMP = 1630176671 +SHA256 (lsblk-3.8.tar.gz) = c399b53192dd6edbc8458a0266449be4f33e33db1360ac7d9570136fefc7844a +SIZE (lsblk-3.8.tar.gz) = 5494
Comment on attachment 247895 [details] lsblk.diff (BROKEN) DO NOT USE THIS ONE.
Created attachment 247918 [details] lsblk.diff
Look like you updated release without change version: SHA256 (lsblk-3.8.tar.gz) = 931a8230e9fdf580692be95fa2f321d8d4190274d1ee651d6ac59a0285ea8eaf SIZE (lsblk-3.8.tar.gz) = 5495
(In reply to Vladimir Druzenko from comment #4) The version in the Ports is 3.7 and I would want to update it to new 3.8 version. I first added WRONG *lsblk.diff* file - so I removed the first one - and then added PROPER *lsblk.diff* for the second time. Hope that helps. Regards, vermaden
(In reply to Slawomir Wojciech Wojtczak from comment #5) Check here: https://github.com/vermaden/lsblk/tree/master/release File size is 5495, but in your patch 5494. SHA256 is different too. You are the developer of the lsblk (same email). You replaced lsblk-3.8.tar.gz file at github after you create patch here. I got error during fetch - size mismatch.
Created attachment 248010 [details] lsblk.diff - THIS ONE WORKS
(In reply to Slawomir Wojciech Wojtczak from comment #7) I am sorry ... I just uploaded the one that works and I believe is correct. This one (lsblk.diff - THIS ONE WORKS): - https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248010 Sorry for pointlessly wasting Your time. I hope now its OK. Regards, vermaden
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=43c708e0950cb2e8149ffebce1aa8317bc466958 commit 43c708e0950cb2e8149ffebce1aa8317bc466958 Author: Slawomir Wojciech Wojtczak <vermaden@interia.pl> AuthorDate: 2024-01-27 19:20:35 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-01-27 19:26:12 +0000 sysutils/lsblk: update to 3.8 Changelog --------- - Remove '?' characters from device description. - Allow use of disks with full /dev/ path as argument. - Calculate width for device column. - Fix printing glabel(1) labels with spaces. PR: 276561 Approved by: vermaden@interia.pl (maintainer), arrowd (mentor) sysutils/lsblk/Makefile | 2 +- sysutils/lsblk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks.
(In reply to Vladimir Druzenko from comment #10) Thank You.