Received: by mail.netbsd.org (Postfix, from userid 605) id 8CAFA84E89; Mon, 6 Jul 2020 15:38:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10EB184E88 for ; Mon, 6 Jul 2020 15:38:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id seLKMgHjf6vn for ; Mon, 6 Jul 2020 15:38:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 88BEF84E86 for ; Mon, 6 Jul 2020 15:38:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 828EEFB28; Mon, 6 Jul 2020 15:38:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594049882191540" MIME-Version: 1.0 Date: Mon, 6 Jul 2020 15:38:02 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/sysutils/fdupes To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20200706153802.828EEFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594049882191540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Jul 6 15:38:02 UTC 2020 Modified Files: pkgsrc/sysutils/fdupes: Makefile distinfo Log Message: fdupes: update to 2.1.1. ChangeLog: Changes from 2.1.0 to 2.1.1: - Break mtime ties using ctime when sorting by time. - Reduce number of calls to stat(), for speed. - Clear last command status when new command is entered. Changes from 2.0.0 to 2.1.0: - Rename cs command ("clear all selections") from cs to csel. - Rename igs command ("invert selections") from igs to isel. - Add "prune" command as synonym for DELETE key. - Clear selections after deleting files via prune/DELETE. - Fix dependency issues when fdupes is configured to not use ncurses. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/fdupes/Makefile \ pkgsrc/sysutils/fdupes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594049882191540 Content-Disposition: inline Content-Length: 1766 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/fdupes/Makefile diff -u pkgsrc/sysutils/fdupes/Makefile:1.6 pkgsrc/sysutils/fdupes/Makefile:1.7 --- pkgsrc/sysutils/fdupes/Makefile:1.6 Fri Apr 3 22:11:48 2020 +++ pkgsrc/sysutils/fdupes/Makefile Mon Jul 6 15:38:02 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2020/04/03 22:11:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/07/06 15:38:02 fcambus Exp $ -DISTNAME= fdupes-2.0.0 +DISTNAME= fdupes-2.1.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=adrianlopezroche/} -GITHUB_RELEASE= ${PKGVERSION_NOREV} +GITHUB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= ef@math.uni-bonn.de HOMEPAGE= http://netdial.caribe.net/~adrian2/fdupes.html Index: pkgsrc/sysutils/fdupes/distinfo diff -u pkgsrc/sysutils/fdupes/distinfo:1.6 pkgsrc/sysutils/fdupes/distinfo:1.7 --- pkgsrc/sysutils/fdupes/distinfo:1.6 Fri Apr 3 22:11:48 2020 +++ pkgsrc/sysutils/fdupes/distinfo Mon Jul 6 15:38:02 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/04/03 22:11:48 wiz Exp $ +$NetBSD: distinfo,v 1.7 2020/07/06 15:38:02 fcambus Exp $ -SHA1 (fdupes-2.0.0.tar.gz) = dde93a7937e23fa07cf1e166eb5a0431f7eaedd8 -RMD160 (fdupes-2.0.0.tar.gz) = c89ef1afaa08ab8a11f39a63606985cdc34b098c -SHA512 (fdupes-2.0.0.tar.gz) = 3c76cfba1cc650f6e680933cda6236e2110018d8a6a132e146d0d61c8f44cac5944e9966b1f3de5847aca6f233ab4df9b180888e0f4b3e3fa5ae8c5f9cb1484f -Size (fdupes-2.0.0.tar.gz) = 137705 bytes +SHA1 (fdupes-2.1.1.tar.gz) = eb6a91eb21196ecc233f62ffb0386f024a107adc +RMD160 (fdupes-2.1.1.tar.gz) = e94ebc697b9cdb47b8f2b75c8257ae98f0397e3a +SHA512 (fdupes-2.1.1.tar.gz) = 41b7920b1cdf9b5c6029d8adaa37cf65c9880d88e466abf1b97e4fbdb7621ad045f1b0499dbc8b28276b2a2cbe623b910607375dafe7fddce50052b4f04598a8 +Size (fdupes-2.1.1.tar.gz) = 138132 bytes --_----------=_1594049882191540--