git: 5e79e73a7aaa - main - misc/claude-code: Move to misc/claude-code-legacy
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jun 2026 18:09:47 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5e79e73a7aaa3641549b7c537c62aae18f9f240d
commit 5e79e73a7aaa3641549b7c537c62aae18f9f240d
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-24 17:45:18 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-24 18:09:37 +0000
misc/claude-code: Move to misc/claude-code-legacy
---
misc/Makefile | 2 +-
misc/{claude-code => claude-code-legacy}/Makefile | 2 +-
misc/{claude-code => claude-code-legacy}/distinfo | 0
misc/{claude-code => claude-code-legacy}/files/audio-capture-fetch.sh | 0
misc/{claude-code => claude-code-legacy}/files/package-lock.json | 0
misc/{claude-code => claude-code-legacy}/pkg-descr | 0
misc/{claude-code => claude-code-legacy}/pkg-plist | 0
7 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/misc/Makefile b/misc/Makefile
index 2c27fbe05739..ac2ab29c6bb0 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -52,7 +52,7 @@
SUBDIR += chmlib
SUBDIR += chrono
SUBDIR += cinnamon-translations
- SUBDIR += claude-code
+ SUBDIR += claude-code-legacy
SUBDIR += clawhub
SUBDIR += clex
SUBDIR += clifm
diff --git a/misc/claude-code/Makefile b/misc/claude-code-legacy/Makefile
similarity index 99%
rename from misc/claude-code/Makefile
rename to misc/claude-code-legacy/Makefile
index 55cc1430a94b..50538ce608a4 100644
--- a/misc/claude-code/Makefile
+++ b/misc/claude-code-legacy/Makefile
@@ -1,8 +1,8 @@
PORTNAME= claude-code
DISTVERSION= 2.1.110
-PORTREVISION= 2
CATEGORIES= misc # machine-learning
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+PKGNAMESUFFIX= -legacy
MAINTAINER= yuri@FreeBSD.org
COMMENT= Agentic coding tool from Anthropic that lives in your terminal
diff --git a/misc/claude-code/distinfo b/misc/claude-code-legacy/distinfo
similarity index 100%
rename from misc/claude-code/distinfo
rename to misc/claude-code-legacy/distinfo
diff --git a/misc/claude-code/files/audio-capture-fetch.sh b/misc/claude-code-legacy/files/audio-capture-fetch.sh
similarity index 100%
rename from misc/claude-code/files/audio-capture-fetch.sh
rename to misc/claude-code-legacy/files/audio-capture-fetch.sh
diff --git a/misc/claude-code/files/package-lock.json b/misc/claude-code-legacy/files/package-lock.json
similarity index 100%
rename from misc/claude-code/files/package-lock.json
rename to misc/claude-code-legacy/files/package-lock.json
diff --git a/misc/claude-code/pkg-descr b/misc/claude-code-legacy/pkg-descr
similarity index 100%
rename from misc/claude-code/pkg-descr
rename to misc/claude-code-legacy/pkg-descr
diff --git a/misc/claude-code/pkg-plist b/misc/claude-code-legacy/pkg-plist
similarity index 100%
rename from misc/claude-code/pkg-plist
rename to misc/claude-code-legacy/pkg-plist