svn commit: r449337 - head/editors/vanubi

Carlos J. Puga Medina cpm at FreeBSD.org
Wed Sep 6 11:21:09 UTC 2017


Author: cpm
Date: Wed Sep  6 11:21:07 2017
New Revision: 449337
URL: https://svnweb.freebsd.org/changeset/ports/449337

Log:
  - Mark DEPRECATED and set to expire at 2017-10-06
  
  Vanubi is no longer actively maintained. Today after talking to the lead developer,
  Luca Bruno, he is not maintaining vanubi anymore - it was a nice project until Atom
  and Visual Studio Code came around.
  
  PR:		222091
  Submitted by:	cpm

Modified:
  head/editors/vanubi/Makefile

Modified: head/editors/vanubi/Makefile
==============================================================================
--- head/editors/vanubi/Makefile	Wed Sep  6 11:07:18 2017	(r449336)
+++ head/editors/vanubi/Makefile	Wed Sep  6 11:21:07 2017	(r449337)
@@ -13,6 +13,9 @@ COMMENT=	Programming editor written in Vala
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Vanubi is no longer actively maintained
+EXPIRATION_DATE=	2017-10-06
+
 BUILD_DEPENDS=	valac:lang/vala
 
 GH_TAGNAME=	eedac1d


More information about the svn-ports-all mailing list