diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-18 18:54:32 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-18 19:04:46 +0000 |
commit | 08142117608b6b36e5ebacfed762b32b9db2923c (patch) | |
tree | 993e3a80d3fdf7fcd3f64d1ec1429937ea9250dd | |
parent | 5217741c95b485f57247b8eceb050d6e05f05d69 (diff) | |
download | ports-08142117608b6b36e5ebacfed762b32b9db2923c.tar.gz ports-08142117608b6b36e5ebacfed762b32b9db2923c.zip |
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>
-rw-r--r-- | print/ghostscript8-base/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript8-x11/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
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] \ |