K 10 svn:author V 6 marino K 8 svn:date V 27 2017-01-20T03:40:53.578131Z K 7 svn:log V 341 ports-mgmt/synth: Fix open file descriptor issue for purge-distfiles cmd The purge-distfiles command reads the distinfo file of every port in the tree, but unfortunately never closed the file descriptor when the scan was complete. This resulted in 26,000+ open file descriptors, possibly exceeding the host server's FD limit. (issue #70) END