git: d27fe14f0c98 - main - net/neatvnc: update to 0.6.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 24 Jan 2023 00:05:33 UTC
The branch main has been updated by jbeich:

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

commit d27fe14f0c98cbdc2f6399230bb9c9305dcb0254
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-01-22 13:06:36 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-01-23 23:52:13 +0000

    net/neatvnc: update to 0.6.0
    
    Changes:        https://github.com/any1/neatvnc/releases/tag/v0.6.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 29aa018fbc8a..6715204c527d 100644
--- a/net/neatvnc/Makefile
+++ b/net/neatvnc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	neatvnc
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.4
+DISTVERSION=	0.6.0
 CATEGORIES=	net
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/net/neatvnc/distinfo b/net/neatvnc/distinfo
index 08157ad42300..fffe03bd9a63 100644
--- a/net/neatvnc/distinfo
+++ b/net/neatvnc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662825335
-SHA256 (any1-neatvnc-v0.5.4_GH0.tar.gz) = 90f9521a6f37ee5455579a35b59333ec9d4e5a45b9b61316c2bf6342cdb8bf48
-SIZE (any1-neatvnc-v0.5.4_GH0.tar.gz) = 577635
+TIMESTAMP = 1674392796
+SHA256 (any1-neatvnc-v0.6.0_GH0.tar.gz) = 20c5ff0d0a7d4dff404619d653b465df08e5e856eb7faec34ffd5624b8fa653a
+SIZE (any1-neatvnc-v0.6.0_GH0.tar.gz) = 578084
diff --git a/net/wayvnc/Makefile b/net/wayvnc/Makefile
index dd4f9bb05191..59d0277f3f03 100644
--- a/net/wayvnc/Makefile
+++ b/net/wayvnc/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/any1/wayvnc
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build after https://github.com/any1/neatvnc/commit/8f979c992840
+
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
 LIB_DEPENDS=	libaml.so:devel/aml \
 		libdrm.so:graphics/libdrm \