git: 67b51ce65d66 - main - net/neatvnc: update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Nov 2024 11:59:40 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=67b51ce65d66e563aa7278c459c041c9e97da59b commit 67b51ce65d66e563aa7278c459c041c9e97da59b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-19 11:09:13 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-20 11:58:53 +0000 net/neatvnc: update to 0.9.0 Changes: https://github.com/any1/neatvnc/releases/tag/v0.9.0 Reported by: GitHub (watch releases) --- net/neatvnc/Makefile | 2 +- net/neatvnc/distinfo | 6 +++--- net/wayvnc/files/patch-meson.build | 13 +++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/net/neatvnc/Makefile b/net/neatvnc/Makefile index 298a04d6405e..5869433ea918 100644 --- a/net/neatvnc/Makefile +++ b/net/neatvnc/Makefile @@ -1,6 +1,6 @@ PORTNAME= neatvnc DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.9.0 CATEGORIES= net MAINTAINER= jbeich@FreeBSD.org diff --git a/net/neatvnc/distinfo b/net/neatvnc/distinfo index 8927fa85e18e..9b53e21e230c 100644 --- a/net/neatvnc/distinfo +++ b/net/neatvnc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722546061 -SHA256 (any1-neatvnc-v0.8.1_GH0.tar.gz) = 51ef4d02f1621c947d58f2454e8fd4582a66439f09d409c103424c9d34839757 -SIZE (any1-neatvnc-v0.8.1_GH0.tar.gz) = 661911 +TIMESTAMP = 1732014553 +SHA256 (any1-neatvnc-v0.9.0_GH0.tar.gz) = 54144651ec4e902be8c852ebf619b10207e9dbbef5336f8afe371f4bbd3d7617 +SIZE (any1-neatvnc-v0.9.0_GH0.tar.gz) = 826004 diff --git a/net/wayvnc/files/patch-meson.build b/net/wayvnc/files/patch-meson.build new file mode 100644 index 000000000000..7bcecbefed10 --- /dev/null +++ b/net/wayvnc/files/patch-meson.build @@ -0,0 +1,13 @@ +meson.build:78:11: ERROR: Dependency lookup for neatvnc with method 'pkgconfig' failed: Invalid version, need 'neatvnc' ['<0.9.0'] found '0.9.0'. + +--- meson.build.orig 2024-02-25 11:22:05 UTC ++++ meson.build +@@ -57,7 +57,7 @@ aml_version = ['>=0.3.0', '<0.4.0'] + jansson = dependency('jansson') + + aml_version = ['>=0.3.0', '<0.4.0'] +-neatvnc_version = ['>=0.8', '<0.9.0'] ++neatvnc_version = ['>=0.8', '<0.10.0'] + + neatvnc_project = subproject( + 'neatvnc',