diff options
Diffstat (limited to 'misc/codex/Makefile')
-rw-r--r-- | misc/codex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/codex/Makefile b/misc/codex/Makefile index c1b376a2ae94..67efac34c4ec 100644 --- a/misc/codex/Makefile +++ b/misc/codex/Makefile @@ -1,6 +1,6 @@ PORTNAME= codex DISTVERSIONPREFIX= rust-v -DISTVERSION= 0.42.0 +DISTVERSION= 0.47.0 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org @@ -42,6 +42,8 @@ COMPLETIONS_PLIST_FILES=etc/bash_completion.d/${PORTNAME} \ share/zsh/site-functions/_${PORTNAME} post-patch: + @${REINPLACE_CMD} -e 's|0\.0\.0|${DISTVERSION}|' \ + ${BUILD_WRKSRC}/app-server/tests/suite/user_agent.rs @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}&|' \ ${BUILD_WRKSRC}/core/src/environment_context.rs \ ${BUILD_WRKSRC}/core/src/shell.rs |