diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-10-07 19:54:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-10-08 00:05:43 +0000 |
commit | d75c897833efe064b5990136fe1cc1ee248d12b0 (patch) | |
tree | b500fdf3d1272889f406074cbc3d0616dfb7f629 | |
parent | 2ac22b1314612eb07a63fd21832a4320148c2370 (diff) | |
download | ports-d75c897833efe064b5990136fe1cc1ee248d12b0.tar.gz ports-d75c897833efe064b5990136fe1cc1ee248d12b0.zip |
x11-toolkits/wlroots-devel: update to 0.15.0.462
-rw-r--r-- | x11-toolkits/wlroots-devel/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/wlroots-devel/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/sway-devel/Makefile | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile index 6ce9e9022f7c..112b2610831c 100644 --- a/x11-toolkits/wlroots-devel/Makefile +++ b/x11-toolkits/wlroots-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wlroots -DISTVERSION= 0.15.0-445 +DISTVERSION= 0.15.0-462 DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/} CATEGORIES= x11-toolkits PKGNAMESUFFIX= -devel @@ -30,7 +30,7 @@ USE_GL= gbm USE_XORG= pixman USE_LDCONFIG= yes GL_SITE= https://gitlab.freedesktop.org -GL_COMMIT= 6832ae14aaa659929ea13057616db34536f7f724 +GL_COMMIT= 694e9bbb9d7114f39311d93e885e010606a88dae 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 a2c63b1a7184..2481e3107530 100644 --- a/x11-toolkits/wlroots-devel/distinfo +++ b/x11-toolkits/wlroots-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1664867719 -SHA256 (wlroots-wlroots-6832ae14aaa659929ea13057616db34536f7f724_GL0.tar.gz) = 4d815eb35335d3e337691b9dbf5c2442f30f7befe83f8569a2cab6272a7f0910 -SIZE (wlroots-wlroots-6832ae14aaa659929ea13057616db34536f7f724_GL0.tar.gz) = 583389 +TIMESTAMP = 1665172491 +SHA256 (wlroots-wlroots-694e9bbb9d7114f39311d93e885e010606a88dae_GL0.tar.gz) = 7dc702de2b83662b1a0ce13804a7672e0f26a5469684eb32bb3cf1d5f1e08a7b +SIZE (wlroots-wlroots-694e9bbb9d7114f39311d93e885e010606a88dae_GL0.tar.gz) = 584546 SHA256 (7c0e2a271a4c.patch) = 2b92d3dde7640061ed85ab1690031f7627bebc2366e8c4da217017188ba7195e SIZE (7c0e2a271a4c.patch) = 5729 SHA256 (a5df0a02a2d9.patch) = df5deb1714001870b846501cbee1e775468ac9c61e735ee3b4ad3a2b83c5573e diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index 8b683c2ff6e3..fb3159bbe29f 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= sway DISTVERSION= 1.7-128 DISTVERSIONSUFFIX= -g04f8a655 +PORTREVISION= 1 CATEGORIES= x11-wm wayland PKGNAMESUFFIX= -devel |