Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 13:05:15 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563804 - head/print/cups-cloud-print
Message-ID:  <202102021305.112D5FJo072754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102021305.112D5FJo072754>