Torrentzip uses the read permission flag to check if a zip file needs to be processed. It does this by first setting all zip files to 0400, then as it processes the zip file it changes the permissions to 0200. Fix: Apply attached patch in the following email message. Also bump PORTREVISION. How-To-Repeat: run torrentzip on a directory of zip files with permissions 644, you'll find that they are now 0200.
Attached is the fix to the permissions problem. torrentzip now use the sticky bit, instead of the read bin, to keep track of zip files that need to be processed. This change will be in the next release of torrentzip. -- DISCLAIMER: No electrons were harmed while sending this message. Only slightly bruised.
State Changed From-To: open->closed Committed, thanks!