From owner-svn-ports-head@freebsd.org Wed Sep 6 11:21:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 259DAE21E42; Wed, 6 Sep 2017 11:21:09 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67FBD84FE2; Wed, 6 Sep 2017 11:21:08 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v86BL7OZ011901; Wed, 6 Sep 2017 11:21:07 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v86BL7P0011900; Wed, 6 Sep 2017 11:21:07 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201709061121.v86BL7P0011900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 6 Sep 2017 11:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449337 - head/editors/vanubi X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/editors/vanubi X-SVN-Commit-Revision: 449337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2017 11:21:09 -0000 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