Date: Sat, 27 Jan 2024 00:54:43 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 15fd4066baf1 - 2024Q1 - games/openbor: simplify PORTREVISION override Message-ID: <202401270054.40R0shOl071166@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=15fd4066baf134b75e5a868660143da031ad6e4f commit 15fd4066baf134b75e5a868660143da031ad6e4f 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:53:45 +0000 games/openbor: simplify PORTREVISION override 68a8fbed3e6f tried to avoid PORTREVISION=0 in slave ports. (cherry picked from commit b7a2ac8937059973cec4adcf111e27cd712dfd62) --- 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401270054.40R0shOl071166>