diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-26 19:05:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-31 00:33:33 +0000 |
commit | 352c80a0953008e9f12a3d570e2ddef7b5903629 (patch) | |
tree | a4519a996d09ca34891028a5ac9fe36af3bcf688 /x11-wm | |
parent | bb59a8242d99805ebcba59d234f6ea61fd31e283 (diff) | |
download | ports-352c80a0953008e9f12a3d570e2ddef7b5903629.tar.gz ports-352c80a0953008e9f12a3d570e2ddef7b5903629.zip |
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/hyprland/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sway-devel/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index a86c1975cebd..fd3425d6fc71 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.31.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index fe6feea0dfdb..8db75a9e4ea2 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= sway DISTVERSION?= 1.8.1-202 # git rev-list --count 1.8.1.. DISTVERSIONSUFFIX?= -g47263aca +PORTREVISION= 1 CATEGORIES= x11-wm wayland PKGNAMESUFFIX?= -devel |