diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/NBlood/Makefile | 1 | ||||
-rw-r--r-- | games/eduke32/Makefile | 1 | ||||
-rw-r--r-- | games/openbor/Makefile | 2 | ||||
-rw-r--r-- | games/openbor4432/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile index 7d42ce1d16a1..349acf99221a 100644 --- a/games/NBlood/Makefile +++ b/games/NBlood/Makefile @@ -1,5 +1,6 @@ PORTNAME= NBlood DISTVERSION= g20210618 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 7f444db7f304..e67d5fe3cb40 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -2,6 +2,7 @@ PORTNAME= eduke32 PORTVERSION= 20210703 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://dukeworld.com/eduke32/synthesis/${PORTVERSION}-${GITREVISION}/:eduke32 \ http://www.duke4.org/files/nightfright/hrp/:hrp \ diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 72fa1a9ef0b9..afcd58e87d86 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} PORTVERSION?= 7138 .ifndef PKGNAMESUFFIX -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= games diff --git a/games/openbor4432/Makefile b/games/openbor4432/Makefile index fee4d9a767b0..d88d77095572 100644 --- a/games/openbor4432/Makefile +++ b/games/openbor4432/Makefile @@ -1,5 +1,5 @@ PORTVERSION= 4432 -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= ${PORTVERSION} MASTERDIR= ${.CURDIR}/../openbor |