Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 23:28:23 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544113 - head/editors/nvi2
Message-ID:  <202008032328.073NSN8v051211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Mon Aug  3 23:28:22 2020
New Revision: 544113
URL: https://svnweb.freebsd.org/changeset/ports/544113

Log:
  editors/nvi2: Update to 2.2.0
  
  Switch to the release version, there are no functional changes
  compared to 2.1.3.g2020801.
  
  Documented changes between 2.1.3 and 2.2.0:
  
      https://github.com/lichray/nvi2/releases/tag/v2.2.0
  
   - Vim-style expandtab option
  
   - Provides Turkish translation
  
   - Backspace now deletes \ rather than being escaped
  
   - T during motion commands is now VI-compatible
  
   - Encoding related fixes, such as UTF-8 detection
  
   - Fixed a number of memory management issues

Modified:
  head/editors/nvi2/Makefile
  head/editors/nvi2/distinfo

Modified: head/editors/nvi2/Makefile
==============================================================================
--- head/editors/nvi2/Makefile	Mon Aug  3 23:05:27 2020	(r544112)
+++ head/editors/nvi2/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nvi2
-PORTVERSION=	2.1.3.g2020801
+PORTVERSION=	2.2.0
 CATEGORIES=	editors
 
 MAINTAINER=	leres@FreeBSD.org
@@ -14,7 +14,7 @@ USES=		bdb cmake ncurses
 USE_GITHUB=	yes
 
 GH_ACCOUNT=	lichray
-GH_TAGNAME=	6a8af80
+GH_TAGNAME=	v${PORTVERSION}
 
 CONFLICTS_INSTALL=	nvi-m17n-[0-9]* nvi-[0-9]*
 

Modified: head/editors/nvi2/distinfo
==============================================================================
--- head/editors/nvi2/distinfo	Mon Aug  3 23:05:27 2020	(r544112)
+++ head/editors/nvi2/distinfo	Mon Aug  3 23:28:22 2020	(r544113)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596316771
-SHA256 (lichray-nvi2-2.1.3.g2020801-6a8af80_GH0.tar.gz) = e16c63352426a490c35543825fbccbb3436f4876439d6f21a5c6f1ba341bc2a3
-SIZE (lichray-nvi2-2.1.3.g2020801-6a8af80_GH0.tar.gz) = 439562
+TIMESTAMP = 1596489960
+SHA256 (lichray-nvi2-2.2.0-v2.2.0_GH0.tar.gz) = cd668287f55af1e2ccd64e6c0edb504aec41d25a9efe2e505abaa90c3c551455
+SIZE (lichray-nvi2-2.2.0-v2.2.0_GH0.tar.gz) = 439545



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