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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b97c0c7e8a79
branches:  trunk
changeset: 440483:b97c0c7e8a79
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Oct 09 15:21:24 2020 +0000

description:
entr: Update to 4.6

pkgsrc changes:
 - Remove patch-entr.c that was shared and applied upstream

Changes:
4.6
---
 - Always call waitpid(2) to avoid dead processes
 - Duplicate STDIN file descriptor before closing; for the '-r' option

diffstat:

 sysutils/entr/Makefile             |   5 ++---
 sysutils/entr/distinfo             |  11 +++++------
 sysutils/entr/patches/patch-entr.c |  16 ----------------
 3 files changed, 7 insertions(+), 25 deletions(-)

diffs (50 lines):

diff -r 51d8d0908507 -r b97c0c7e8a79 sysutils/entr/Makefile
--- a/sysutils/entr/Makefile    Fri Oct 09 15:14:17 2020 +0000
+++ b/sysutils/entr/Makefile    Fri Oct 09 15:21:24 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/06/15 16:55:07 leot Exp $
+# $NetBSD: Makefile,v 1.17 2020/10/09 15:21:24 leot Exp $
 #
 
-DISTNAME=      entr-4.5
-PKGREVISION=   1
+DISTNAME=      entr-4.6
 CATEGORIES=    sysutils
 MASTER_SITES=  http://eradman.com/entrproject/code/
 
diff -r 51d8d0908507 -r b97c0c7e8a79 sysutils/entr/distinfo
--- a/sysutils/entr/distinfo    Fri Oct 09 15:14:17 2020 +0000
+++ b/sysutils/entr/distinfo    Fri Oct 09 15:21:24 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/06/15 16:55:07 leot Exp $
+$NetBSD: distinfo,v 1.15 2020/10/09 15:21:24 leot Exp $
 
-SHA1 (entr-4.5.tar.gz) = a706c15f7be76e94c7504242cf488280af4bb0e2
-RMD160 (entr-4.5.tar.gz) = 6e2c0f4828e2dc306185fc173658ba6ec44af468
-SHA512 (entr-4.5.tar.gz) = db9499d78385df5056a30a4e3262fb436090acc5410ddfc529a7cfe4e10e304e13787abfc31dd38dbf8b9f01fa3369ef32d20c9fb903fa35763f41791bdda9c7
-Size (entr-4.5.tar.gz) = 24674 bytes
-SHA1 (patch-entr.c) = 129df6c40e9aec79abfdfc1707be5ff23068be58
+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
diff -r 51d8d0908507 -r b97c0c7e8a79 sysutils/entr/patches/patch-entr.c
--- a/sysutils/entr/patches/patch-entr.c        Fri Oct 09 15:14:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-entr.c,v 1.1 2020/06/15 16:55:07 leot Exp $
-
-Always wait childs to avoid zombies.
-
---- entr.c.orig        2020-04-20 16:02:05.000000000 +0000
-+++ entr.c
-@@ -254,8 +254,8 @@ void
- proc_exit(int sig) {
-       int status;
- 
-+      xwaitpid(child_pid, &status, 0);
-       if ((oneshot_opt == 1) && (terminating == 0)) {
--              xwaitpid(child_pid, &status, 0);
-               if ((shell_opt == 1) && (restart_opt == 0)) {
-                       fprintf(stdout, "%s returned exit code %d\n",
-                           basename(getenv("SHELL")), WEXITSTATUS(status));



Home | Main Index | Thread Index | Old Index