git: b7a2ac893705 - main - games/openbor: simplify PORTREVISION override
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 00:52:41 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7a2ac8937059973cec4adcf111e27cd712dfd62 commit b7a2ac8937059973cec4adcf111e27cd712dfd62 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-01-26 13:19:56 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-01-27 00:50:43 +0000 games/openbor: simplify PORTREVISION override 68a8fbed3e6f tried to avoid PORTREVISION=0 in slave ports. --- games/openbor/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/games/openbor/Makefile b/games/openbor/Makefile index dd31186b4950..8e0c17c8dd6b 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -1,9 +1,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} PORTVERSION?= 7582 -.ifndef PKGNAMESUFFIX -PORTREVISION= 0 -.endif +PORTREVISION?= 0 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/