Received: by mail.netbsd.org (Postfix, from userid 605) id 8ABE784EE3; Mon, 1 Jan 2024 14:30:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB0B284EE2 for ; Mon, 1 Jan 2024 14:30:38 +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 FPe59b6vvV9G for ; Mon, 1 Jan 2024 14:30:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F1C984D4B for ; Mon, 1 Jan 2024 14:30:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3750DFA42; Mon, 1 Jan 2024 14:30:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704119438176440" MIME-Version: 1.0 Date: Mon, 1 Jan 2024 14:30:38 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/sysutils/entr To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20240101143038.3750DFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704119438176440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Jan 1 14:30:38 UTC 2024 Modified Files: pkgsrc/sysutils/entr: Makefile distinfo Log Message: entr: Update to 5.5 Changes: 5.5 --- - Report correct error if open(3) fails - Use kern.maxfilesperproc to determine file open limit on MacOS To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/entr/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/entr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704119438176440 Content-Disposition: inline Content-Length: 1458 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/entr/Makefile diff -u pkgsrc/sysutils/entr/Makefile:1.25 pkgsrc/sysutils/entr/Makefile:1.26 --- pkgsrc/sysutils/entr/Makefile:1.25 Sun Aug 13 19:21:07 2023 +++ pkgsrc/sysutils/entr/Makefile Mon Jan 1 14:30:38 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2023/08/13 19:21:07 leot Exp $ +# $NetBSD: Makefile,v 1.26 2024/01/01 14:30:38 leot Exp $ -DISTNAME= entr-5.4 +DISTNAME= entr-5.5 CATEGORIES= sysutils MASTER_SITES= https://eradman.com/entrproject/code/ Index: pkgsrc/sysutils/entr/distinfo diff -u pkgsrc/sysutils/entr/distinfo:1.24 pkgsrc/sysutils/entr/distinfo:1.25 --- pkgsrc/sysutils/entr/distinfo:1.24 Sun Aug 13 19:21:07 2023 +++ pkgsrc/sysutils/entr/distinfo Mon Jan 1 14:30:38 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2023/08/13 19:21:07 leot Exp $ +$NetBSD: distinfo,v 1.25 2024/01/01 14:30:38 leot Exp $ -BLAKE2s (entr-5.4.tar.gz) = 8317f57b6830a3ebb71d64a0bfdb98672abb907dcf530b4a4086cbece99364f9 -SHA512 (entr-5.4.tar.gz) = c366254df6df28edbcb2a9d12ab97e063baa4d78889e54b3de6b75e8c7ef2468c661216485bbf297a4d539ac3d186fcc9b140a99a1a89306f6cac1f969a7d95f -Size (entr-5.4.tar.gz) = 21215 bytes +BLAKE2s (entr-5.5.tar.gz) = 5110dfd1bfcbdf47d5b20712c5b7dc57167cf0ea6122b16fd6c600a359bb312c +SHA512 (entr-5.5.tar.gz) = 5150744142cf1639289c2d845cf8cd3cbc0ef57fce8285bc0e2908c430d8344659ff064810e175e69bd8a6f06144734b2efa4d733e0fba7fec83a1f48d053a0d +Size (entr-5.5.tar.gz) = 21225 bytes --_----------=_1704119438176440--