Simple update to fuse-zip-0.6.0. Changelog can be found at https://bitbucket.org/agalanin/fuse-zip/src/default/changelog.
Tested on amd64 by adding, and removing some files to a fuse mounted archive. 'make test' runs successfully on amd64. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/archivers/fuse-zip/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 10 Dec 2018 16:28:54 -0000 1.13 +++ Makefile 4 May 2019 18:47:12 -0000 @@ -2,7 +2,7 @@ COMMENT = navigate zip archives through FUSE -DISTNAME = fuse-zip-0.5.0 +DISTNAME = fuse-zip-0.6.0 CATEGORIES = archivers Index: distinfo =================================================================== RCS file: /cvs/ports/archivers/fuse-zip/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 7 Dec 2018 13:20:31 -0000 1.5 +++ distinfo 4 May 2019 18:47:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (fuse-zip-0.5.0.tar.gz) = 3VUwc/gVS11i51LlPhFfvZKFhvCLeTZzV0/HXmssmro= -SIZE (fuse-zip-0.5.0.tar.gz) = 688610 +SHA256 (fuse-zip-0.6.0.tar.gz) = IZhceKuXhwM8/3r+TZopJSOD/SjOg+sNnMK5Y6HF1lY= +SIZE (fuse-zip-0.6.0.tar.gz) = 692289
