git: bfd5ec44d9c3 - main - print/ghostscript9-agpl-*: deprecate and set expiration date to 2023-12-31

From: Michael Osipov <michaelo_at_FreeBSD.org>
Date: Fri, 27 Oct 2023 07:39:47 UTC
The branch main has been updated by michaelo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bfd5ec44d9c34a70439334bf6f90eebe0cc11c3f

commit bfd5ec44d9c34a70439334bf6f90eebe0cc11c3f
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2023-10-24 14:04:05 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2023-10-27 07:39:13 +0000

    print/ghostscript9-agpl-*: deprecate and set expiration date to 2023-12-31
    
    Ghostscript 10 has been released more than a year ago. From that date
    Ghostscript 9 is not supported by upstream anymore.
    
    PR:             272131
    Approved by:    jrm (mentor), maintainer timeout
    Differential Revision:  https://reviews.freebsd.org/D42352
---
 print/ghostscript9-agpl-base/Makefile | 3 +++
 print/ghostscript9-agpl-x11/Makefile  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile
index 763704e1cd32..871fb01ae3b3 100644
--- a/print/ghostscript9-agpl-base/Makefile
+++ b/print/ghostscript9-agpl-base/Makefile
@@ -12,6 +12,9 @@ WWW=		https://ghostscript.com/
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Obsolete and unsupported upstream, consider using print/ghostscipt10
+EXPIRATION_DATE=	2023-12-31
+
 BUILD_DEPENDS=	jbig2dec>=0.17:graphics/jbig2dec
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile
index e6704357b5b9..29050dcc3fda 100644
--- a/print/ghostscript9-agpl-x11/Makefile
+++ b/print/ghostscript9-agpl-x11/Makefile
@@ -11,6 +11,9 @@ WWW=		https://ghostscript.com/
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Obsolete and unsupported upstream, consider using print/ghostscipt10
+EXPIRATION_DATE=	2023-12-31
+
 BUILD_DEPENDS=	jbig2dec>=0.17:graphics/jbig2dec
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \