aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@FreeBSD.org>2023-10-24 14:04:05 +0000
committerMichael Osipov <michaelo@FreeBSD.org>2023-10-27 07:39:13 +0000
commitbfd5ec44d9c34a70439334bf6f90eebe0cc11c3f (patch)
treee7c075e841181199eff3d2fdbab1a8da072ee06c
parent7182e7a63684aeda919490915f2b9015fdf839dd (diff)
downloadports-bfd5ec44d9c34a70439334bf6f90eebe0cc11c3f.tar.gz
ports-bfd5ec44d9c34a70439334bf6f90eebe0cc11c3f.zip
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
-rw-r--r--print/ghostscript9-agpl-base/Makefile3
-rw-r--r--print/ghostscript9-agpl-x11/Makefile3
2 files changed, 6 insertions, 0 deletions
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 \