diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-08-16 10:51:13 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-08-16 10:52:58 +0000 |
| commit | 4c58862f6ca9961611c8c4253d4e49c139936dba (patch) | |
| tree | 1dd8a52c77dae7063928cedd13f7d234593a61b5 /Tools | |
| parent | 8645d65be23d379c351653721e90d6b54a7dd3da (diff) | |
Diffstat (limited to 'Tools')
| -rw-r--r-- | Tools/scripts/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 8dfb2b17028a..c26c8fcc43e7 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -12,15 +12,15 @@ bump_revision.pl - Small script to bump the PORTREVISION variable of ports checkcats.py - verify that master categories in all ports are correct and report any problems. Beware that the full check takes quite some time. -checknewvers - checks for availability for a newest version of distfiles on +checknewver.sh - checks for availability for a newest version of distfiles on MASTER_SITES (ftp only). -checksum - allows checking of ports to see if their checksums +checksum.sh - allows checking of ports to see if their checksums match, and if they don't, give a diff against the older version to help discover why the checksum didn't match. 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 - compare md5 sums of distfiles in ports/distfiles with currently +distclean.sh - compare md5 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 |
