1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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."
This commit is contained in:
Bernhard Froehlich 2020-11-09 13:16:14 +00:00
parent 1b63c3fe64
commit 00237a2989
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554719

View File

@ -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}