diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-06-27 20:16:37 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-06-27 20:16:37 +0000 |
commit | 98161b5e43b6bd94465a67c587edaff7f6a46269 (patch) | |
tree | 7fbe767106e03cd9d6433af475e60a3a337eee0a | |
parent | e9cfdf4664d3f4f01a7f8acc4f9635f629686a3b (diff) | |
download | ports-98161b5e43b6bd94465a67c587edaff7f6a46269.tar.gz ports-98161b5e43b6bd94465a67c587edaff7f6a46269.zip |
net-im/purple-hangouts: deprecate and expire
Long overdue, Google Hangouts service was already discontinued:
https://blog.google/products/workspace/hangouts-to-chat/
-rw-r--r-- | net-im/purple-hangouts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/purple-hangouts/Makefile b/net-im/purple-hangouts/Makefile index 5cc760982216..de5b3c017b06 100644 --- a/net-im/purple-hangouts/Makefile +++ b/net-im/purple-hangouts/Makefile @@ -1,6 +1,6 @@ PORTNAME= purple-hangouts PORTVERSION= 20210630 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org @@ -10,6 +10,9 @@ WWW= https://github.com/EionRobb/purple-hangouts LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/gpl3.txt +DEPRECATED= Google Hangouts discontinued 2022-11-01, data deleted 2023-01-01 +EXPIRATION_DATE= 2023-06-30 + LIB_DEPENDS= libpurple.so:net-im/libpurple \ libjson-glib-1.0.so:devel/json-glib \ libprotobuf-c.so:devel/protobuf-c |