pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/entr



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.

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



Home | Main Index | Thread Index | Old Index