Date: Mon, 12 Feb 2024 07:30:12 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d762eff0964 - main - sysutils/htop: Remove unnecessary USES Message-ID: <202402120730.41C7UC96076520@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402120730.41C7UC96076520>