Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 18:10:07 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460425 - head/net/grive
Message-ID:  <201801301810.w0UIA7g4017932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Jan 30 18:10:07 2018
New Revision: 460425
URL: https://svnweb.freebsd.org/changeset/ports/460425

Log:
  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)

Modified:
  head/net/grive/Makefile

Modified: head/net/grive/Makefile
==============================================================================
--- head/net/grive/Makefile	Tue Jan 30 18:05:29 2018	(r460424)
+++ head/net/grive/Makefile	Tue Jan 30 18:10:07 2018	(r460425)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801301810.w0UIA7g4017932>