Hi ports@, Here is a diff to update fuse-utils to 1.4.0.
Comments? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/fuse-utils/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 18 Oct 2017 15:58:35 -0000 1.29 +++ Makefile 13 Dec 2017 20:47:39 -0000 @@ -2,7 +2,7 @@ COMMENT= Free Unix Spectrum Emulator utilities -DISTNAME= fuse-utils-1.3.5 +DISTNAME= fuse-utils-1.4.0 CATEGORIES= emulators HOMEPAGE= http://fuse-emulator.sourceforge.net/ Index: distinfo =================================================================== RCS file: /cvs/ports/emulators/fuse-utils/distinfo,v retrieving revision 1.13 diff -u -p -r1.13 distinfo --- distinfo 18 Oct 2017 15:58:35 -0000 1.13 +++ distinfo 13 Dec 2017 20:47:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (fuse-utils-1.3.5.tar.gz) = BhUuGQq7/kCP+5vVguUS4nd0ZNAhlFtsLuBWomIlGr0= -SIZE (fuse-utils-1.3.5.tar.gz) = 493821 +SHA256 (fuse-utils-1.4.0.tar.gz) = sAHneaJyxqOmcZuJfptWrisaqdY69OTSZ9MTmVci2Vo= +SIZE (fuse-utils-1.4.0.tar.gz) = 499865 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/emulators/fuse-utils/pkg/PLIST,v retrieving revision 1.8 diff -u -p -r1.8 PLIST --- pkg/PLIST 3 Jan 2017 13:20:43 -0000 1.8 +++ pkg/PLIST 13 Dec 2017 20:47:39 -0000 @@ -11,6 +11,7 @@ @bin bin/scl2trd @bin bin/snap2tzx @bin bin/snapconv +@bin bin/snapdump @bin bin/tape2pulses @bin bin/tape2wav @bin bin/tapeconv @@ -28,6 +29,7 @@ @man man/man1/scl2trd.1 @man man/man1/snap2tzx.1 @man man/man1/snapconv.1 +@man man/man1/snapdump.1 @man man/man1/tape2pulses.1 @man man/man1/tape2wav.1 @man man/man1/tapeconv.1
