Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/fdupes fdupes: update to 2.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4db2e373997
branches:  trunk
changeset: 435353:a4db2e373997
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Jul 06 15:38:02 2020 +0000

description:
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.

diffstat:

 sysutils/fdupes/Makefile |   6 +++---
 sysutils/fdupes/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 7cc943d66d35 -r a4db2e373997 sysutils/fdupes/Makefile
--- a/sysutils/fdupes/Makefile  Mon Jul 06 15:34:13 2020 +0000
+++ b/sysutils/fdupes/Makefile  Mon Jul 06 15:38:02 2020 +0000
@@ -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@localhost
 HOMEPAGE=      http://netdial.caribe.net/~adrian2/fdupes.html
diff -r 7cc943d66d35 -r a4db2e373997 sysutils/fdupes/distinfo
--- a/sysutils/fdupes/distinfo  Mon Jul 06 15:34:13 2020 +0000
+++ b/sysutils/fdupes/distinfo  Mon Jul 06 15:38:02 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index