summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-05-23 17:58:04 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-05-24 20:03:07 +0200
commit45bb32fb79605af28c63fc6de4eddc2f261293d6 (patch)
tree3a9ac945bfdcbcbc53b4211d25e393eae94c754e /editors
parentsysutils/modules: Upgrade to 5.4.0 (diff)
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
Diffstat (limited to 'editors')
-rw-r--r--editors/fileobj/Makefile2
-rw-r--r--editors/fileobj/distinfo6
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