diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-07-02 13:46:42 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-07-02 13:47:05 +0000 |
commit | a50372b91f2b327f3bc400d088e21f4b18c2a112 (patch) | |
tree | b48fcc667932956ba252fe3cc1730102e16fc2f5 /x11 | |
parent | 558a5e4515a3de7cf7d27235b16b58cb1d3f3830 (diff) |
Diffstat (limited to 'x11')
-rw-r--r-- | x11/admiral/Makefile | 2 | ||||
-rw-r--r-- | x11/alacritty/Makefile | 2 | ||||
-rw-r--r-- | x11/inputplug/Makefile | 2 | ||||
-rw-r--r-- | x11/kickoff/Makefile | 1 | ||||
-rw-r--r-- | x11/sirula/Makefile | 2 | ||||
-rw-r--r-- | x11/squeekboard/Makefile | 2 | ||||
-rw-r--r-- | x11/swayr/Makefile | 1 | ||||
-rw-r--r-- | x11/wezterm/Makefile | 1 | ||||
-rw-r--r-- | x11/wmfocus/Makefile | 2 |
9 files changed, 9 insertions, 6 deletions
diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 1a48f5a79e33..166b7955f930 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -2,7 +2,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 40 +PORTREVISION= 41 CATEGORIES= x11 MAINTAINER= rigoletto@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 9437b2ec6b7b..e7639511ba3f 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,7 +1,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= mikael@FreeBSD.org diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index 83163c8e903d..4794bf041401 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,6 +1,6 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile index 624bb8a89c4e..952282e95281 100644 --- a/x11/kickoff/Makefile +++ b/x11/kickoff/Makefile @@ -1,6 +1,7 @@ PORTNAME= kickoff DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index ef4fbc456972..5c93e176bc7a 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,7 +1,7 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 3382368c02d4..15add6efbae8 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,7 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.17.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 33a4acd37694..3403f9330c30 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,7 @@ PORTNAME= swayr DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://git.sr.ht/~tsdh/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index b9e9d47f6a95..d3db32a0dec9 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,5 +1,6 @@ PORTNAME= wezterm DISTVERSION= 20220624-141144-bd1b7c5d +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index d91da8f02fc3..6bf63cfd979b 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |