diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-11-08 16:48:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-11-08 16:48:02 +0000 |
commit | d81a61abe4657d72f087c1086dba92ab77db4594 (patch) | |
tree | 4fac44dcd650256913b380323c466323bfdb7b0f /x11-wm/sway | |
parent | a19de432e5be2753770b0e0f7f910713de93fba4 (diff) | |
download | freebsd-ports-d81a61abe4657d72f087c1086dba92ab77db4594.zip |
x11-toolkits/wlroots: update to 0.12.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.12.0
Reported by: GitHub (watch releases)
Diffstat (limited to 'x11-wm/sway')
-rw-r--r-- | x11-wm/sway/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/sway/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 962bf66cf0d6..aa8025b6009f 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -2,12 +2,13 @@ PORTNAME= sway DISTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090 PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090 +PATCHFILES+= 5ae4f65045c0.patch:-p1 # wlroots 0.12.0 MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor @@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols \ - wlroots>=0.11.0<0.12.0:x11-toolkits/wlroots + wlroots>=0.12.0<0.13.0:x11-toolkits/wlroots LIB_DEPENDS= libjson-c.so:devel/json-c \ libevdev.so:devel/libevdev \ libpcre.so:devel/pcre \ diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index a965c1204d6b..fb64aa76a226 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -5,3 +5,5 @@ SHA256 (cd9d1038a822.patch) = 4183dffdf4e3dbe70302d7e6e665cc83243a7166cf9bc2b8aa SIZE (cd9d1038a822.patch) = 8946 SHA256 (f98ca3ab7ca1.patch) = 319a9658ea12403e6c73ed0c2c6f0deffd23ebe25b6ba81d7573f9984be95760 SIZE (f98ca3ab7ca1.patch) = 2669 +SHA256 (5ae4f65045c0.patch) = b29852188bd900f444882a8500452ccb018fd2025cb3e9c618dbff1bc9abe525 +SIZE (5ae4f65045c0.patch) = 724 |