diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2025-06-10 06:08:23 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2025-06-10 06:08:23 +0000 |
commit | bfbf3cc4447d8a6632aef0fbf0cfe35c96e1022c (patch) | |
tree | 69899448511d17d2c854181c080aa6c689b949b3 | |
parent | 365172f1bb38dbee0e7c4f9ebbe7da9d72938c3d (diff) |
x11-fonts/gentium-basic: deprecate and mark for expiry
Mark this port for expiry at the end of Q3
The Gentium font family has been rationalized with the release of
Gentium 7.000 and Gentium Book 7.000, and users should switch to one
of those packages. Older variants of the font are no longer
recommended by upstream. See
https://software.sil.org/gentium/download/ for details.
-rw-r--r-- | x11-fonts/gentium-basic/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/gentium-basic/Makefile b/x11-fonts/gentium-basic/Makefile index 25c1e248723d..03d5540d5b65 100644 --- a/x11-fonts/gentium-basic/Makefile +++ b/x11-fonts/gentium-basic/Makefile @@ -1,10 +1,13 @@ PORTNAME= GentiumBasic PORTVERSION= 1102 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://software.sil.org/downloads/gentium/ DISTNAME= ${PORTNAME}_${PORTVERSION} +DEPRECATED= Superceeded by Gentium-7.000 https://software.sil.org/gentium/download/ +EXPIRATION_DATE= 2025-08-31 + MAINTAINER= matthew@FreeBSD.org COMMENT= Gentium Basic and Gentium Book Basic TrueType fonts WWW= https://software.sil.org/gentium/ |