git: d957c81044b0 - main - games/cataclysm-dda: Re-fix PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Sep 2023 07:54:11 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d957c81044b0f4ac5187bbf9d772d72e6acf907d
commit d957c81044b0f4ac5187bbf9d772d72e6acf907d
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-09-27 07:52:32 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-09-27 07:53:54 +0000
games/cataclysm-dda: Re-fix PORTSCOUT
- Limit release versions to 0.[A-Z]
---
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 6fb95e2b3a31..1a263604ffe1 100644
--- a/games/cataclysm-dda/Makefile
+++ b/games/cataclysm-dda/Makefile
@@ -46,7 +46,7 @@ CMAKE_ARGS+= -DCURSES_INCLUDE_PATH:STRING="${NCURSESINC}"
.endif
-PORTSCOUT= limit:^0\.
+PORTSCOUT= limit:^0\.[A-Z]
post-patch:
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|' ${WRKSRC}/src/version.cmake