svn commit: r543501 - head/editors/nvi-devel

Craig Leres leres at FreeBSD.org
Mon Jul 27 01:48:14 UTC 2020


Author: leres
Date: Mon Jul 27 01:48:13 2020
New Revision: 543501
URL: https://svnweb.freebsd.org/changeset/ports/543501

Log:
  editors/nvi-devel: Deprecate in favor of editors/nvi2
  
  nvi-devel is based on a 2015 tarchive with several port patches
  while nvi2 is an active project with over 600 commits since 2011
  (including a pull request I submitted just today) that currently
  has no port patches.
  
  Please let me know if nvi-devel does anything that nvi2 does not
  and I will attempt to rectify.

Modified:
  head/editors/nvi-devel/Makefile

Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile	Mon Jul 27 01:30:39 2020	(r543500)
+++ head/editors/nvi-devel/Makefile	Mon Jul 27 01:48:13 2020	(r543501)
@@ -11,7 +11,10 @@ MASTER_SITES=	https://mirror.csclub.uwaterloo.ca/MacPo
 MAINTAINER=	leres at FreeBSD.org
 COMMENT=	Development snapshot of the world-renown nvi editor
 
-CONFLICTS_INSTALL=	nvi-m17n-[0-9]* xnview-[0-9]*
+DEPRECATED=	Unsupported upstream since 2015, please switch to editors/nvi2
+EXPIRATION_DATE=	2020-10-25
+
+CONFLICTS_INSTALL=	nvi-m17n-[0-9]* nvi2-[0-9]* xnview-[0-9]*
 
 OPTIONS_DEFINE=	EXPANDTAB WIDECHAR
 OPTIONS_DEFAULT=WIDECHAR


More information about the svn-ports-all mailing list