aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-12-04 11:22:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-12-04 12:06:05 +0000
commit5954261c63fa57043f7e30f30ceb91e48e3b78c7 (patch)
tree0120bf8c38bd18cf4ee3de8c7227aa024f2dda70
parent002fa5072e9be16d26557e4795be248fec6e068a (diff)
downloadports-5954261c63fa57043f7e30f30ceb91e48e3b78c7.tar.gz
ports-5954261c63fa57043f7e30f30ceb91e48e3b78c7.zip
x11-wm/cagebreak: update to 2.2.2
Changes: https://github.com/project-repo/cagebreak/releases/tag/2.2.2 Reported by: GitHub (watch releases)
-rw-r--r--x11-wm/cagebreak/Makefile6
-rw-r--r--x11-wm/cagebreak/distinfo6
-rw-r--r--x11-wm/cagebreak/files/patch-meson.build13
3 files changed, 18 insertions, 7 deletions
diff --git a/x11-wm/cagebreak/Makefile b/x11-wm/cagebreak/Makefile
index 38fb75b08a81..6ea937268617 100644
--- a/x11-wm/cagebreak/Makefile
+++ b/x11-wm/cagebreak/Makefile
@@ -1,6 +1,5 @@
PORTNAME= cagebreak
-DISTVERSION= 2.2.1
-PORTREVISION= 1
+DISTVERSION= 2.2.2
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -12,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.14:graphics/wayland-protocols \
- wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots
+ wlroots>=0.17.0<0.18.0:x11-toolkits/wlroots
LIB_DEPENDS= libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \
libwayland-server.so:graphics/wayland \
@@ -49,5 +48,4 @@ post-patch:
@${REINPLACE_CMD} -e '/install.*licenses/d' \
${WRKSRC}/meson.build
-.include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"
.include <bsd.port.mk>
diff --git a/x11-wm/cagebreak/distinfo b/x11-wm/cagebreak/distinfo
index def5c201b75b..0f8d2bf23792 100644
--- a/x11-wm/cagebreak/distinfo
+++ b/x11-wm/cagebreak/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692603216
-SHA256 (project-repo-cagebreak-2.2.1_GH0.tar.gz) = 6b218aeb42f17f3b501a9b195ce39b500a66fd963deb8dd9b23b37841110639d
-SIZE (project-repo-cagebreak-2.2.1_GH0.tar.gz) = 209380
+TIMESTAMP = 1701688944
+SHA256 (project-repo-cagebreak-2.2.2_GH0.tar.gz) = b638803a9a2d0371659a45cda19f50abb80798ca26234d03230a6e00508dc9bb
+SIZE (project-repo-cagebreak-2.2.2_GH0.tar.gz) = 212402
diff --git a/x11-wm/cagebreak/files/patch-meson.build b/x11-wm/cagebreak/files/patch-meson.build
new file mode 100644
index 000000000000..386e8017dd29
--- /dev/null
+++ b/x11-wm/cagebreak/files/patch-meson.build
@@ -0,0 +1,13 @@
+https://github.com/project-repo/cagebreak/issues/65
+
+--- meson.build.orig 2023-12-04 11:22:24 UTC
++++ meson.build
+@@ -55,7 +55,7 @@ endif
+ )
+ endif
+
+-wlroots = dependency('wlroots', version: ['>=0.16.1', '< 0.17.1'])
++wlroots = dependency('wlroots', version: ['>=0.17.0', '< 0.18.0'])
+ wayland_protos = dependency('wayland-protocols', version: '>=1.14')
+ wayland_server = dependency('wayland-server')
+ wayland_cursor = dependency('wayland-cursor')