diff options
author | cpm <cpm@FreeBSD.org> | 2018-01-31 02:10:07 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2018-01-31 02:10:07 +0800 |
commit | 408ffb47e4259b6475ea841de3a8875866c16f00 (patch) | |
tree | 4d3adf3670278b9eecdb0da1b9546c616324059e /net | |
parent | b63e37aeff61fbe7233548228224e78e953ca7ed (diff) | |
download | freebsd-ports-gnome-408ffb47e4259b6475ea841de3a8875866c16f00.tar.gz freebsd-ports-gnome-408ffb47e4259b6475ea841de3a8875866c16f00.tar.zst freebsd-ports-gnome-408ffb47e4259b6475ea841de3a8875866c16f00.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/grive/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |