Received: by mail.netbsd.org (Postfix, from userid 605) id 7859A84DA4; Thu, 4 Mar 2021 10:02:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3C6484D39 for ; Thu, 4 Mar 2021 10:02:03 +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 PKwts83k795v for ; Thu, 4 Mar 2021 10:02:03 +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 32AEB84CD8 for ; Thu, 4 Mar 2021 10:02:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26924FA95; Thu, 4 Mar 2021 10:02:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614852123253130" MIME-Version: 1.0 Date: Thu, 4 Mar 2021 10:02:03 +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: <20210304100203.26924FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614852123253130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Mar 4 10:02:03 UTC 2021 Modified Files: pkgsrc/sysutils/entr: Makefile distinfo Log Message: entr: Update to 4.8 Changes: 4.8 --- - Set a maximum of 2^19 watches to guard against absurd file open limits on MacOS - Use control sequences to clear the display and specify '-c' twice to erase the scrollback buffer 4.7 --- - Use system file descriptor limits when max_user_watches is not accessible - Return the exit status of the child process when the '-z' option is used - Handle SIGHUP so child process are terminated when a terminal is closed - More accurately return shell exit code using '-s' option To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/entr/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/entr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614852123253130 Content-Disposition: inline Content-Length: 1544 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.17 pkgsrc/sysutils/entr/Makefile:1.18 --- pkgsrc/sysutils/entr/Makefile:1.17 Fri Oct 9 15:21:24 2020 +++ pkgsrc/sysutils/entr/Makefile Thu Mar 4 10:02:02 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2020/10/09 15:21:24 leot Exp $ +# $NetBSD: Makefile,v 1.18 2021/03/04 10:02:02 leot Exp $ # -DISTNAME= entr-4.6 +DISTNAME= entr-4.8 CATEGORIES= sysutils MASTER_SITES= http://eradman.com/entrproject/code/ Index: pkgsrc/sysutils/entr/distinfo diff -u pkgsrc/sysutils/entr/distinfo:1.15 pkgsrc/sysutils/entr/distinfo:1.16 --- pkgsrc/sysutils/entr/distinfo:1.15 Fri Oct 9 15:21:24 2020 +++ pkgsrc/sysutils/entr/distinfo Thu Mar 4 10:02:02 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2020/10/09 15:21:24 leot Exp $ +$NetBSD: distinfo,v 1.16 2021/03/04 10:02:02 leot Exp $ -SHA1 (entr-4.6.tar.gz) = 2698e8137fc4cff8152d387b5aba02e63661162f -RMD160 (entr-4.6.tar.gz) = e1a9de2f042207c2aebbb1ffe09cb82ebb95b943 -SHA512 (entr-4.6.tar.gz) = 41e8c2311c7833a778193b13d1e0b1bb18ece54f5e20b8b5b0b4a2308ba1cc1a8b8378700dbac83ee68822b5f847a3fa9c47822d22a22d45da792d2408f48378 -Size (entr-4.6.tar.gz) = 24909 bytes +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 --_----------=_1614852123253130--