Skip to content

Commit

Permalink
games/cataclysm-dda: Fix PORTSCOUT
Browse files Browse the repository at this point in the history
- Upstream uses versions like 0.F, 0.G, etc.
  Use limit to avoid experimental versions.
  • Loading branch information
nunotexbsd committed Sep 23, 2023
1 parent f09f653 commit c72bd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/cataclysm-dda/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit c72bd8c

Please sign in to comment.