git: 4214b7bd8532 - main - rmport: remove a hardcoded /usr/ports in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jul 2024 14:02:15 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=4214b7bd8532887f48d0a94c13b8020dc22e16fb commit 4214b7bd8532887f48d0a94c13b8020dc22e16fb Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-07-14 13:59:26 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-07-14 14:01:55 +0000 rmport: remove a hardcoded /usr/ports in a comment --- Tools/scripts/rmport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport index 8847d6a55ac6..9f90e01b900e 100755 --- a/Tools/scripts/rmport +++ b/Tools/scripts/rmport @@ -127,7 +127,7 @@ find_expired() # check if some ports depend on the given port # XXX Very Little Chance (tm) for breaking INDEX exists: -# /usr/ports/INDEX may be outdated and not contain recently added dependencies +# INDEX may be outdated and not contain recently added dependencies check_dep_core() { catport=${1}