git: c72bd8ca6bce - main - games/cataclysm-dda: Fix PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Sep 2023 10:50:05 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c72bd8ca6bce58cdca131bcc80d6ddfb43e1f7cc
commit c72bd8ca6bce58cdca131bcc80d6ddfb43e1f7cc
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-09-22 14:44:21 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-09-23 10:49:29 +0000
games/cataclysm-dda: Fix PORTSCOUT
- Upstream uses versions like 0.F, 0.G, etc.
Use limit to avoid experimental versions.
---
games/cataclysm-dda/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile
index 59f037b15187..6fb95e2b3a31 100644
--- a/games/cataclysm-dda/Makefile
+++ b/games/cataclysm-dda/Makefile
@@ -46,7 +46,7 @@ CMAKE_ARGS+= -DCURSES_INCLUDE_PATH:STRING="${NCURSESINC}"
.endif
-PORTSCOUT= skipv:experimental*
+PORTSCOUT= limit:^0\.
post-patch:
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|' ${WRKSRC}/src/version.cmake