The following diff updates comms/dfu-util to 0.10 (latest version). Changelog available here:
https://sourceforge.net/p/dfu-util/dfu-util/ci/v0.10/tree/ChangeLog Seems there's support for a couple new devices, plus some fixes and improved documentation. Built and lightly tested on amd64. The binary at least runs and the man pages are viewable. I unfortunately can't do more extensive testing than that.
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index be584fc4e4f..3aa3be10841 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -2,7 +2,7 @@ COMMENT = device firmware update (DFU) USB programmer -DISTNAME = dfu-util-0.9 +DISTNAME = dfu-util-0.10 CATEGORIES = comms diff --git a/comms/dfu-util/distinfo b/comms/dfu-util/distinfo index b68c079539b..e01c9a00298 100644 --- a/comms/dfu-util/distinfo +++ b/comms/dfu-util/distinfo @@ -1,2 +1,2 @@ -SHA256 (dfu-util-0.9.tar.gz) = NkKMamyzCIytWjWSkzOFJT2l8p8u/6YVGO5Zkeo4+DM= -SIZE (dfu-util-0.9.tar.gz) = 138397 +SHA256 (dfu-util-0.10.tar.gz) = oD3Fjfx5wFaBnAVEsqWXBTdWZGAQKz2Cz7A4xg5hm0I= +SIZE (dfu-util-0.10.tar.gz) = 151014 diff --git a/comms/dfu-util/pkg/PLIST b/comms/dfu-util/pkg/PLIST index 1577f226534..ac419585821 100644 --- a/comms/dfu-util/pkg/PLIST +++ b/comms/dfu-util/pkg/PLIST @@ -2,4 +2,6 @@ @bin bin/dfu-prefix @bin bin/dfu-suffix @bin bin/dfu-util +@man man/man1/dfu-prefix.1 +@man man/man1/dfu-suffix.1 @man man/man1/dfu-util.1