git: fb19f7c3a7c7 - main - emulators/Ymir: remove USES= desktop-file-utils
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Mar 2026 07:02:02 UTC
The branch main has been updated by nxjoseph:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fb19f7c3a7c7880f3561ab26f6568404f19f17d3
commit fb19f7c3a7c7880f3561ab26f6568404f19f17d3
Author: Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2026-03-24 21:16:15 +0000
Commit: Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-03-25 07:01:16 +0000
emulators/Ymir: remove USES= desktop-file-utils
As the .desktop file doesn't define MimeTypes,
we don't need USES= desktop-file-utils.
PR: 294031
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer)
Approved by: Stefan Schlosser (maintainer), vvd (mentor)
---
emulators/Ymir/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/emulators/Ymir/Makefile b/emulators/Ymir/Makefile
index 64a775d2fdcf..155b43cf6e60 100644
--- a/emulators/Ymir/Makefile
+++ b/emulators/Ymir/Makefile
@@ -1,6 +1,7 @@
PORTNAME= Ymir
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= bsdcode@disroot.org
@@ -44,8 +45,8 @@ _gtk4_BR_DEPENDS= zenity:x11/zenity4
${FLAVOR}_BUILD_DEPENDS= ${_${FLAVOR}_BR_DEPENDS}
${FLAVOR}_RUN_DEPENDS= ${_${FLAVOR}_BR_DEPENDS}
-USES= cmake compiler:c++20-lang desktop-file-utils gl \
- llvm${_LLVM_${ARCH}} localbase pkgconfig sdl xorg
+USES= cmake compiler:c++20-lang gl llvm${_LLVM_${ARCH}} localbase \
+ pkgconfig sdl xorg
_LLVM_aarch64= :min=21
USE_GITHUB= yes
GH_ACCOUNT= StrikerX3