4bb37acce5
- Add support for pkgng. - ISCL License - Incorporates -a argument suggested by Marcel Bonnet in PR 179637. Hence this supersedes PR 179637, which can now be closed. - Other misc. fixes and enhancements, including correcting typos. PR: 190051 Submitted by: alex@stangl.us Approved by: swills (eadler)
10 lines
509 B
Text
10 lines
509 B
Text
portupdate-scan simplifies dealing with /usr/ports/UPDATING when you have so
|
|
many ports installed that it is difficult to know which sections are relevant.
|
|
|
|
It reads /usr/ports/UPDATING, attempting for each block to determine whether
|
|
the affected ports are installed. It omits blocks that do not apply.
|
|
It handles wildcards and other special cases, however it cannot handle
|
|
all variants of phrases used on the AFFECTS: line.
|
|
In uncertain cases, it errs on the side of reporting.
|
|
|
|
Alex Stangl <alex@stangl.us>
|