Date: Wed, 20 Nov 2024 11:59:41 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a8a0f8cb89ce - main - net/wayvnc: update to 0.9.0 Message-ID: <202411201159.4AKBxf3S030290@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8a0f8cb89cea1dae9b92089dad2cbb406df996b commit a8a0f8cb89cea1dae9b92089dad2cbb406df996b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-19 11:09:48 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-20 11:58:57 +0000 net/wayvnc: update to 0.9.0 Changes: https://github.com/any1/wayvnc/releases/tag/v0.9.0 Reported by: GitHub (watch releases) --- net/wayvnc/Makefile | 4 ++-- net/wayvnc/distinfo | 10 +++++----- net/wayvnc/files/patch-meson.build | 13 ------------- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/net/wayvnc/Makefile b/net/wayvnc/Makefile index 0af207bf0d7e..2197081f5d96 100644 --- a/net/wayvnc/Makefile +++ b/net/wayvnc/Makefile @@ -1,10 +1,10 @@ PORTNAME= wayvnc DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 +DISTVERSION= 0.9.0 CATEGORIES= net wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 1c75fc18ab9c.patch:-p1 # https://github.com/any1/wayvnc/pull/295 +PATCHFILES+= 7dd99e353354.patch:-p1 # https://github.com/any1/wayvnc/pull/352 MAINTAINER= jbeich@FreeBSD.org COMMENT= VNC server for wlroots-based compositors diff --git a/net/wayvnc/distinfo b/net/wayvnc/distinfo index d8a5416e22a5..5c07290adf7a 100644 --- a/net/wayvnc/distinfo +++ b/net/wayvnc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1708860125 -SHA256 (any1-wayvnc-v0.8.0_GH0.tar.gz) = 075dcbe321d51ee5e6b59467f2d2fa313d49254fe574f9d6caf400f3a2ffd368 -SIZE (any1-wayvnc-v0.8.0_GH0.tar.gz) = 101120 -SHA256 (1c75fc18ab9c.patch) = 8678f07135cd25d88fa423be7be614fb51dee68189a7ffcbb1e6265cb85f982e -SIZE (1c75fc18ab9c.patch) = 1278 +TIMESTAMP = 1732014588 +SHA256 (any1-wayvnc-v0.9.0_GH0.tar.gz) = c1d9e466bcce2da27588d4ba1c27813fbd847128cb3153d862f02c97c88f5693 +SIZE (any1-wayvnc-v0.9.0_GH0.tar.gz) = 117501 +SHA256 (7dd99e353354.patch) = ea20ecd2e6ecccf67f41072f69d1c82ba520764687b39eb5122a1719e8a4429f +SIZE (7dd99e353354.patch) = 795 diff --git a/net/wayvnc/files/patch-meson.build b/net/wayvnc/files/patch-meson.build deleted file mode 100644 index 7bcecbefed10..000000000000 --- a/net/wayvnc/files/patch-meson.build +++ /dev/null @@ -1,13 +0,0 @@ -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',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411201159.4AKBxf3S030290>