Bug 279018 - editors/fileobj: Update to 0.8.6
Summary: editors/fileobj: Update to 0.8.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-16 06:10 UTC by kusumi.tomohiro
Modified: 2024-05-24 18:04 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kusumi.tomohiro 2024-05-16 06:10:16 UTC
Update to the latest upstream version.

Patch: https://github.com/kusumi/freebsd-ports/commit/7faed1c071e277bf11def8555f50b24a1951e58a.patch
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2024-05-16 06:10:16 UTC
Maintainer informed via mail
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-05-24 18:03:38 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-24 18:04:21 UTC
A commit in branch main references this bug:

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(-)