Skip to content

Commit

Permalink
x11-wm/cagebreak: update to 2.2.2
Browse files Browse the repository at this point in the history
Changes:	https://github.com/project-repo/cagebreak/releases/tag/2.2.2
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Dec 4, 2023
1 parent 002fa50 commit 5954261
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
6 changes: 2 additions & 4 deletions 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
Expand All @@ -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 \
Expand Down Expand Up @@ -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>
6 changes: 3 additions & 3 deletions 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
13 changes: 13 additions & 0 deletions 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')

0 comments on commit 5954261

Please sign in to comment.