diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-11-21 16:06:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-11-21 17:24:00 +0000 |
commit | 1b744b687e87a63e58f21a30c2cf8005335494a4 (patch) | |
tree | 41c78cb3983a0b2ed3e9fc9a52fe73d51799934f /x11-wm/swayfx | |
parent | 1648060ce18e8171e0261ae55dcadb4378e06dce (diff) |
x11-toolkits/wlroots: update to 0.17.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0
Reported by: GitLab (notify releases)
Diffstat (limited to 'x11-wm/swayfx')
-rw-r--r-- | x11-wm/swayfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile index e368f3c454b2..ad5556bc24cd 100644 --- a/x11-wm/swayfx/Makefile +++ b/x11-wm/swayfx/Makefile @@ -1,5 +1,5 @@ DISTVERSION= 0.3.2 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//} PATCHFILES+= c47aa61c6492.patch:-p1 # https://github.com/WillPower3309/swayfx/pull/209 |