unibilium: Switch to neovim fork
github/mauke/unibilium has been abandoned by the developer. As possibly the only project that actually uses it, neovim has forked it and continues development of it. This commit switches our port to that fork. The original intent is to fix home/end keys in neovim under screen. Those keys do not work in tmux even after this commit, so that will need some attention. PR: 242560 Submitted by: cem Approved by: maintainer (chuck tuffli net)
This commit is contained in:
parent
95afc0b327
commit
0f23fb0d06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521560
2 changed files with 8 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= unibilium
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.0
|
||||
DISTVERSION= 2.0.0.20190811
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= chuck@tuffli.net
|
||||
|
@ -13,13 +13,15 @@ LICENSE= LGPL3
|
|||
LICENSE_FILE= ${WRKSRC}/LGPLv3
|
||||
|
||||
USES= gmake libtool:build pathfix perl5 pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mauke
|
||||
PATHFIX_MAKEFILEIN= Makefile
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= MANDIR=${MANPREFIX}/man
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= neovim
|
||||
GH_TAGNAME= 92d929f
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunibilium.so
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1521128443
|
||||
SHA256 (mauke-unibilium-v2.0.0_GH0.tar.gz) = 78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1
|
||||
SIZE (mauke-unibilium-v2.0.0_GH0.tar.gz) = 112570
|
||||
TIMESTAMP = 1577729342
|
||||
SHA256 (neovim-unibilium-v2.0.0.20190811-92d929f_GH0.tar.gz) = 091a8fdbb3920daa3a35edefc5a939973f3861b6bb90adc5430d659a1ba6fd2a
|
||||
SIZE (neovim-unibilium-v2.0.0.20190811-92d929f_GH0.tar.gz) = 121730
|
||||
|
|
Loading…
Reference in a new issue