diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-26 19:05:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-31 00:33:33 +0000 |
commit | 352c80a0953008e9f12a3d570e2ddef7b5903629 (patch) | |
tree | a4519a996d09ca34891028a5ac9fe36af3bcf688 | |
parent | bb59a8242d99805ebcba59d234f6ea61fd31e283 (diff) |
x11-toolkits/wlroots-devel: update to 0.16.0.803
-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 | ||||
-rw-r--r-- | x11-wm/sway-devel/Makefile | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile index eca556d67415..673ca8950051 100644 --- a/x11-toolkits/wlroots-devel/Makefile +++ b/x11-toolkits/wlroots-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= wlroots -DISTVERSION= 0.16.0-792 -DISTVERSIONSUFFIX= -g47bf87ade2 +DISTVERSION= 0.16.0-803 +DISTVERSIONSUFFIX= -gaf165acb42 CATEGORIES= x11-toolkits PKGNAMESUFFIX= -devel diff --git a/x11-toolkits/wlroots-devel/distinfo b/x11-toolkits/wlroots-devel/distinfo index 0d0b545d4150..c382ec1700f6 100644 --- a/x11-toolkits/wlroots-devel/distinfo +++ b/x11-toolkits/wlroots-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1697909146 -SHA256 (wlroots-0.16.0-792-g47bf87ade2.tar.bz2) = 69417b4f3679f51d5d870ed8445af8d831bd675e7ca914f4a5e4efe01f7d8035 -SIZE (wlroots-0.16.0-792-g47bf87ade2.tar.bz2) = 457808 +TIMESTAMP = 1698347108 +SHA256 (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 1d545ffcd0b2475f795a7157648b7eab5a260a5eda2a18b3176a142bc1a0a54f +SIZE (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 451047 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 a86c1975cebd..fd3425d6fc71 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.31.0 -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 fe6feea0dfdb..8db75a9e4ea2 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= sway DISTVERSION?= 1.8.1-202 # git rev-list --count 1.8.1.. DISTVERSIONSUFFIX?= -g47263aca +PORTREVISION= 1 CATEGORIES= x11-wm wayland PKGNAMESUFFIX?= -devel |