pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fdupes



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jul 23 15:56:28 UTC 2026

Modified Files:
        pkgsrc/sysutils/fdupes: Makefile distinfo

Log Message:
sysutils/fdupes: Update to 2.4.0

Changelog:
Changes from 2.3.2 to 2.4.0:

 - Add quick summary option that skips byte-for-byte match confirmation.
 - Reduce number of progress indicator updates for better performance.

Changes from 2.3.1 to 2.3.2:

 - Keep cursor as close to current group as possible after deleting files.
 - Omit endian.h when building on AIX.

Changes from 2.3.0 to 2.3.1:

 - Fix buffer overflow bug in getrealpath() function.

Changes from 2.2.1 to 2.3.0:

 - Add --cache option to speed up file comparisons.
 - Use nanosecond precision for file times, if available.
 - Fix compilation issue on OpenBSD.
 - Other changes like fixing typos, wording, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/fdupes/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/fdupes/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fdupes/Makefile
diff -u pkgsrc/sysutils/fdupes/Makefile:1.13 pkgsrc/sysutils/fdupes/Makefile:1.14
--- pkgsrc/sysutils/fdupes/Makefile:1.13        Wed Apr  8 12:30:10 2026
+++ pkgsrc/sysutils/fdupes/Makefile     Thu Jul 23 15:56:28 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2026/04/08 12:30:10 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/07/23 15:56:28 ryoon Exp $
 
-DISTNAME=      fdupes-2.2.1
-PKGREVISION=   1
+DISTNAME=      fdupes-2.4.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=adrianlopezroche/}
+GITHUB_PROJECT=        fdupes
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    ef%math.uni-bonn.de@localhost

Index: pkgsrc/sysutils/fdupes/distinfo
diff -u pkgsrc/sysutils/fdupes/distinfo:1.11 pkgsrc/sysutils/fdupes/distinfo:1.12
--- pkgsrc/sysutils/fdupes/distinfo:1.11        Sun Sep 11 17:59:15 2022
+++ pkgsrc/sysutils/fdupes/distinfo     Thu Jul 23 15:56:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/09/11 17:59:15 fcambus Exp $
+$NetBSD: distinfo,v 1.12 2026/07/23 15:56:28 ryoon Exp $
 
-BLAKE2s (fdupes-2.2.1.tar.gz) = 96fc9750a9061986e1fe5056b4c7b860755f728aa62525c5c5105a3d6419e46b
-SHA512 (fdupes-2.2.1.tar.gz) = 4911d2f776480691e7bd7045c181d49159add5b479188b05f0878a7af365cee0e430093e71ff172c04b876c58efc3be0f24c9d25f0cdebf1c869931175bc8608
-Size (fdupes-2.2.1.tar.gz) = 144719 bytes
+BLAKE2s (fdupes-2.4.0.tar.gz) = edcf27a3c71a40e6f7e3163e7c256bd6012711251ac7b7b9dcc04940ba50311e
+SHA512 (fdupes-2.4.0.tar.gz) = a33548d0e0ef9df1961dfcdeea79113896b3e4ffb38c369f05f80783815c82c51eb22d7b964a889757fcbed4873ecb53df6e8c1a7d867028b7664484aebe78f1
+Size (fdupes-2.4.0.tar.gz) = 155792 bytes



Home | Main Index | Thread Index | Old Index