git: 4d762eff0964 - main - sysutils/htop: Remove unnecessary USES

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Mon, 12 Feb 2024 07:30:12 UTC
The branch main has been updated by fernape:

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

commit 4d762eff096467b58c3f4ce7108cb9daec1db0ab
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-02-12 07:22:36 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-02-12 07:29:58 +0000

    sysutils/htop: Remove unnecessary USES
    
    The .desktop file provided by the port does not contain MimeType in it so
    remove USES=desktop-file-utils
    
    Reported by:    eduardo@
---
 sysutils/htop/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile
index 54840ddc7e84..06d12edfd414 100644
--- a/sysutils/htop/Makefile
+++ b/sysutils/htop/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	htop
 DISTVERSION=	3.3.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	gaod@hychen.org
@@ -9,7 +10,7 @@ WWW=		https://htop.dev/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf compiler:c11 cpe desktop-file-utils libtool localbase \
+USES=		autoreconf compiler:c11 cpe libtool localbase \
 		ncurses pkgconfig python:build shebangfix
 
 USE_GITHUB=	yes