TIMESTAMP = 1499623375 SHA256 (cabal/ieee754-0.8.0.tar.gz) = 0e2dff9c37f59acf5c64f978ec320005e9830f276f9f314e4bfed3f482289ad1 SIZE (cabal/ieee754-0.8.0.tar.gz) = 17564 nate' title='Atom feed' href='http://www.tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/atom/Tools/scripts/MOVEDlint.awk?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts/MOVEDlint.awk
Commit message (Collapse)AuthorAgeFilesLines
* Tools/scripts/MOVEDlint.awk: remove svn compatibilityRene Ladan2021-04-061-5/+1
| | | | | Reviewed by: uqs Differential Revision: https://reviews.freebsd.org/D29451
* Also report the previous line when going backwards in time.Mathieu Arnold2018-07-031-1/+3
| | | | | | | | This is because half of the time, the previous line is the one that is wrong, so you get redirected to line X, where X-1 has the error, and you wonder because line X looks just fine. Sponsored by: Absolight
* Show errors for duplicate source entries.Bryan Drewery2018-01-261-0/+7
|
* Generic FLAVORS work.Mathieu Arnold2017-11-301-1/+30
| | | | | | | | | | | | | - Enable FLAVORS. - Make make describe flavors aware. - Add a qa check for unique package names amongst flavors. - Make MOVEDlint understand flavors. - Add a bit of sanity check to make sure FLAVORS stay lowercase. - Various fixes. Reviewed by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12577
* Commit the actual patch I testedMathieu Arnold2017-11-101-1/+1
| | | | Sponsored by: Absolight
* Cleanup resurrected processing.Mathieu Arnold2017-11-101-7/+1
| | | | | | | There is no need to have a resurrected array, it is only used once, so move the resurrected printf where it belongs. Sponsored by: Absolight
* Don't blame the person that removed a resurrected.Mathieu Arnold2017-11-101-1/+0
| | | | Sponsored by: Absolight
* Add braces around all if/else.Mathieu Arnold2017-11-101-2/+3
| | | | Sponsored by: Absolight
* Re-enable blame (was annotate) with svn and git support.Mathieu Arnold2017-10-301-2/+24
| | | | | | | | ak@ asked that I remove the unused error array, and I went to have a look at what it was actually used for back in the day. It seemed better to re-enable the blame feature instead of removing it. Sponsored by: Absolight
* The final sort was missing from some places.Mathieu Arnold2017-10-301-2/+2
| | | | Sponsored by: Absolight
* Fix resurrected ports not being warned about if they have a new dest entry.Bryan Drewery2017-08-081-3/+4
| | | | | | | | | | This now warns about these 2 ports as needing to be marked as resurrected: archivers/brotli|archivers/py-brotli|2016-11-24|Brotli is a python module devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer required to build libs www/rubygem-jquery-rails||2017-01-07|Has expired: Depends on deprecated www/rubygem-railties www/rubygem-jquery-rails4|www/rubygem-jquery-rails|2017-03-27|Remove PKGNAMESUFFIX
* - Remove vestiges of cvs annotate supportAlex Kozlov2014-12-081-10/+0
|
* Make MOVEDLint output more consistentEitan Adler2014-01-241-1/+1
|
* Add MOVEDLint checks for some of the other formatting problemsEitan Adler2012-10-161-0/+7
| | | | | | seen in MOVED lines. Feature safe: yes