git: 40346960eafe - main - x11-wm/sway-devel: back to default wlroots

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 11 Nov 2022 22:41:44 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40346960eafe452dfbba78c396d575ac5c279ecf

commit 40346960eafe452dfbba78c396d575ac5c279ecf
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-11 22:08:40 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-11 22:39:58 +0000

    x11-wm/sway-devel: back to default wlroots
---
 x11-wm/sway-devel/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile
index 4cab0f1f8e11..dcf2e59dbedb 100644
--- a/x11-wm/sway-devel/Makefile
+++ b/x11-wm/sway-devel/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	sway
 DISTVERSION=	1.7-152
 DISTVERSIONSUFFIX=	-gd945c8f51
+PORTREVISION=	1
 CATEGORIES=	x11-wm wayland
 PKGNAMESUFFIX=	-devel
 
@@ -17,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>=1.24:graphics/wayland-protocols \
-		wlroots>=0.15.0.478<0.17.0:x11-toolkits/wlroots
+		wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libevdev.so:devel/libevdev \
 		libudev.so:devel/libudev-devd \
@@ -65,5 +66,4 @@ post-patch:
 		-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
 		${WRKSRC}/meson.build
 
-.include "${.CURDIR:H:H}/x11-toolkits/wlroots-devel/override.mk"
 .include <bsd.port.mk>