Date: Sat, 23 Sep 2023 10:50:05 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c72bd8ca6bce - main - games/cataclysm-dda: Fix PORTSCOUT Message-ID: <202309231050.38NAo5mv041280@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309231050.38NAo5mv041280>