Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 085C81A923B for ; Sat, 8 Jan 2022 15:45:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3A7B184EDF; Sat, 8 Jan 2022 15:45:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5036984E61 for ; Sat, 8 Jan 2022 15:41:32 +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 bcfKecLHVNFY for ; Sat, 8 Jan 2022 15:41:31 +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 BDE3184C13 for ; Sat, 8 Jan 2022 15:41:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1688FAEC; Sat, 8 Jan 2022 15:41:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641656491209880" MIME-Version: 1.0 Date: Sat, 8 Jan 2022 15:41:31 +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: <20220108154131.B1688FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641656491209880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jan 8 15:41:31 UTC 2022 Modified Files: pkgsrc/sysutils/entr: Makefile distinfo Log Message: entr: Update to 5.1 Changes: 5.1 --- - Detect files moved to or from directories on Linux - Allow detection of directory entries beginning with '.' by specifying '-d' twice - Only reset terminal settings in exit handler if settings were changed To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/entr/Makefile \ pkgsrc/sysutils/entr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641656491209880 Content-Disposition: inline Content-Length: 1459 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.20 pkgsrc/sysutils/entr/Makefile:1.21 --- pkgsrc/sysutils/entr/Makefile:1.20 Wed Aug 18 16:14:13 2021 +++ pkgsrc/sysutils/entr/Makefile Sat Jan 8 15:41:31 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2021/08/18 16:14:13 leot Exp $ +# $NetBSD: Makefile,v 1.21 2022/01/08 15:41:31 leot Exp $ # -DISTNAME= entr-5.0 +DISTNAME= entr-5.1 CATEGORIES= sysutils MASTER_SITES= https://eradman.com/entrproject/code/ Index: pkgsrc/sysutils/entr/distinfo diff -u pkgsrc/sysutils/entr/distinfo:1.20 pkgsrc/sysutils/entr/distinfo:1.21 --- pkgsrc/sysutils/entr/distinfo:1.20 Tue Oct 26 11:19:33 2021 +++ pkgsrc/sysutils/entr/distinfo Sat Jan 8 15:41:31 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 11:19:33 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/01/08 15:41:31 leot Exp $ -BLAKE2s (entr-5.0.tar.gz) = 59dc68229e2c46fba8c8a43996ec0695d7bc97c574922b9a4e02378a640483ec -SHA512 (entr-5.0.tar.gz) = f485efb7d05f1d099c85d8af2f313e3ed2f36720483afc3004479b5b8754c60c52a108b827efd017c674f01d6ced2878a317addef3960c8cdf9e6b142f2ad5fd -Size (entr-5.0.tar.gz) = 25480 bytes +BLAKE2s (entr-5.1.tar.gz) = f353bed629d90624e42c29291244abac142101e625b1f8f7c807de5b11c16beb +SHA512 (entr-5.1.tar.gz) = b8ee7dae5bda503af814eb109a0180c9864fa1b1cf5a2fe53c9915b6536e9471f8293c63d138d881da7bf70dfee24a6c271b82ecb6ccb2cb6ea664cabedba202 +Size (entr-5.1.tar.gz) = 25674 bytes --_----------=_1641656491209880--