Sat Jul 23 15:42:14 2022 UTC ()
entr: Update to 5.2

Changes:
5.2
---
 - Symlink changes detected on Linux by setting 'ENTR_INOTIFY_SYMLINK'
 - Use /dev/null rather then closed pipe for stdin in -r mode
 - Utilize {O,FD}_CLOEXEC flag for unintentional leaks of descriptors to
   executed utilities


(leot)
diff -r1.21 -r1.22 pkgsrc/sysutils/entr/Makefile
diff -r1.21 -r1.22 pkgsrc/sysutils/entr/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/sysutils/entr/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/entr/Makefile 2022/01/08 15:41:31 1.21
+++ pkgsrc/sysutils/entr/Makefile 2022/07/23 15:42:14 1.22
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.21 2022/01/08 15:41:31 leot Exp $ 1# $NetBSD: Makefile,v 1.22 2022/07/23 15:42:14 leot Exp $
2# 2#
3 3
4DISTNAME= entr-5.1 4DISTNAME= entr-5.2
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= https://eradman.com/entrproject/code/ 6MASTER_SITES= https://eradman.com/entrproject/code/
7 7
8MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
9HOMEPAGE= https://eradman.com/entrproject/ 9HOMEPAGE= https://eradman.com/entrproject/
10COMMENT= Run arbitrary commands when files change 10COMMENT= Run arbitrary commands when files change
11LICENSE= isc AND 2-clause-bsd 11LICENSE= isc AND 2-clause-bsd
12 12
13MAKE_ENV+= MANPREFIX="${PREFIX}/${PKGMANDIR}" 13MAKE_ENV+= MANPREFIX="${PREFIX}/${PKGMANDIR}"
14 14
15.include "../../mk/bsd.prefs.mk" 15.include "../../mk/bsd.prefs.mk"
16 16
17# Needs kqueue(2) or inotify(7) 17# Needs kqueue(2) or inotify(7)

cvs diff -r1.21 -r1.22 pkgsrc/sysutils/entr/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/entr/distinfo 2022/01/08 15:41:31 1.21
+++ pkgsrc/sysutils/entr/distinfo 2022/07/23 15:42:14 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2022/01/08 15:41:31 leot Exp $ 1$NetBSD: distinfo,v 1.22 2022/07/23 15:42:14 leot Exp $
2 2
3BLAKE2s (entr-5.1.tar.gz) = f353bed629d90624e42c29291244abac142101e625b1f8f7c807de5b11c16beb 3BLAKE2s (entr-5.2.tar.gz) = a5ed0d3694585c244c060155552266b400892d1e34ac43dc1b141cd505971d2a
4SHA512 (entr-5.1.tar.gz) = b8ee7dae5bda503af814eb109a0180c9864fa1b1cf5a2fe53c9915b6536e9471f8293c63d138d881da7bf70dfee24a6c271b82ecb6ccb2cb6ea664cabedba202 4SHA512 (entr-5.2.tar.gz) = b12310b6695f0b3d3d830b651dd182ddf2321aad38f569066cc2e5b17570070e48eb4900725c88c1d31a8ff71099aba78fb7508ad60706265cbdf8f29257eaaa
5Size (entr-5.1.tar.gz) = 25674 bytes 5Size (entr-5.2.tar.gz) = 25834 bytes