From d957c81044b0f4ac5187bbf9d772d72e6acf907d Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Wed, 27 Sep 2023 08:52:32 +0100 Subject: [PATCH] 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