diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-03-15 09:25:16 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-03-15 09:51:58 +0000 |
commit | e255ac5487b4968237729e953a156c2be8914617 (patch) | |
tree | 508fb761fc97d86de7ed08a7c4c81fe415025bed /x11 | |
parent | 53e44579be56ebf464fae76e0daa55b7ced06c26 (diff) | |
download | ports-e255ac5487b4968237729e953a156c2be8914617.tar.gz ports-e255ac5487b4968237729e953a156c2be8914617.zip |
lang/rust: Bump revisions after 1.59.0
Diffstat (limited to 'x11')
-rw-r--r-- | x11/admiral/Makefile | 2 | ||||
-rw-r--r-- | x11/alacritty/Makefile | 1 | ||||
-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 | 1 | ||||
-rw-r--r-- | x11/swayr/Makefile | 1 | ||||
-rw-r--r-- | x11/wezterm/Makefile | 2 | ||||
-rw-r--r-- | x11/wmfocus/Makefile | 2 |
9 files changed, 9 insertions, 5 deletions
diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 1f5ec1a46baa..1d9097351bf4 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= 37 +PORTREVISION= 38 CATEGORIES= x11 MAINTAINER= rigoletto@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index ea1f93227920..2c063dcf9b6c 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,6 +1,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= mikael@FreeBSD.org diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index b88ed1887fe3..4944ce599ec7 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,6 +1,6 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile index 5505f27d935a..77c3e17b83d1 100644 --- a/x11/kickoff/Makefile +++ b/x11/kickoff/Makefile @@ -1,6 +1,7 @@ PORTNAME= kickoff DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index 639af7571f61..e593b95c74d4 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,7 +1,7 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 388cf123b8d5..61c26b8f202b 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,6 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.17.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 5fb1da76fcd9..47e515c03ffd 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,7 @@ PORTNAME= swayr DISTVERSIONPREFIX= v DISTVERSION= 0.14.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 8a2481998211..bfaf6c649cef 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,6 +1,6 @@ PORTNAME= wezterm DISTVERSION= 20220101-133340-7edc5b5a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index 561951e6716b..7e0e28af3fdf 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |