Bug 240699

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: LatestFlags: bugzilla: maintainer-feedback? (adamw)
Hardware: Any   
OS: Any   
Bug Depends on: 240697, 240698    
Bug Blocks:    
Attachments:
Description Flags
neoneovim none

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!