git: e9d95bdf1e0d - main - misc/shared-mime-info: remove minixmlto dependency

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Fri, 16 Sep 2022 14:11:50 UTC
The branch main has been updated by bapt:

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

commit e9d95bdf1e0deda32f5f465109450984fb1323df
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-09-15 12:22:20 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-09-16 14:09:37 +0000

    misc/shared-mime-info: remove minixmlto dependency
    
    xmlto is not needed since 2.2
---
 misc/shared-mime-info/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile
index 6db1ae28b830..dc6b71cce015 100644
--- a/misc/shared-mime-info/Makefile
+++ b/misc/shared-mime-info/Makefile
@@ -10,8 +10,7 @@ WWW=		https://www.freedesktop.org/wiki/Software/shared-mime-info/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gmake:devel/gmake \
-		minixmlto:textproc/minixmlto
+BUILD_DEPENDS=	gmake:devel/gmake
 
 USES=		gettext gnome localbase meson pathfix pkgconfig python:build shebangfix \
 		tar:xz trigger
@@ -37,8 +36,6 @@ SHEBANG_FILES=	${WRKSRC}/tests/compare_iana.py \
 MIMESUBDIRS=	application audio image inode message model multipart \
 		packages text video x-epoc x-content font
 
-BINARY_ALIAS=	xmlto=minixmlto
-
 post-patch:
 	${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \
 		${WRKSRC}/src/xdgmime/src/xdgmime.c \