svn commit: r563804 - head/print/cups-cloud-print

Bernhard Froehlich decke at FreeBSD.org
Tue Feb 2 13:05:15 UTC 2021


Author: decke
Date: Tue Feb  2 13:05:15 2021
New Revision: 563804
URL: https://svnweb.freebsd.org/changeset/ports/563804

Log:
  print/cups-cloud-print: Deprecate since Google Cloud Print is EoL
  
  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."

Modified:
  head/print/cups-cloud-print/Makefile

Modified: head/print/cups-cloud-print/Makefile
==============================================================================
--- head/print/cups-cloud-print/Makefile	Tue Feb  2 13:03:44 2021	(r563803)
+++ head/print/cups-cloud-print/Makefile	Tue Feb  2 13:05:15 2021	(r563804)
@@ -11,6 +11,9 @@ COMMENT=	Print using Google Cloud Print
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Google Cloud Print has been shut down by Google as of December 31, 2020
+EXPIRATION_DATE=2021-02-28
+
 BUILD_DEPENDS=	cups-config:print/cups
 RUN_DEPENDS=	cancel:print/cups \
 		bash:shells/bash \


More information about the svn-ports-all mailing list