Received: by mail.netbsd.org (Postfix, from userid 605) id 3AEF184E73; Mon, 28 Nov 2022 13:18:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6AE4284D2C for ; Mon, 28 Nov 2022 13:18:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id R8GNNE8sUgxg for ; Mon, 28 Nov 2022 13:18:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D971684CE3 for ; Mon, 28 Nov 2022 13:18:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAC1FFA90; Mon, 28 Nov 2022 13:18:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669641503255680" MIME-Version: 1.0 Date: Mon, 28 Nov 2022 13:18:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/rdfind To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221128131823.CAC1FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669641503255680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 28 13:18:23 UTC 2022 Modified Files: pkgsrc/sysutils/rdfind: Makefile distinfo Log Message: rdfind: update to 1.5.0. * add option -maxsize N to ignore files with size>=N bytes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/rdfind/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/rdfind/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669641503255680 Content-Disposition: inline Content-Length: 1505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/rdfind/Makefile diff -u pkgsrc/sysutils/rdfind/Makefile:1.6 pkgsrc/sysutils/rdfind/Makefile:1.7 --- pkgsrc/sysutils/rdfind/Makefile:1.6 Fri May 22 10:56:40 2020 +++ pkgsrc/sysutils/rdfind/Makefile Mon Nov 28 13:18:23 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/05/22 10:56:40 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/11/28 13:18:23 wiz Exp $ -DISTNAME= rdfind-1.4.1 -PKGREVISION= 1 +DISTNAME= rdfind-1.5.0 CATEGORIES= sysutils MASTER_SITES= http://rdfind.pauldreik.se/ Index: pkgsrc/sysutils/rdfind/distinfo diff -u pkgsrc/sysutils/rdfind/distinfo:1.5 pkgsrc/sysutils/rdfind/distinfo:1.6 --- pkgsrc/sysutils/rdfind/distinfo:1.5 Tue Oct 26 11:20:06 2021 +++ pkgsrc/sysutils/rdfind/distinfo Mon Nov 28 13:18:23 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:20:06 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/11/28 13:18:23 wiz Exp $ -BLAKE2s (rdfind-1.4.1.tar.gz) = ade920579a09e3942a0ea21c5bdac4ec14cc3d78a0fb8fe42a1aa45957d49c79 -SHA512 (rdfind-1.4.1.tar.gz) = 38fceac92386b75cb66a85fb369dedc393e7ea08634f4972d83138c43c5ee04c3471df21aaf5192a8218714171fbc05cd7315c2422371d03c312d116c7902945 -Size (rdfind-1.4.1.tar.gz) = 136665 bytes +BLAKE2s (rdfind-1.5.0.tar.gz) = c8c290dce6ffca48f614e0d7cafeeada36190a5cf26b58145aad7ee8a861f980 +SHA512 (rdfind-1.5.0.tar.gz) = 0ba95e3d9ed4f127d271500c6f36c8945d0c8193fa2719636cc780e56de108e35404d1860edcb2fca2d9a4fb8b09dcd5dab904e55cf0530d664aaf8510be266b +Size (rdfind-1.5.0.tar.gz) = 131167 bytes --_----------=_1669641503255680--