git: 08142117608b - main - print/ghostscript8*: Deprecate and set expiration date to 2023-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 18 Mar 2023 19:05:02 UTC
The branch main has been updated by diizzy:

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

commit 08142117608b6b36e5ebacfed762b32b9db2923c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-03-18 18:54:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-03-18 19:04:46 +0000

    print/ghostscript8*: Deprecate and set expiration date to 2023-06-30
    
    8.71 is more than 12 years old by now and have been unsupported
    for many years so it's about time to let go of these ports
    
    PR:             269356, 269357
    Reported by:    Michael Osipov <michael.osipov@siemens.com>
---
 print/ghostscript8-base/Makefile | 3 +++
 print/ghostscript8-x11/Makefile  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/print/ghostscript8-base/Makefile b/print/ghostscript8-base/Makefile
index 9e0e64e4bdf8..a5667ecb685c 100644
--- a/print/ghostscript8-base/Makefile
+++ b/print/ghostscript8-base/Makefile
@@ -16,6 +16,9 @@ WWW=		https://www.cs.wisc.edu/~ghost/doc/GPL/index.htm
 
 LICENSE=	GPLv3
 
+DEPRECATED=	Obsolete and unsupported upstream, consider using a more recent version
+EXPIRATION_DATE=2023-06-30
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \
 		libjasper.so:graphics/jasper \
diff --git a/print/ghostscript8-x11/Makefile b/print/ghostscript8-x11/Makefile
index 666338573955..36f13ad13be8 100644
--- a/print/ghostscript8-x11/Makefile
+++ b/print/ghostscript8-x11/Makefile
@@ -14,6 +14,9 @@ WWW=		https://www.cs.wisc.edu/~ghost/doc/GPL/index.htm
 
 LICENSE=	GPLv3
 
+DEPRECATED=	Obsolete and unsupported upstream
+EXPIRATION_DATE=2023-06-30
+
 CONFLICTS_INSTALL= \
 		gambc \
 		ghostscript[789] \