From cfdd83f20f14de0ce1b5f077e198708e42649b45 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 21 Nov 2023 17:22:02 +0100 Subject: [PATCH] x11-toolkits/wlroots-devel: update to 0.17.0 Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/fe53ec6937...0.17.0 --- x11-toolkits/wlroots-devel/Makefile | 3 +-- x11-toolkits/wlroots-devel/distinfo | 6 +++--- x11-wm/hyprland/Makefile | 3 ++- x11-wm/sway-devel/Makefile | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile index e3f4a1f5826e1..0ca2b5ae25183 100644 --- a/x11-toolkits/wlroots-devel/Makefile +++ b/x11-toolkits/wlroots-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= wlroots -DISTVERSION= 0.16.0-811 -DISTVERSIONSUFFIX= -g5de9e1a99d +DISTVERSION= 0.17.0 CATEGORIES= x11-toolkits PKGNAMESUFFIX= -devel diff --git a/x11-toolkits/wlroots-devel/distinfo b/x11-toolkits/wlroots-devel/distinfo index 7d0ccda93359c..5673d9671f931 100644 --- a/x11-toolkits/wlroots-devel/distinfo +++ b/x11-toolkits/wlroots-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1699292815 -SHA256 (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 65b814d3a2fa9bea92d41d807c9f86cac5c771224d78d8a85221e118dbde0b3e -SIZE (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 450889 +TIMESTAMP = 1700582773 +SHA256 (wlroots-0.17.0.tar.bz2) = 0f0bb100b2277e6a0622bfe2594e4139b8462cb4c49ae883f042e8c4b1bdbc3e +SIZE (wlroots-0.17.0.tar.bz2) = 452069 SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5 SIZE (10f80a8f1bb2.patch) = 6097 SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index c535f2359e602..a1dceb6ef5d62 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.32.3 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -15,7 +16,7 @@ BROKEN_FreeBSD_12= libc++ too old BUILD_DEPENDS= cmake:devel/cmake-core \ evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.25:graphics/wayland-protocols \ - wlroots>=0.16.0.791<0.17.0:x11-toolkits/wlroots + wlroots>=0.16.0.791<0.18.0:x11-toolkits/wlroots LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index a686f8016834b..7faf0ec6486c6 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= sway DISTVERSION?= 1.8.1-206 # git rev-list --count 1.8.1.. DISTVERSIONSUFFIX?= -g020a572e +PORTREVISION= 1 CATEGORIES= x11-wm wayland PKGNAMESUFFIX?= -devel @@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.24:graphics/wayland-protocols \ - wlroots>=0.16.0.766<0.17.0:x11-toolkits/wlroots + wlroots>=0.16.0.766<0.18.0:x11-toolkits/wlroots LIB_DEPENDS= libjson-c.so:devel/json-c \ libevdev.so:devel/libevdev \ libudev.so:devel/libudev-devd \