pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/entr entr: Update to 4.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68a1ba16ae13
branches:  trunk
changeset: 448051:68a1ba16ae13
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Mar 04 10:02:02 2021 +0000

description:
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

diffstat:

 sysutils/entr/Makefile |   4 ++--
 sysutils/entr/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 7ee78c692aa9 -r 68a1ba16ae13 sysutils/entr/Makefile
--- a/sysutils/entr/Makefile    Thu Mar 04 09:59:22 2021 +0000
+++ b/sysutils/entr/Makefile    Thu Mar 04 10:02:02 2021 +0000
@@ -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/
 
diff -r 7ee78c692aa9 -r 68a1ba16ae13 sysutils/entr/distinfo
--- a/sysutils/entr/distinfo    Thu Mar 04 09:59:22 2021 +0000
+++ b/sysutils/entr/distinfo    Thu Mar 04 10:02:02 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index