Bug 267354 - editors/neovim: Add alias for UseBlocklist
Summary: editors/neovim: Add alias for UseBlocklist
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: Adam Weinberger
URL: https://github.com/freebsd/freebsd-sr...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2022-10-26 08:33 UTC by Jose Luis Duran
Modified: 2022-10-26 11:01 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (adamw)


Attachments
Add alias for UseBlocklist (1.01 KB, patch)
2022-10-26 08:33 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran 2022-10-26 08:33:01 UTC
Created attachment 237642 [details]
Add alias for UseBlocklist

Add support for alias UseBlocklist[1].
    
[1]: https://github.com/freebsd/freebsd-src/commit/e426c74375ef7cb3afda3c8e3010a7ea2dbd69d0
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-26 11:00:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15f85ad99e9c2aef4bbc5766debe5ea537e0f4a9

commit 15f85ad99e9c2aef4bbc5766debe5ea537e0f4a9
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-10-26 10:57:43 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-10-26 10:59:31 +0000

    editors/neovim: Add support for UseBlocklist as a preferred alias for UseBlacklist

    PR:             267354

 editors/neovim/Makefile                                           | 2 +-
 ...shdconfig-UseBlacklist => patch-runtime_syntax_sshdconfig.vim} | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2022-10-26 11:01:54 UTC
Committed. Thanks, Jose!