aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2020-11-09 13:16:14 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2020-11-09 13:16:14 +0000
commit00237a2989573bb83ea5a3ee07e5d25ae3fff76a (patch)
tree367cbbb7a181824eeb5ff7a82b3c643b4dfb3d06 /print
parent1b63c3fe6409975d5d34e355fc23f7dd95c8d42d (diff)
downloadports-00237a2989573bb83ea5a3ee07e5d25ae3fff76a.tar.gz
ports-00237a2989573bb83ea5a3ee07e5d25ae3fff76a.zip
print/cloudprint: Add deprecation message
Official statement from Google: "Google Cloud Print, Google's cloud-based printing solution will no longer be supported as of December 31, 2020. Beginning January 1, 2021, devices across all operating systems will not be able to print using Cloud Print. We recommend that you find an alternative print solution with your respective platform's printing infrastructure."
Notes
Notes: svn path=/head/; revision=554719
Diffstat (limited to 'print')
-rw-r--r--print/cloudprint/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile
index 14145f497d82..32777f73ccbe 100644
--- a/print/cloudprint/Makefile
+++ b/print/cloudprint/Makefile
@@ -11,6 +11,9 @@ COMMENT= Google Cloud Print proxy for local CUPS printers
LICENSE= GPLv3
+DEPRECATED= Google Cloud Print is being shut down by Google by end of 2020
+EXPIRATION_DATE=2020-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR}