svn commit: r460425 - head/net/grive

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Jan 30 18:10:07 UTC 2018


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 at 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 \


More information about the svn-ports-all mailing list