| Summary: | editors/neovim: Update to 0.4.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | checo1705 | ||||
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | checo1705 | ||||
| Priority: | --- | Keywords: | needs-qa | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(adamw) |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | 240697, 240698 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
Thanks for this! I'm swamped in $IRL so it'll be a day or two before I can look at this further. But, at a glance, this update and the luv port look great. Also I wanted to acknowledge "neoneovim"; puns are always appreciated here. A commit references this bug: Author: adamw Date: Mon Oct 7 15:39:54 UTC 2019 New revision: 513964 URL: https://svnweb.freebsd.org/changeset/ports/513964 Log: Add devel/luv: libuv bindings for Lua libuv bindings for luajit and lua 5.1/ 5.2/ 5.3. This library makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project. WWW: https://github.com/luvit/luv PR: 240699 Submitted by: checo1705 secmailpro Changes: head/devel/Makefile head/devel/luv/ head/devel/luv/Makefile head/devel/luv/distinfo head/devel/luv/pkg-descr Well, that should have said PR 240697 A commit references this bug: Author: adamw Date: Mon Oct 7 15:45:26 UTC 2019 New revision: 513968 URL: https://svnweb.freebsd.org/changeset/ports/513968 Log: neovim: Update to 0.4.2 PR: 240699 Submitted by: checo1705 secmailpro Changes: head/editors/neovim/Makefile head/editors/neovim/distinfo head/editors/neovim/pkg-plist Great job on these updates! |
Created attachment 207642 [details] neoneovim changes are that libluv is now a dependency and different path for the matchit plugin. This patch is intended to work with my new port devel/luv