diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2021-08-28 12:43:38 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2021-08-28 13:42:06 +0000 |
commit | 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 (patch) | |
tree | f07fd0091986d1c34bab5ba1a4088a80747d0b28 /games | |
parent | 55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5 (diff) | |
download | ports-70f1b063ed6e9bfdab36a45f5fb18898d5e66b24.tar.gz ports-70f1b063ed6e9bfdab36a45f5fb18898d5e66b24.zip |
Diffstat (limited to 'games')
-rw-r--r-- | games/0ad/Makefile | 1 | ||||
-rw-r--r-- | games/abstreet/Makefile | 2 | ||||
-rw-r--r-- | games/anki/Makefile | 1 | ||||
-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/rpg-cli/Makefile | 1 | ||||
-rw-r--r-- | games/veloren/Makefile | 2 |
8 files changed, 8 insertions, 5 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index fbfd141e1bb1..83d5a762d592 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,5 +1,6 @@ PORTNAME= 0ad PORTVERSION= 0.0.25b +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile index 2f5d54098552..e32721315db5 100644 --- a/games/abstreet/Makefile +++ b/games/abstreet/Makefile @@ -2,7 +2,7 @@ PORTNAME= abstreet DISTVERSIONPREFIX= v DISTVERSION= 0.2.9-49 DISTVERSIONSUFFIX= -g74aca40c0 -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 48f0787a0af7..5f664f108b76 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -2,6 +2,7 @@ PORTNAME= anki DISTVERSION= 2.1.46 +PORTREVISION= 1 # 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 cedd8b1152a1..034c5289e7cc 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= 16 +PORTREVISION= 17 CATEGORIES= games MAINTAINER= greg@unrelenting.technology diff --git a/games/genact/Makefile b/games/genact/Makefile index 4c18ae89f4ab..2b6f68f0aeb3 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index df2887352c07..c9716beeff85 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 14860b7c08b7..830139050ae2 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= rpg-cli DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org diff --git a/games/veloren/Makefile b/games/veloren/Makefile index a21d6476c155..942cf82dda66 100644 --- a/games/veloren/Makefile +++ b/games/veloren/Makefile @@ -1,7 +1,7 @@ PORTNAME= veloren DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org |