Date: Fri, 27 Oct 2023 12:29:43 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: c9f037ce4d5b - main - x11/wl-mirror: update to 0.14.2 Message-ID: <202310271229.39RCThFa075617@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=c9f037ce4d5b3888fd36c810e0f31bb24aa7a3ae commit c9f037ce4d5b3888fd36c810e0f31bb24aa7a3ae Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-10-26 12:20:47 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-10-27 12:29:13 +0000 x11/wl-mirror: update to 0.14.2 Changes: https://github.com/Ferdi265/wl-mirror/releases/tag/v0.14.0 Changes: https://github.com/Ferdi265/wl-mirror/releases/tag/v0.14.1 Changes: https://github.com/Ferdi265/wl-mirror/releases/tag/v0.14.2 Reported by: GitHub (watch releases) --- x11/wl-mirror/Makefile | 7 ++++--- x11/wl-mirror/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/x11/wl-mirror/Makefile b/x11/wl-mirror/Makefile index 76934e8da1f8..68581625b891 100644 --- a/x11/wl-mirror/Makefile +++ b/x11/wl-mirror/Makefile @@ -1,19 +1,20 @@ PORTNAME= wl-mirror DISTVERSIONPREFIX= v -DISTVERSION= 0.13.2 +DISTVERSION= 0.14.2 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple Wayland output mirror client WWW= https://github.com/Ferdi265/wl-mirror -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_FreeBSD_12= ld: error: undefined symbol: memfd_create BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols -LIB_DEPENDS= libwayland-egl.so:graphics/wayland +LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ + libwayland-egl.so:graphics/wayland USES= cmake gl pkgconfig USE_GITHUB= yes diff --git a/x11/wl-mirror/distinfo b/x11/wl-mirror/distinfo index 65d79fba984d..2b7a6072c809 100644 --- a/x11/wl-mirror/distinfo +++ b/x11/wl-mirror/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1691755047 -SHA256 (Ferdi265-wl-mirror-v0.13.2_GH0.tar.gz) = 67f97d06bc989be2fc987bd26a937598b8a7a5d41731eddd0551ec55d7a6d665 -SIZE (Ferdi265-wl-mirror-v0.13.2_GH0.tar.gz) = 44852 +TIMESTAMP = 1698407400 +SHA256 (Ferdi265-wl-mirror-v0.14.2_GH0.tar.gz) = 8bbff843460b35e43c329f3b718a46d9c0450ccd0c2f4e3e81ecabfbaf6445b1 +SIZE (Ferdi265-wl-mirror-v0.14.2_GH0.tar.gz) = 46667 SHA256 (wlr-protocols-8cdeaac.tar.bz2) = f2cfd366655dacfb4fb16aa4e409d509a37ff2f7f9f139b4a216d30c5f5270c6 SIZE (wlr-protocols-8cdeaac.tar.bz2) = 19402
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310271229.39RCThFa075617>