diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-08-25 08:51:32 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-08-25 08:51:32 +0000 |
commit | c7912d97754bb7aa9a18eb33df53f91cba4cd82d (patch) | |
tree | 24ceda4636b1d1d96b8c952288f9320fcbd47a1b /games | |
parent | 1bdfb58fea2259d7ba36cc99109e9e4f59897e6e (diff) | |
download | ports-c7912d97754bb7aa9a18eb33df53f91cba4cd82d.tar.gz ports-c7912d97754bb7aa9a18eb33df53f91cba4cd82d.zip |
lang/rust: Bump revisions after 1.63.0
Diffstat (limited to 'games')
-rw-r--r-- | games/0ad/Makefile | 2 | ||||
-rw-r--r-- | games/abstreet/Makefile | 2 | ||||
-rw-r--r-- | games/anki/Makefile | 2 | ||||
-rw-r--r-- | games/dose-response/Makefile | 2 | ||||
-rw-r--r-- | games/genact/Makefile | 2 | ||||
-rw-r--r-- | games/jaggedalliance2/Makefile | 2 | ||||
-rw-r--r-- | games/jumpy/Makefile | 1 | ||||
-rw-r--r-- | games/rpg-cli/Makefile | 2 | ||||
-rw-r--r-- | games/veloren/Makefile | 1 |
9 files changed, 9 insertions, 7 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index d7f62bf848cd..d7ffe0b4037c 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad PORTVERSION= 0.0.25b -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile index fb66b04d0545..b007dbd9b267 100644 --- a/games/abstreet/Makefile +++ b/games/abstreet/Makefile @@ -1,7 +1,7 @@ PORTNAME= abstreet DISTVERSIONPREFIX= v DISTVERSION= 0.2.64 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= LOCAL/yuri:data DISTFILES= ${PORTNAME}-data-${DISTVERSION}.tgz:data # updated by the update-data target diff --git a/games/anki/Makefile b/games/anki/Makefile index 6fb0a051ab46..25f7d9f40519 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,6 +1,6 @@ PORTNAME= anki DISTVERSION= 2.1.49 -PORTREVISION= 3 +PORTREVISION= 4 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index a8fd520a1d53..f0c2152e556f 100644 --- a/games/dose-response/Makefile +++ b/games/dose-response/Makefile @@ -1,7 +1,7 @@ PORTNAME= dose-response DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= games MAINTAINER= greg@unrelenting.technology diff --git a/games/genact/Makefile b/games/genact/Makefile index 916e4b055168..5cb3a11bb681 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 2547510fed91..7fb8b7e056ce 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -1,7 +1,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.19.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile index 15fdc96aacd1..24b8fb48d35b 100644 --- a/games/jumpy/Makefile +++ b/games/jumpy/Makefile @@ -1,6 +1,7 @@ PORTNAME= jumpy DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index f69aef4ac2c1..e19e00ae1098 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= rpg-cli DISTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org diff --git a/games/veloren/Makefile b/games/veloren/Makefile index 5a84669e10e8..5c1d5d15dcd1 100644 --- a/games/veloren/Makefile +++ b/games/veloren/Makefile @@ -1,6 +1,7 @@ PORTNAME= veloren DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= games .if !make(makesum) MASTER_SITES= LOCAL/jbeich |