Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 00:34:19 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: 60564791e7e1 - main - x11-toolkits/wlroots-devel: update to 0.16.0.669
Message-ID:  <202307250034.36P0YJUU057577@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=60564791e7e1e7f8ad6e53ac58538221170e282f

commit 60564791e7e1e7f8ad6e53ac58538221170e282f
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:31:25 +0000

    x11-toolkits/wlroots-devel: update to 0.16.0.669
    
    Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/63f5851b6f...e8d545a977
---
 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 f1633b7360f8..52c8dcee7343 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wlroots
-DISTVERSION=	0.16.0-665
-DISTVERSIONSUFFIX=	-g63f5851b6f
+DISTVERSION=	0.16.0-669
+DISTVERSIONSUFFIX=	-ge8d545a977
 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
diff --git a/x11-toolkits/wlroots-devel/distinfo b/x11-toolkits/wlroots-devel/distinfo
index 1271aa9b84cf..f53474ec39c2 100644
--- a/x11-toolkits/wlroots-devel/distinfo
+++ b/x11-toolkits/wlroots-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1689958574
-SHA256 (wlroots-0.16.0-665-g63f5851b6f.tar.bz2) = 2d358d06cac14f70aa6e08f3cca48b400648c5d003fefcec83040ae9a1a5a408
-SIZE (wlroots-0.16.0-665-g63f5851b6f.tar.bz2) = 474439
+TIMESTAMP = 1690165843
+SHA256 (wlroots-0.16.0-669-ge8d545a977.tar.bz2) = fc5882226cc2acf1e3c31f17e11b3057ac5ebd3f93d475685397def4184829dd
+SIZE (wlroots-0.16.0-669-ge8d545a977.tar.bz2) = 475476
 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?202307250034.36P0YJUU057577>