From 9df205184be46275e7ad355f75db11235634371c Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Tue, 30 Jan 2018 18:10:07 +0000 Subject: [PATCH] net/grive: mark DEPRECATED and set EXPIRATION_DATE Since 2012, grive is dead and the official replacement is net/grive2. PR: 225204 Approved by: ktsin@acm.org (maintainer timeout, 2 weeks) --- net/grive/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/grive/Makefile b/net/grive/Makefile index 51459351a402..fa9d04210fad 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -11,6 +11,9 @@ COMMENT= Open source client for Google Drive LICENSE= GPLv2 +DEPRECATED= Unmaintained by upstream, use net/grive2 instead +EXPIRATION_DATE= 2018-02-16 + LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \