From owner-svn-ports-head@freebsd.org Sun Apr 30 17:11:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9389FD571F1; Sun, 30 Apr 2017 17:11:57 +0000 (UTC) (envelope-from gerald@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 mx1.freebsd.org (Postfix) with ESMTPS id 4B540E94; Sun, 30 Apr 2017 17:11:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UHBu3H071716; Sun, 30 Apr 2017 17:11:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UHBunM071714; Sun, 30 Apr 2017 17:11:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704301711.v3UHBunM071714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 30 Apr 2017 17:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439832 - head/sysutils/ddrescue X-SVN-Group: ports-head 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.23 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: Sun, 30 Apr 2017 17:11:57 -0000 Author: gerald Date: Sun Apr 30 17:11:56 2017 New Revision: 439832 URL: https://svnweb.freebsd.org/changeset/ports/439832 Log: Update to ddrescue version 1.22, which includes the following changes: - Option '-X, --exit-on-error' has been replaced by '-X, --max-read-errors'. - New options --max-slow-reads, --delay-slow, --reset-slow, --log-events, --mapfile-interval, --pause-on-error. - Option --pause has been renamed to --pause-on-pass. - Option --max-errors has been renamed to --max-bad-areas. - Rescuebook shows read_errors, error_rate and slow_reads. - Two new passes (3 and 4) added to the copying phase. - Option '-K, --skip-size' now accepts sizes up to 1 EiB. - Initial skip size now defaults to (infile_size / 100_000). - Options --ask and -vv now show size along with model and serial number. - New option '-A, --annotate-mapfile' for ddrescuelog. - Plus various cleanups and tweaks. Approved by: maintainer (Jason Harris ) Modified: head/sysutils/ddrescue/Makefile head/sysutils/ddrescue/distinfo Modified: head/sysutils/ddrescue/Makefile ============================================================================== --- head/sysutils/ddrescue/Makefile Sun Apr 30 16:22:07 2017 (r439831) +++ head/sysutils/ddrescue/Makefile Sun Apr 30 17:11:56 2017 (r439832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddrescue -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= sysutils MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz Modified: head/sysutils/ddrescue/distinfo ============================================================================== --- head/sysutils/ddrescue/distinfo Sun Apr 30 16:22:07 2017 (r439831) +++ head/sysutils/ddrescue/distinfo Sun Apr 30 17:11:56 2017 (r439832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485459041 -SHA256 (ddrescue-1.21.tar.lz) = f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac -SIZE (ddrescue-1.21.tar.lz) = 74716 +TIMESTAMP = 1493556280 +SHA256 (ddrescue-1.22.tar.lz) = 09857b2e8074813ac19da5d262890f722e5f7900e521a4c60354cef95eea10a7 +SIZE (ddrescue-1.22.tar.lz) = 80050