git: a685e286ea48 - main - x11-wm/sway-devel: back to default wlroots
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Nov 2023 17:25:01 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a685e286ea48087b18ab9f61c206009268a5a715
commit a685e286ea48087b18ab9f61c206009268a5a715
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-11-21 16:39:51 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-11-21 17:24:01 +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 3e5f65e4b8c7..6b6574810858 100644
--- a/x11-wm/sway-devel/Makefile
+++ b/x11-wm/sway-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME= sway
DISTVERSION?= 1.8.1-216 # git rev-list --count 1.8.1..
DISTVERSIONSUFFIX?= -g9d666a08e
+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.16.0.766<0.18.0:x11-toolkits/wlroots
+ wlroots>=0.17.0<0.18.0:x11-toolkits/wlroots
LIB_DEPENDS= libjson-c.so:devel/json-c \
libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \
@@ -66,5 +67,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>