git: f87b5e6b8e55 - main - editors/neovim: Remove desktop-file-utils dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 May 2024 20:10:34 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=f87b5e6b8e556309eec85689d3b049766750bce0 commit f87b5e6b8e556309eec85689d3b049766750bce0 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2024-05-24 20:06:47 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2024-05-24 20:06:47 +0000 editors/neovim: Remove desktop-file-utils dependency While the dependency is undoubtably correct, it brings glib and all its dependencies. Neovim has always avoided this dependency before, so I'm clearing it out again at this time. --- editors/neovim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 843c2e89a278..8664aa3ee4eb 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -1,6 +1,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org @@ -23,7 +24,7 @@ RUN_DEPENDS= ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR} USES= cmake cpe gettext iconv lua:51,build luajit \ - desktop-file-utils pathfix pkgconfig + pathfix pkgconfig USE_GITHUB= yes GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \ libmpack:libmpack-lua:1.0.12:libmpack_lua