Enclosed a diff for bringing entr to 4.0. Response MAINTAINER "Looks
good to me!".

Changes:
- Warn instead of error if kqueue fails to register on STDIN
- Close STDIN before running the utility when the restart option is used
- Restore terminal settings if terminated by a signal

Output make test:

25 of 25 tests PASSED

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/entr/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    13 Nov 2017 15:58:56 -0000      1.11
+++ Makefile    20 Feb 2018 05:19:48 -0000
@@ -2,8 +2,8 @@
 
 COMMENT =      run arbitrary commands when files change
 
-DISTNAME =     entr-3.9
-REV =          332fd96a324a
+DISTNAME =     entr-4.0
+REV =          d5110481f5b9
 
 CATEGORIES =   sysutils
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/entr/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    13 Nov 2017 15:58:56 -0000      1.8
+++ distinfo    20 Feb 2018 05:19:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (entr-3.9.tar.gz) = AtePGK5TDmS/u52OAlCWL4WUbhCFDdBliZ0DrxXyaHY=
-SIZE (entr-3.9.tar.gz) = 24554
+SHA256 (entr-4.0.tar.gz) = StT+kQixeRmZUc/HilgaimlgKwc9rlm8rkuBD24fbIs=
+SIZE (entr-4.0.tar.gz) = 24758

Reply via email to