On 21/07/27 02:55AM, Yifei Zhan wrote:
> Hi,
>
> The current Makefile does not list devel/kf5/kitemmodels as a
> RUN_DEPENDS but neochat will crush without it. The following patch add
> devel/kf5/kitemmodels to the list of RUN_DEPENDS. Lightly tested on amd64.
>
repost, forgot to bump REVISION.
Index: neochat/Makefile
===================================================================
RCS file: /cvs/ports/net/neochat/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- neochat/Makefile 26 May 2021 22:18:54 -0000 1.2
+++ neochat/Makefile 27 Jul 2021 03:22:10 -0000
@@ -4,7 +4,7 @@ COMMENT = client for Matrix chat
VERSION = 1.1.1
DISTNAME = neochat-${VERSION}
-REVISION = 0
+REVISION = 1
CATEGORIES= net
@@ -24,6 +24,7 @@ MODULES = devel/kf5
RUN_DEPENDS = devel/desktop-file-utils \
graphics/kquickimageeditor \
+ devel/kf5/kitemmodels \
x11/gtk+3,-guic