svn commit: r563811 - head/print/cloud-print-connector

Bernhard Froehlich decke at FreeBSD.org
Tue Feb 2 14:22:42 UTC 2021


Author: decke
Date: Tue Feb  2 14:22:41 2021
New Revision: 563811
URL: https://svnweb.freebsd.org/changeset/ports/563811

Log:
  print/cloud-print-connector: 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."
  
  Approved by:	swills (via IRC)

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

Modified: head/print/cloud-print-connector/Makefile
==============================================================================
--- head/print/cloud-print-connector/Makefile	Tue Feb  2 14:17:15 2021	(r563810)
+++ head/print/cloud-print-connector/Makefile	Tue Feb  2 14:22:41 2021	(r563811)
@@ -13,6 +13,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN=		cups.c:42:12: error: incomplete definition of type 'struct _ipp_s'
+DEPRECATED=	Google Cloud Print has been shut down by Google as of December 31, 2020
+EXPIRATION_DATE=2021-02-28
 
 LIB_DEPENDS=	libcups.so:print/cups \
 		libavahi-client.so:net/avahi-app \


More information about the svn-ports-all mailing list