git: 415c38b051b4 - main - net/neatvnc: update to 0.8.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 12:27:56 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=415c38b051b4421d961fbb87debb0fa79eeafb98

commit 415c38b051b4421d961fbb87debb0fa79eeafb98
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-25 11:11:28 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-26 12:27:35 +0000

    net/neatvnc: update to 0.8.0
    
    Changes:        https://github.com/any1/neatvnc/releases/tag/v0.8.0
    Reported by:    GitHub (watch releases)
---
 net/neatvnc/Makefile | 2 +-
 net/neatvnc/distinfo | 6 +++---
 net/wayvnc/Makefile  | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net/neatvnc/Makefile b/net/neatvnc/Makefile
index 15e4680ae4df..ebef1ad86145 100644
--- a/net/neatvnc/Makefile
+++ b/net/neatvnc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	neatvnc
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.7.2
+DISTVERSION=	0.8.0
 CATEGORIES=	net
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/net/neatvnc/distinfo b/net/neatvnc/distinfo
index e7ac7f9e6522..7c8c595e2b93 100644
--- a/net/neatvnc/distinfo
+++ b/net/neatvnc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1706913736
-SHA256 (any1-neatvnc-v0.7.2_GH0.tar.gz) = 4731e21cc8ecfac55f4b5f47c909070a7af1913e01411e45edaf01dd69769a08
-SIZE (any1-neatvnc-v0.7.2_GH0.tar.gz) = 660888
+TIMESTAMP = 1708859488
+SHA256 (any1-neatvnc-v0.8.0_GH0.tar.gz) = 6c0feff5d8de20d1f47938936fd2c0e99dc56c28033e2149863cf70ce6cfcc5c
+SIZE (any1-neatvnc-v0.8.0_GH0.tar.gz) = 661726
diff --git a/net/wayvnc/Makefile b/net/wayvnc/Makefile
index d7a450170be7..7215de8ca194 100644
--- a/net/wayvnc/Makefile
+++ b/net/wayvnc/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/any1/wayvnc
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build after https://github.com/any1/neatvnc/commit/f503cbef257b
+
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
 LIB_DEPENDS=	libaml.so:devel/aml \
 		libjansson.so:devel/jansson \