Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 18:16:08 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521560 - head/devel/unibilium
Message-ID:  <201912301816.xBUIG8j1068119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Dec 30 18:16:08 2019
New Revision: 521560
URL: https://svnweb.freebsd.org/changeset/ports/521560

Log:
  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)

Modified:
  head/devel/unibilium/Makefile
  head/devel/unibilium/distinfo

Modified: head/devel/unibilium/Makefile
==============================================================================
--- head/devel/unibilium/Makefile	Mon Dec 30 18:10:30 2019	(r521559)
+++ head/devel/unibilium/Makefile	Mon Dec 30 18:16:08 2019	(r521560)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unibilium
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.0
+DISTVERSION=	2.0.0.20190811
 CATEGORIES=	devel
 
 MAINTAINER=	chuck@tuffli.net
@@ -13,12 +13,14 @@ 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

Modified: head/devel/unibilium/distinfo
==============================================================================
--- head/devel/unibilium/distinfo	Mon Dec 30 18:10:30 2019	(r521559)
+++ head/devel/unibilium/distinfo	Mon Dec 30 18:16:08 2019	(r521560)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912301816.xBUIG8j1068119>