diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-06 20:55:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-07 00:53:27 +0000 |
commit | c4c4e4c0bcecde7df05ad51b5e5efb60264e9076 (patch) | |
tree | 2f8c9df20dab95384672815c41da47ae994c327a | |
parent | badb313baa341c43846b694a39178fac9f901244 (diff) |
x11-toolkits/wlroots-devel: update to 0.16.0.389
-rw-r--r-- | x11-toolkits/wlroots-devel/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/wlroots-devel/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/hyprland/Makefile | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile index 72f7d3b466e1..08b61d2a007c 100644 --- a/x11-toolkits/wlroots-devel/Makefile +++ b/x11-toolkits/wlroots-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wlroots -DISTVERSION= 0.16.0-384 +DISTVERSION= 0.16.0-389 DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/} CATEGORIES= x11-toolkits PKGNAMESUFFIX= -devel @@ -28,7 +28,7 @@ USE_GL= gbm USE_XORG= pixman USE_LDCONFIG= yes GL_SITE= https://gitlab.freedesktop.org -GL_COMMIT= b03f71fe5f65c57827bf01b90217879dc2779a5e +GL_COMMIT= 47a250ae12008035ee42008b3a8b426e9b96fe11 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 c72e406949c2..7b847c7a6b64 100644 --- a/x11-toolkits/wlroots-devel/distinfo +++ b/x11-toolkits/wlroots-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1683230840 -SHA256 (wlroots-wlroots-b03f71fe5f65c57827bf01b90217879dc2779a5e_GL0.tar.gz) = 99920196867d9bdfed8af6ec379e30e85c1658ae579f19b70ea05cf7621d197b -SIZE (wlroots-wlroots-b03f71fe5f65c57827bf01b90217879dc2779a5e_GL0.tar.gz) = 616893 +TIMESTAMP = 1683406511 +SHA256 (wlroots-wlroots-47a250ae12008035ee42008b3a8b426e9b96fe11_GL0.tar.gz) = b94cc600be491668c390f6804dfa8aa22bc548fdc22a1819431d99272329661b +SIZE (wlroots-wlroots-47a250ae12008035ee42008b3a8b426e9b96fe11_GL0.tar.gz) = 616896 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 18ff5ae5624f..3ca842d7cc26 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org |