aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portupdate-scan
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update ports-mgmt/portupdate-scan to 0.4Jonathan Chu2014-06-044-26/+56
| | | | | | | | | | | - 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)
* - Support stagingEmanuel Haupt2014-02-271-6/+8
| | | | - Use shebangfix
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-6/+2
| | | | ports-mgmt)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* - Patch to ports-mgmt/portupdate-scan to deal with problems which have surfacedBeech Rintoul2008-07-252-6/+9
| | | | | | | | | | recently, parsing the files /usr/ports/MOVED and /usr/ports/UPDATING. MOVED had an extra blank line on the end for awhile, and the case of some of the UPDATING lines have changed (e.g., Author: instead of AUTHOR:). This patch allows portupdate-scan to tolerate these variances. PR: ports/125840 Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
* - Update to 0.2Martin Wilke2008-02-042-3/+3
| | | | | PR: 120251 Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
* portupdate-scan simplifies dealing with /usr/ports/UPDATING when you have soMartin Wilke2007-12-154-0/+469
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 APPLIES: line. In uncertain cases, it errs on the side of reporting. PR: ports/117991 Submitted by: Alex Stangl <alex at stangl.us>