From 93630c64b70e3c5e9dd704f2ed0c6b7e20017464 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Sat, 20 Jun 2026 21:11:52 +0200 Subject: [PATCH] chore(port): document the run command for check-cargo-crates.sh Add a top-of-file usage banner showing how to run it: `sh ...` / `./...`. It is a POSIX shell wrapper that calls python3 internally. Comment-only. Co-Authored-By: Claude Opus 4.8 --- packaging/freebsd/port/check-cargo-crates.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/freebsd/port/check-cargo-crates.sh b/packaging/freebsd/port/check-cargo-crates.sh index 4fa5d8c..f361e21 100755 --- a/packaging/freebsd/port/check-cargo-crates.sh +++ b/packaging/freebsd/port/check-cargo-crates.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Run as: sh check-cargo-crates.sh (or ./check-cargo-crates.sh) +# A POSIX shell wrapper that calls python3 internally; run it with the shell. +# # Verify the port Makefile's CARGO_CRATES matches the crates.io dependency # closure in Cargo.lock. Run after any dependency change (and in CI): if cargo # adds/removes/bumps a registry dep, CARGO_CRATES must be regenerated with