diff options
author | Carlo Strub <cs@FreeBSD.org> | 2025-08-31 21:59:34 +0200 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2025-08-31 21:59:34 +0200 |
commit | 4248ebfe69d20c2a88afa5bfd87960266f277e54 (patch) | |
tree | 737586967ab1e8b11cd907c559a86a820077b6fc | |
parent | misc/py-fastmcp: New port: Fast, Pythonic way to build MCP servers and clients (diff) |
Tools/scripts: Small fix in README
distclean.sh is not using md5 but sha256
-rw-r--r-- | Tools/scripts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 450a92136a92..71e4ae1ac963 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -20,7 +20,7 @@ checksum.sh - allows checking of ports to see if their checksums chkorigin.sh - checks all ports in the tree for a wrong PKGORIGIN. Run this tool after every repocopy. doportlint - run portlint on every port and return the results -distclean.sh - compare md5 sums of distfiles in ports/distfiles with currently +distclean.sh - compare sha256 sums of distfiles in ports/distfiles with currently installed ports collection in ports/* and prompt to remove unmatched entries getpatch - downloads patch attachments from a Bug Tracking Systems |