[149878] trunk/dports/editors/neovim/Portfile

raimue at macports.org raimue at macports.org
Tue Jul 5 09:23:31 PDT 2016


Revision: 149878
          https://trac.macports.org/changeset/149878
Author:   raimue at macports.org
Date:     2016-07-05 09:23:31 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
editors/neovim:
Update to version 0.1.4
Replace lua-MessagePack with lua-mpack using explicit Lua interpreter path.
Enable jemalloc.

Modified Paths:
--------------
    trunk/dports/editors/neovim/Portfile

Modified: trunk/dports/editors/neovim/Portfile
===================================================================
--- trunk/dports/editors/neovim/Portfile	2016-07-05 16:21:22 UTC (rev 149877)
+++ trunk/dports/editors/neovim/Portfile	2016-07-05 16:23:31 UTC (rev 149878)
@@ -5,7 +5,7 @@
 PortGroup github 1.0
 PortGroup cmake 1.0
 
-github.setup            neovim neovim 0.1.2 v
+github.setup            neovim neovim 0.1.4 v
 categories              editors
 platforms               darwin
 maintainers             raimue \
@@ -20,8 +20,8 @@
 
 homepage                https://neovim.io
 
-checksums               rmd160  4ecaba9292fa00d0254e0867e76081f952ccf960 \
-                        sha256  271215be137102cf09ac3c75506d24d012538b88a0bc448d74955a6765a7d97a
+checksums               rmd160  b5a708dd64b72eb16682bf7f54c50a0a863bf208 \
+                        sha256  9c35d49e4acfc72c3e188b7d6650ebaca5e011a8f527e8146f5187613401e5c3
 
 depends_build-append    port:pkgconfig
 
@@ -30,13 +30,18 @@
                         port:libvterm \
                         port:libtermkey \
                         port:unibilium \
+                        port:jemalloc \
                         port:msgpack1 \
                         port:lua \
                         port:luajit \
                         port:lua-lpeg \
-                        port:lua-MessagePack \
+                        port:lua-mpack \
                         port:lua-luabitop
 
+configure.args-append   -DUSE_BUNDLED=OFF \
+                        -DLUA_PRG=/opt/local/bin/lua \
+                        -DENABLE_JEMALLOC=ON
+
 notes {
     If you want to share your existing Vim configuration with Neovim, you can add these symlinks:
         ln -s ~/.vim ~/.config/nvim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160705/f0442e31/attachment.html>


More information about the macports-changes mailing list