Ticket #58562: update-to-0.3.7.diff

File update-to-0.3.7.diff, 1.7 KB (added by herrbischoff (Marcel Bischoff), 5 years ago)
  • Portfile

    diff -u /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/editors/neovim/Portfile ./Portfile
    old new  
    44PortGroup github 1.0
    55PortGroup cmake 1.0
    66
    7 github.setup            neovim neovim 0.3.6 v
     7github.setup            neovim neovim 0.3.7 v
    88categories              editors
    99platforms               darwin
    1010maintainers             {raimue @raimue} \
     
    1919
    2020homepage                https://neovim.io
    2121
    22 checksums               rmd160  915b8d2cf30ac19b18958ce42f522fa5bd0b574f \
    23                         sha256  e6446731be5e7a2ebee7ebd0e607354a4a501cc2dae8818a518fcb288a0a9701 \
    24                         size    9232995
     22checksums               rmd160  ab61921d60aacd4e5c156722502e022691d5ae95 \
     23                        sha256  e02ba9b71baed961745a8ffc88035dcb5a04a8a329b96c029ab4d9f612e95eb9 \
     24                        size    9232822
    2525
    2626# https://github.com/neovim/neovim/issues/9687
    2727patchfiles              patch-issue9687.diff
     
    5151    If you want to share your existing Vim configuration with Neovim, you can add these symlinks:
    5252        ln -s ~/.vim ~/.config/nvim
    5353        ln -s ~/.vimrc ~/.config/nvim/init.vim
    54     For possible incompatible changes and differences to Vim check ':help nvim-intro' in nvim. 
     54    For possible incompatible changes and differences to Vim check ':help nvim-intro' in nvim.
    5555}