git: 3e30b76e9c4c - main - devel/libwasmtime: rename Makefile.cargo to Makefile.crates.

Vanilla I. Shu <[email protected]> Sun, 02 Aug 2026 01:33:05 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e30b76e9c4cbaa33633d578a5faa1223def6873

commit 3e30b76e9c4cbaa33633d578a5faa1223def6873
Author:     Vanilla I. Shu <[email protected]>
AuthorDate: 2026-08-02 01:32:38 +0000
Commit:     Vanilla I. Shu <[email protected]>
CommitDate: 2026-08-02 01:33:02 +0000

    devel/libwasmtime: rename Makefile.cargo to Makefile.crates.
---
 devel/libwasmtime/Makefile                            | 2 --
 devel/libwasmtime/{Makefile.cargo => Makefile.crates} | 0
 2 files changed, 2 deletions(-)

diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile
index 3899ca2f813e..7bc2aa47c694 100644
--- a/devel/libwasmtime/Makefile
+++ b/devel/libwasmtime/Makefile
@@ -29,8 +29,6 @@ GH_PROJECT=	wasmtime
 CARGO_BUILD_ARGS=	-p wasmtime-c-api
 CMAKE_SOURCE_PATH=	${WRKSRC}/crates/c-api
 
-.include "${.CURDIR}/Makefile.cargo"
-
 GH_TUPLE=	WebAssembly:component-model:dac7805:component_model/tests/component-model \
 		WebAssembly:testsuite:3453673:testsuite/tests/spec_testsuite \
 		WebAssembly:wasi-testsuite:26ea2ff:wasi_testsuite/tests/wasi_testsuite/wasi-common \
diff --git a/devel/libwasmtime/Makefile.cargo b/devel/libwasmtime/Makefile.crates
similarity index 100%
rename from devel/libwasmtime/Makefile.cargo
rename to devel/libwasmtime/Makefile.crates