On 22/04/2018 22:14, Dan Mahoney (Gushi) wrote: > 2) I can't figure out how to tell what packages (if any) depend on this > -- I know how to do it with *installed* packages, but not *all packages > total*, so I know who to reach out to for having them update. Can > someone clue me in?
cd /usr/ports
make fetchindex
grep py..-recaptcha INDEX-* | less -S
- or -
cd /usr/ports
grep -r www/py-recaptcha .
However, it looks like nothing depends specifically on that package.
Cheers,
Matthew
signature.asc
Description: OpenPGP digital signature
