git: e370819a13e0 - main - games/glob2: ignore preview releases
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Feb 2025 07:27:52 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e370819a13e0185895a7e16e0543a1d69798465b
commit e370819a13e0185895a7e16e0543a1d69798465b
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-02-11 07:26:35 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-02-11 07:26:35 +0000
games/glob2: ignore preview releases
---
games/glob2/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games/glob2/Makefile b/games/glob2/Makefile
index 83ca98868ed1..50bdb96bfdd1 100644
--- a/games/glob2/Makefile
+++ b/games/glob2/Makefile
@@ -24,6 +24,8 @@ USE_GITHUB= yes
GH_ACCOUNT= Globulation2
GH_TAGNAME= bf277676
+PORTSCOUT= limit:^[0-9]
+
MAKE_ARGS= CCFLAGS="${CFLAGS}" \
LINKFLAGS="${LDFLAGS}" \
BINDIR="${STAGEDIR}${PREFIX}/bin" \