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:           Sun Aug 13 19:21:07 UTC 2023

Modified Files:
        pkgsrc/sysutils/entr: Makefile distinfo

Log Message:
entr: Update to 5.4

Changes:
== 5.4: August 1, 2023
 - 'make test' runs a quick smoketest, 'make check' runs regressions
 - Set IN_CLOEXEC only for inotify_init, kqueue uses similar setting by default
 - Unconditionally try to set soft file limit to 2^16 on MacOS
 - Use non-reentrant calls sparingly in signal handlers
 - configure: use TARGET_OS to override the output of uname(1)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/entr/Makefile
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/sysutils/entr/Makefile:1.25
--- pkgsrc/sysutils/entr/Makefile:1.24  Sun Jan 22 13:00:51 2023
+++ pkgsrc/sysutils/entr/Makefile       Sun Aug 13 19:21:07 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/01/22 13:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/08/13 19:21:07 leot Exp $
 
-DISTNAME=      entr-5.3
+DISTNAME=      entr-5.4
 CATEGORIES=    sysutils
 MASTER_SITES=  https://eradman.com/entrproject/code/
 

Index: pkgsrc/sysutils/entr/distinfo
diff -u pkgsrc/sysutils/entr/distinfo:1.23 pkgsrc/sysutils/entr/distinfo:1.24
--- pkgsrc/sysutils/entr/distinfo:1.23  Sun Jan 22 13:00:51 2023
+++ pkgsrc/sysutils/entr/distinfo       Sun Aug 13 19:21:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/01/22 13:00:51 wiz Exp $
+$NetBSD: distinfo,v 1.24 2023/08/13 19:21:07 leot Exp $
 
-BLAKE2s (entr-5.3.tar.gz) = 90d8d434742b390fc1c0d5dc4129b8498b9c263aadda7cf513b4bd3279f0f270
-SHA512 (entr-5.3.tar.gz) = b160cb60de99a743226b472256d937ef6ace54f5350a83420f59ac2706cd0fb042d6f85fcac6c73e76c161c6225b956df8b00156dea9ce55d8b8225e8ca13e7f
-Size (entr-5.3.tar.gz) = 20905 bytes
+BLAKE2s (entr-5.4.tar.gz) = 8317f57b6830a3ebb71d64a0bfdb98672abb907dcf530b4a4086cbece99364f9
+SHA512 (entr-5.4.tar.gz) = c366254df6df28edbcb2a9d12ab97e063baa4d78889e54b3de6b75e8c7ef2468c661216485bbf297a4d539ac3d186fcc9b140a99a1a89306f6cac1f969a7d95f
+Size (entr-5.4.tar.gz) = 21215 bytes



Home | Main Index | Thread Index | Old Index