git: 49c474494915 - main - x11-fonts/gnu-unifont-ttf: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 16 Oct 2023 16:00:39 UTC
The branch main has been updated by sunpoet:

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

commit 49c47449491564298cdc67b129c7b87ac1d19026
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 15:11:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 15:59:41 +0000

    x11-fonts/gnu-unifont-ttf: Remove obsoleted port
    
    Use x11-fonts/gnu-unifont-otf instead.
    
    PR:             273751
---
 MOVED                               |  1 +
 x11-fonts/Makefile                  |  1 -
 x11-fonts/gnu-unifont-ttf/Makefile  | 34 ----------------------------------
 x11-fonts/gnu-unifont-ttf/distinfo  |  7 -------
 x11-fonts/gnu-unifont-ttf/pkg-descr |  5 -----
 5 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index 558c94415356..f6aca18c471d 100644
--- a/MOVED
+++ b/MOVED
@@ -7946,3 +7946,4 @@ audio/rem||2023-10-12|Has expired: Deprecated, replaced by libre
 net/openmpi3|net/openmpi|2023-10-12|Has expired: OpenMPI 3 is not maintained by the upstream project anymore and will be removed
 graphics/tiffgt||2023-10-14|Has expired: Upstream support stopped
 security/openssl30|security/openssl|2023-10-14|Upgrade security/openssl to 3.0
+x11-fonts/gnu-unifont-ttf|x11-fonts/gnu-unifont-otf|2023-10-16|Remove obsoleted port. Use x11-fonts/gnu-unifont-otf instead
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 2e1b8cadad50..e229424c7217 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -130,7 +130,6 @@
     SUBDIR += genyog
     SUBDIR += gnu-unifont
     SUBDIR += gnu-unifont-otf
-    SUBDIR += gnu-unifont-ttf
     SUBDIR += gofont-ttf
     SUBDIR += gohufont
     SUBDIR += google-fonts
diff --git a/x11-fonts/gnu-unifont-ttf/Makefile b/x11-fonts/gnu-unifont-ttf/Makefile
deleted file mode 100644
index f504a181bbcd..000000000000
--- a/x11-fonts/gnu-unifont-ttf/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME=	unifont
-PORTVERSION=	15.0.06
-PORTEPOCH=	1
-CATEGORIES=	x11-fonts
-MASTER_SITES=	GNU/unifont/unifont-${PORTVERSION}
-PKGNAMEPREFIX=	gnu-
-PKGNAMESUFFIX=	-ttf
-DISTFILES=	${FONTFILES:S|$|-${PORTVERSION}${FONTSUFFIX}|}
-EXTRACT_ONLY=	# empty
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	GNU Unicode TrueType font
-WWW=		https://unifoundry.com/unifont/index.html
-
-LICENSE=	GPLv2+
-
-USES=		fonts
-
-NO_ARCH=	yes
-NO_BUILD=	yes
-
-FONTSDIR=	${PREFIX}/share/fonts/gnu-unifont-ttf
-PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|:S|$|${FONTSUFFIX}|}
-
-FONTFILES=	unifont unifont_csur unifont_upper
-FONTSUFFIX=	.ttf
-
-do-install:
-	${MKDIR} ${STAGEDIR}${FONTSDIR}
-.for i in ${FONTFILES}
-	${INSTALL_DATA} ${DISTDIR}/${i}-${PORTVERSION}${FONTSUFFIX} ${STAGEDIR}${FONTSDIR}/${i}${FONTSUFFIX}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/x11-fonts/gnu-unifont-ttf/distinfo b/x11-fonts/gnu-unifont-ttf/distinfo
deleted file mode 100644
index bd0dcc7e38b7..000000000000
--- a/x11-fonts/gnu-unifont-ttf/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-TIMESTAMP = 1689975670
-SHA256 (unifont-15.0.06.ttf) = 9282b6eff54eeca2e7f58c9a40a91049bd219f3e6a45fbee8eba013379b9af3a
-SIZE (unifont-15.0.06.ttf) = 12452236
-SHA256 (unifont_csur-15.0.06.ttf) = 8571d93a786af2ab470cbb0fc657608b287fc5271f1293c1cf163bfc0c8fbfd7
-SIZE (unifont_csur-15.0.06.ttf) = 1401172
-SHA256 (unifont_upper-15.0.06.ttf) = 2c7035286fe16270c0c75b9de708c680fac3732dba5f85f9cce5c33f095c871c
-SIZE (unifont_upper-15.0.06.ttf) = 13341192
diff --git a/x11-fonts/gnu-unifont-ttf/pkg-descr b/x11-fonts/gnu-unifont-ttf/pkg-descr
deleted file mode 100644
index 5c40f0ba4177..000000000000
--- a/x11-fonts/gnu-unifont-ttf/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-GNU Unifont is a free bitmap font that covers
-the Unicode Basic Multilingual Plane (BMP),
-using an intermediate bitmapped font format.
-
-This is converted to TrueType.