From owner-svn-ports-head@freebsd.org Sat Nov 28 03:23:19 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A2D0473B5B; Sat, 28 Nov 2020 03:23:19 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CjcJl0GFxz4qrw; Sat, 28 Nov 2020 03:23:19 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F05B620828; Sat, 28 Nov 2020 03:23:18 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AS3NIlk078201; Sat, 28 Nov 2020 03:23:18 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AS3NIN2078198; Sat, 28 Nov 2020 03:23:18 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202011280323.0AS3NIN2078198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 28 Nov 2020 03:23:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556475 - head/comms/dfu-util X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/comms/dfu-util X-SVN-Commit-Revision: 556475 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 03:23:19 -0000 Author: bofh Date: Sat Nov 28 03:23:18 2020 New Revision: 556475 URL: https://svnweb.freebsd.org/changeset/ports/556475 Log: comms/dfu-util: Update version 0.1=>0.10 - update WWW Modified: head/comms/dfu-util/Makefile head/comms/dfu-util/distinfo head/comms/dfu-util/pkg-descr Modified: head/comms/dfu-util/Makefile ============================================================================== --- head/comms/dfu-util/Makefile Sat Nov 28 00:46:27 2020 (r556474) +++ head/comms/dfu-util/Makefile Sat Nov 28 03:23:18 2020 (r556475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfu-util -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= comms MASTER_SITES= http://dfu-util.sourceforge.net/releases/ @@ -13,6 +13,7 @@ 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 Modified: head/comms/dfu-util/distinfo ============================================================================== --- head/comms/dfu-util/distinfo Sat Nov 28 00:46:27 2020 (r556474) +++ head/comms/dfu-util/distinfo Sat Nov 28 03:23:18 2020 (r556475) @@ -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 Modified: head/comms/dfu-util/pkg-descr ============================================================================== --- head/comms/dfu-util/pkg-descr Sat Nov 28 00:46:27 2020 (r556474) +++ head/comms/dfu-util/pkg-descr Sat Nov 28 03:23:18 2020 (r556475) @@ -5,4 +5,4 @@ In the OpenMoko project (for example), this program is 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/