diff options
author | cpm <cpm@FreeBSD.org> | 2017-09-06 19:21:07 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:29:06 +0800 |
commit | 74189dcaa232a5d951ecf1a9e7fb1c6d1f7c6221 (patch) | |
tree | 810cc94141a6fffd9ed96e3e85c8977bedcfa379 /editors | |
parent | 432c3c8dafc9bbe0be73ef23a6f2e483301f8054 (diff) | |
download | freebsd-ports-gnome-74189dcaa232a5d951ecf1a9e7fb1c6d1f7c6221.tar.gz freebsd-ports-gnome-74189dcaa232a5d951ecf1a9e7fb1c6d1f7c6221.tar.zst freebsd-ports-gnome-74189dcaa232a5d951ecf1a9e7fb1c6d1f7c6221.zip |
- 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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vanubi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/vanubi/Makefile b/editors/vanubi/Makefile index f294695bc4a7..f0f9f73488d2 100644 --- a/editors/vanubi/Makefile +++ b/editors/vanubi/Makefile @@ -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 |