Bug 240699 - editors/neovim: Update to 0.4.2
Summary: editors/neovim: Update to 0.4.2
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:
Keywords: needs-qa
Depends on: 240697 240698
Blocks:
  Show dependency treegraph
 
Reported: 2019-09-20 03:08 UTC by checo1705
Modified: 2019-10-07 15:46 UTC (History)
1 user (show)

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


Attachments
neoneovim (2.67 KB, patch)
2019-09-20 03:08 UTC, checo1705
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description checo1705 2019-09-20 03:08:35 UTC
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
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2019-09-20 13:27:10 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-10-07 15:40:49 UTC
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
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2019-10-07 15:42:42 UTC
Well, that should have said PR 240697
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-10-07 15:45:50 UTC
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
Comment 5 Adam Weinberger freebsd_committer freebsd_triage 2019-10-07 15:46:51 UTC
Great job on these updates!