Bug 259605

Summary: sysutils/nvimpager update to 0.10.3 (patch included)
Product: Ports & Packages Reporter: Alastair Hogge <agh>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Some People CC: agh
Priority: --- Flags: bugzilla: maintainer-feedback? (adamw)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to 0.10.3 none

Description Alastair Hogge 2021-11-02 05:18:01 UTC
Created attachment 229216 [details]
Patch to 0.10.3

Hello,

sysutils/nvimpager-0.10.2 is not working correctly with editors/neovim-0.5.1, upstream nvimpager has a resolved issue (https://github.com/lucc/nvimpager/issues/55) documenting this. nvimpager-0.10.3 includes a fix for this issue.

nvimpager-0.10.3 release changes:

* Add flake.nix for development
* Fix man page handling on neovim >= 0.5.1 [Issue 55 linked above]
* Add uninstall target to the makefile
* Install auxiliary files without execute permissions

Ta very much.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-11-02 11:07:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=229acf28df96837b10e9a7acde44d7579d093212

commit 229acf28df96837b10e9a7acde44d7579d093212
Author:     Alastair Hogge <agh@riseup.net>
AuthorDate: 2021-11-02 11:06:11 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-11-02 11:07:10 +0000

    sysutils/nvimpager: Update to 0.10.3

    Fixes manpage viewing with nvim 0.5.1

    PR:             259605

 sysutils/nvimpager/Makefile | 2 +-
 sysutils/nvimpager/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2021-11-02 11:09:25 UTC
Committed. Thank you!