diff options
author | eik <eik@FreeBSD.org> | 2004-03-19 19:08:09 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-19 19:08:09 +0800 |
commit | f6988a37112722963acd596189ff73b824466bda (patch) | |
tree | 9a0092bb9b96d4f2cdc4b9a9e77627dce4e5e7b5 /Tools/scripts/README | |
parent | 4c7ecd29176ca22e86e151de18e96299d98a39a2 (diff) | |
download | freebsd-ports-gnome-f6988a37112722963acd596189ff73b824466bda.tar.gz freebsd-ports-gnome-f6988a37112722963acd596189ff73b824466bda.tar.zst freebsd-ports-gnome-f6988a37112722963acd596189ff73b824466bda.zip |
Add chkorigin.sh, a script that checks the ports tree for ports with a wrong
PKGORIGIN. Useful especially after repocopies.
env PORTSDIR=/usr/ports sh /usr/ports/Tools/scripts/chkorigin.sh
Approved by: marcus (portmgr)
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 1279210c886d..d523f2f9e3f4 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -8,6 +8,8 @@ checkcats.py - verify that master categories in all ports are correct and report any problems. checknewvers - checks for availability for a newest version of distfiles on MASTER_SITES (ftp only). +chkorigin.sh - checks all ports in the tree for a wrong PKGORIGIN. + Run this tool after every repocopy. close-pr - a slightly hacked version of edit-pr(1) to quickly close PR. de-pkg-comment - converts pkg-comment to COMMENT (will be obsoleted when the mass conversion is finished) |