Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 00:36:30 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1da6f794a20a - 2023Q3 - x11-toolkits/wlroots-devel: update to 0.16.0.669
Message-ID:  <202307250036.36P0aUhD058188@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by jbeich:

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

commit 1da6f794a20acbee9b54107a32cb6428ef107bd5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-24 02:30:43 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-07-25 00:35:29 +0000

    x11-toolkits/wlroots-devel: update to 0.16.0.669
    
    Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/63f5851b6f...e8d545a977
    (cherry picked from commit 60564791e7e1e7f8ad6e53ac58538221170e282f)
---
 x11-toolkits/wlroots-devel/Makefile  | 6 +++---
 x11-toolkits/wlroots-devel/distinfo  | 6 +++---
 x11-toolkits/wlroots-devel/pkg-plist | 1 +
 x11-wm/hyprland/Makefile             | 2 +-
 x11-wm/sway-devel/Makefile           | 1 +
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile
index ad2feb09fdea..0d638a47eb06 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	wlroots
-DISTVERSION=	0.16.0-665
+DISTVERSION=	0.16.0-669
 DISTVERSIONSUFFIX=	-g${GL_COMMIT:C/(.{12}).*/\1/}
 CATEGORIES=	x11-toolkits
 PKGNAMESUFFIX=	-devel
@@ -16,7 +16,7 @@ WWW=		https://gitlab.freedesktop.org/wlroots/wlroots
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	wayland-protocols>=1.31:graphics/wayland-protocols
+BUILD_DEPENDS=	wayland-protocols>=1.32:graphics/wayland-protocols
 LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libwayland-server.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon
@@ -27,7 +27,7 @@ USE_GL=		gbm
 USE_XORG=	pixman
 USE_LDCONFIG=	yes
 GL_SITE=	https://gitlab.freedesktop.org
-GL_COMMIT=	63f5851b6fdc630355510c44e875119c4755208d
+GL_COMMIT=	e8d545a9770a2473db32e0a0bfa757b05d2af4f3
 MESON_ARGS=	-Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}
 
 .ifdef PKGNAMESUFFIX
diff --git a/x11-toolkits/wlroots-devel/distinfo b/x11-toolkits/wlroots-devel/distinfo
index ebd7c1c097a0..0b032f1bbb35 100644
--- a/x11-toolkits/wlroots-devel/distinfo
+++ b/x11-toolkits/wlroots-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1689958574
-SHA256 (wlroots-wlroots-63f5851b6fdc630355510c44e875119c4755208d_GL0.tar.gz) = 50299b31d51235b6986b274f7864086dc431bc9bcb2d3e6b07b316ac38a8e539
-SIZE (wlroots-wlroots-63f5851b6fdc630355510c44e875119c4755208d_GL0.tar.gz) = 633665
+TIMESTAMP = 1690165843
+SHA256 (wlroots-wlroots-e8d545a9770a2473db32e0a0bfa757b05d2af4f3_GL0.tar.gz) = 227aadc687cdc18c4f249a1746e8e23167199df812ca69c3af608862299709e1
+SIZE (wlroots-wlroots-e8d545a9770a2473db32e0a0bfa757b05d2af4f3_GL0.tar.gz) = 635410
 SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5
 SIZE (10f80a8f1bb2.patch) = 6097
 SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc
diff --git a/x11-toolkits/wlroots-devel/pkg-plist b/x11-toolkits/wlroots-devel/pkg-plist
index 572d2f14202e..be419073cdb3 100644
--- a/x11-toolkits/wlroots-devel/pkg-plist
+++ b/x11-toolkits/wlroots-devel/pkg-plist
@@ -31,6 +31,7 @@ include/wlr/types/wlr_buffer.h
 include/wlr/types/wlr_compositor.h
 include/wlr/types/wlr_content_type_v1.h
 include/wlr/types/wlr_cursor.h
+include/wlr/types/wlr_cursor_shape_v1.h
 include/wlr/types/wlr_damage_ring.h
 include/wlr/types/wlr_data_control_v1.h
 include/wlr/types/wlr_data_device.h
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 46e9e7a7dee1..eeb877f78283 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.27.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm wayland
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile
index 7e799f9eadc8..d3c5abadc6f7 100644
--- a/x11-wm/sway-devel/Makefile
+++ b/x11-wm/sway-devel/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	sway
 DISTVERSION?=	1.8.1-173 # git rev-list --count 1.8.1..
 DISTVERSIONSUFFIX?=	-gc3e639007
+PORTREVISION=	1
 CATEGORIES=	x11-wm wayland
 PKGNAMESUFFIX?=	-devel
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307250036.36P0aUhD058188>