Date: Fri, 24 May 2024 18:03:21 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 45bb32fb7960 - main - editors/fileobj: Update to 0.8.6 Message-ID: <202405241803.44OI3L6t061147@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=45bb32fb79605af28c63fc6de4eddc2f261293d6 commit 45bb32fb79605af28c63fc6de4eddc2f261293d6 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2024-05-23 15:58:04 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-05-24 18:03:07 +0000 editors/fileobj: Update to 0.8.6 ChangeLog: https://github.com/kusumi/fileobj/blob/master/CHANGES Accumulated changes v0.8.6 ====== - Fix line scroll mode bug (since v0.7.108) - Fix range bitwise operation bug (since v0.7.73) - Minor fixes and cleanups v0.8.5 ====== - Add FILEOBJ_USE_LOWER_CASE_HEX - Add __FILEOBJ_USE_FSYNC_CONFIG_FILE (default false) - Optimize mmap(2) based file objects - Rename --cmp to --blkcmp - Add --blkdump - Minor fixes and cleanups v0.8.4 ====== - --blkscan/cmp/md: Minor fixes - Minor fixes and cleanups v0.8.3 ====== - Minor fixes and cleanups - Add --blkscan v0.8.2 ====== - Fix line scroll mode bug (since v0.7.108) - Add :set scroll - Add sz - Add snz - Add sZ - Add snZ - Add FILEOBJ_LOGICAL_BLOCK_SIZE v0.8.1 ====== - Minor fixes and cleanups - Fix D bug on block device (since v0.7.87) - Add Python 3.12 support - Change default scroll mode to line scroll PR: 279018 Reported by: kusumi.tomohiro@gmail.com --- editors/fileobj/Makefile | 2 +- editors/fileobj/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile index 69c7627575c9..5d918a93f4e1 100644 --- a/editors/fileobj/Makefile +++ b/editors/fileobj/Makefile @@ -1,6 +1,6 @@ PORTNAME= fileobj DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 +DISTVERSION= 0.8.6 PORTREVISION= 1 CATEGORIES= editors diff --git a/editors/fileobj/distinfo b/editors/fileobj/distinfo index 92828db99d1e..4e0f3cf885b5 100644 --- a/editors/fileobj/distinfo +++ b/editors/fileobj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669966508 -SHA256 (kusumi-fileobj-v0.8.0_GH0.tar.gz) = 9f02496de7a03dea111e1e289e8e513e5cb23468b3b2ab7cf1be9dc79d7b45ee -SIZE (kusumi-fileobj-v0.8.0_GH0.tar.gz) = 194366 +TIMESTAMP = 1715838201 +SHA256 (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 3b8d907798bc072faf0afe7b42557f1923080e46d80e0737493f01a08d0c5254 +SIZE (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 198600
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405241803.44OI3L6t061147>