diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index 12abbac933f3..6d464eb64b9b 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -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 diff --git a/comms/dfu-util/distinfo b/comms/dfu-util/distinfo index ea57b9b47655..d9838c3852f4 100644 --- a/comms/dfu-util/distinfo +++ b/comms/dfu-util/distinfo @@ -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 diff --git a/comms/dfu-util/pkg-descr b/comms/dfu-util/pkg-descr index d38a80e09d84..61b3f3f578d4 100644 --- a/comms/dfu-util/pkg-descr +++ b/comms/dfu-util/pkg-descr @@ -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/