Index: head/comms/dfu-util/Makefile =================================================================== --- head/comms/dfu-util/Makefile (revision 556474) +++ head/comms/dfu-util/Makefile (revision 556475) @@ -1,18 +1,19 @@ # Created by: Bruce Cran # $FreeBSD$ PORTNAME= dfu-util -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= comms MASTER_SITES= http://dfu-util.sourceforge.net/releases/ MAINTAINER= bofh@FreeBSD.org COMMENT= Device firmware update (DFU) USB programmer LICENSE= GPLv2 GNU_CONFIGURE= yes -PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz \ + man/man1/dfu-prefix.1.gz man/man1/dfu-suffix.1.gz .include Index: head/comms/dfu-util/distinfo =================================================================== --- head/comms/dfu-util/distinfo (revision 556474) +++ head/comms/dfu-util/distinfo (revision 556475) @@ -1,2 +1,3 @@ -SHA256 (dfu-util-0.9.tar.gz) = 36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833 -SIZE (dfu-util-0.9.tar.gz) = 138397 +TIMESTAMP = 1606529974 +SHA256 (dfu-util-0.10.tar.gz) = a03dc58dfc79c056819c0544b2a5970537566460102b3d82cfb038c60e619b42 +SIZE (dfu-util-0.10.tar.gz) = 151014 Index: head/comms/dfu-util/pkg-descr =================================================================== --- head/comms/dfu-util/pkg-descr (revision 556474) +++ head/comms/dfu-util/pkg-descr (revision 556475) @@ -1,8 +1,8 @@ dfu-util is a program that implements the host (PC) side of the USB DFU (Universal Serial Bus Device Firmware Upgrade) protocol. In the OpenMoko project (for example), this program is used to communicate with the specially enhanced u-boot boot loader, which implements the DFU device side. -WWW: http://dfu-util.gnumonks.org/ +WWW: http://dfu-util.sourceforge.net/