diff options
Diffstat (limited to 'misc/codex/Makefile')
| -rw-r--r-- | misc/codex/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/codex/Makefile b/misc/codex/Makefile index 899ddb6435c2..00c8b46a868d 100644 --- a/misc/codex/Makefile +++ b/misc/codex/Makefile @@ -1,6 +1,6 @@ PORTNAME= codex DISTVERSIONPREFIX= rust-v -DISTVERSION= 0.66.0 +DISTVERSION= 0.73.0 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org @@ -52,13 +52,15 @@ post-patch: ${BUILD_WRKSRC}/core/src/exec.rs \ ${BUILD_WRKSRC}/core/src/parse_command.rs \ ${BUILD_WRKSRC}/core/src/shell.rs \ + ${BUILD_WRKSRC}/core/src/shell_snapshot.rs \ ${BUILD_WRKSRC}/core/src/tools/handlers/shell.rs \ ${BUILD_WRKSRC}/core/src/tools/handlers/unified_exec.rs \ ${BUILD_WRKSRC}/core/src/tools/spec.rs \ ${BUILD_WRKSRC}/core/tests/suite/exec.rs \ ${BUILD_WRKSRC}/core/tests/suite/unified_exec.rs \ ${BUILD_WRKSRC}/core/tests/suite/user_notification.rs \ - ${BUILD_WRKSRC}/tui/src/exec_command.rs + ${BUILD_WRKSRC}/tui/src/exec_command.rs \ + ${BUILD_WRKSRC}/tui2/src/exec_command.rs @${REINPLACE_CMD} -e 's|python3|${PYTHON_VERSION}|' \ ${BUILD_WRKSRC}/app-server/tests/suite/codex_message_processor_flow.rs \ ${BUILD_WRKSRC}/app-server/tests/suite/v2/turn_start.rs \ |
