Received: by mail.netbsd.org (Postfix, from userid 605) id 52C6884D0F; Sat, 12 Jun 2021 09:29:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E76A84CFC for ; Sat, 12 Jun 2021 09:29:38 +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 rNXN6s0vqmOh for ; Sat, 12 Jun 2021 09:29:38 +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 0762E84CE8 for ; Sat, 12 Jun 2021 09:29:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFA7AFA95; Sat, 12 Jun 2021 09:29:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623490177298690" MIME-Version: 1.0 Date: Sat, 12 Jun 2021 09:29:37 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/sysutils/entr To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210612092937.EFA7AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623490177298690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jun 12 09:29:37 UTC 2021 Modified Files: pkgsrc/sysutils/entr: Makefile distinfo Log Message: entr: update to 4.9 == 4.9: May 3, 2021 - EV_TRACE also prints file/notify descriptor limit - Don't raise rlim_cur on MacOS - Set 2^16 watches if inotify limits cannot be read - Raise an error and suggest '-n' if terminal attributes cannot be read To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/entr/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/entr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623490177298690 Content-Disposition: inline Content-Length: 1797 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.18 pkgsrc/sysutils/entr/Makefile:1.19 --- pkgsrc/sysutils/entr/Makefile:1.18 Thu Mar 4 10:02:02 2021 +++ pkgsrc/sysutils/entr/Makefile Sat Jun 12 09:29:37 2021 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.18 2021/03/04 10:02:02 leot Exp $ +# $NetBSD: Makefile,v 1.19 2021/06/12 09:29:37 nia Exp $ # -DISTNAME= entr-4.8 +DISTNAME= entr-4.9 CATEGORIES= sysutils -MASTER_SITES= http://eradman.com/entrproject/code/ +MASTER_SITES= https://eradman.com/entrproject/code/ MAINTAINER= leot@NetBSD.org -HOMEPAGE= http://eradman.com/entrproject/ +HOMEPAGE= https://eradman.com/entrproject/ COMMENT= Run arbitrary commands when files change LICENSE= isc AND 2-clause-bsd Index: pkgsrc/sysutils/entr/distinfo diff -u pkgsrc/sysutils/entr/distinfo:1.16 pkgsrc/sysutils/entr/distinfo:1.17 --- pkgsrc/sysutils/entr/distinfo:1.16 Thu Mar 4 10:02:02 2021 +++ pkgsrc/sysutils/entr/distinfo Sat Jun 12 09:29:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2021/03/04 10:02:02 leot Exp $ +$NetBSD: distinfo,v 1.17 2021/06/12 09:29:37 nia Exp $ -SHA1 (entr-4.8.tar.gz) = 9f65589f5eeb87ee162915cf0b59e8870390ad03 -RMD160 (entr-4.8.tar.gz) = a65ae16cab5fbf78137d3210729fe8b6b990f8bf -SHA512 (entr-4.8.tar.gz) = fc99a257fe9a30a9b08f0b6283f9ee3b65c38362744842dd976a4ac7749df7f6ff630235443af17f664f9cbf2a197dbb8c1114fe491e675921745294b4fa4d8f -Size (entr-4.8.tar.gz) = 25408 bytes +SHA1 (entr-4.9.tar.gz) = ec7d722c8c0ec155042c1d2b1b91560f8ec5a9b3 +RMD160 (entr-4.9.tar.gz) = a231447979b183160bfe9e8014acb4cdb5906a01 +SHA512 (entr-4.9.tar.gz) = b05595be5ae1c6fbd39ea886331b9b77563460d03eae8889c7ad0cc156a44c6f50477dc3448eefe715e124a79ab08b9baf7c53a9059dcf137e5782bf7b499751 +Size (entr-4.9.tar.gz) = 25501 bytes --_----------=_1623490177298690--