Add checksum.sh script that checks a port or ports for broken distfiles and

gives a diff of any port with broken distfiles, if the distfile names are
the same.  This script will help keep more ports' up-to-date distfiles on
ftp.FreeBSD.org.

PR:		18723
Submitted by:	Alexander Langer <alex@cichlids.com>
This commit is contained in:
Will Andrews
2000-05-22 10:02:42 +00:00
parent 20418e6c99
commit d48209bc9b
2 changed files with 66 additions and 0 deletions

View File

@@ -45,3 +45,8 @@ NOTE: These scripts need work and are *NOT* safe to use unless you know
what they do. Use at your own risk. Patches would be great, but
I'd prefer they pass through me.
----------------------------------------------------------------------
checksum is a script that allows checking of ports to see if their checksums
match, and if they don't, give a diff against the older version to try and
discover why the checksum didn't match.