aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-09-28 16:53:08 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-09-29 15:59:35 +0000
commit184330f90e7fc1e39f0de0d533e81a42904ab81b (patch)
treea888be4aa930abb18642cab99e97edff6c84ba30
parente55df4c8f8e0abf4f83177d75c24ffacfef2fd11 (diff)
downloadports-184330f90e7fc1e39f0de0d533e81a42904ab81b.tar.gz
ports-184330f90e7fc1e39f0de0d533e81a42904ab81b.zip
x11-toolkits/wlroots-devel: update to 0.16.0.739
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/98a745d926...c2aa7fd965 (cherry picked from commit 2a4bb83e076d875d1b4e91208ca8d3babfb6d522)
-rw-r--r--x11-toolkits/wlroots-devel/Makefile4
-rw-r--r--x11-toolkits/wlroots-devel/distinfo6
-rw-r--r--x11-toolkits/wlroots-devel/pkg-plist1
-rw-r--r--x11-wm/hyprland/Makefile1
-rw-r--r--x11-wm/sway-devel/Makefile1
5 files changed, 8 insertions, 5 deletions
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile
index 3885e72a5765..4216e64ab47c 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wlroots
-DISTVERSION= 0.16.0-735
+DISTVERSION= 0.16.0-739
DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/}
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -devel
@@ -27,7 +27,7 @@ USE_GL= gbm
USE_XORG= pixman
USE_LDCONFIG= yes
GL_SITE= https://gitlab.freedesktop.org
-GL_COMMIT= 98a745d926d8048bc30aef11b421df207a01c279
+GL_COMMIT= c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e
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 ac9c787d29fe..6cb5450a86bd 100644
--- a/x11-toolkits/wlroots-devel/distinfo
+++ b/x11-toolkits/wlroots-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1695277534
-SHA256 (wlroots-wlroots-98a745d926d8048bc30aef11b421df207a01c279_GL0.tar.gz) = b3a69976c5813d2489ce2b433088833db94621045a60390a8c838ece1fb19f6a
-SIZE (wlroots-wlroots-98a745d926d8048bc30aef11b421df207a01c279_GL0.tar.gz) = 637911
+TIMESTAMP = 1695919988
+SHA256 (wlroots-wlroots-c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e_GL0.tar.gz) = 8ba5ccaa558bad3b1d0e90652bc9eee72bf6e2ea0b09c63566b2ae8acdff24ea
+SIZE (wlroots-wlroots-c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e_GL0.tar.gz) = 639396
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 ea378e5b423f..f117b53a0d9f 100644
--- a/x11-toolkits/wlroots-devel/pkg-plist
+++ b/x11-toolkits/wlroots-devel/pkg-plist
@@ -80,6 +80,7 @@ include/wlr/types/wlr_switch.h
include/wlr/types/wlr_tablet_pad.h
include/wlr/types/wlr_tablet_tool.h
include/wlr/types/wlr_tablet_v2.h
+include/wlr/types/wlr_tearing_control_v1.h
include/wlr/types/wlr_text_input_v3.h
include/wlr/types/wlr_touch.h
include/wlr/types/wlr_viewporter.h
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index b9b71a093c5c..e6256885977b 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.30.0
+PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile
index a6173607b0b3..f7ba06a5e3f4 100644
--- a/x11-wm/sway-devel/Makefile
+++ b/x11-wm/sway-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME= sway
DISTVERSION?= 1.8.1-194 # git rev-list --count 1.8.1..
DISTVERSIONSUFFIX?= -g8edc48f6d
+PORTREVISION= 1
CATEGORIES= x11-wm wayland
PKGNAMESUFFIX?= -devel