update to entr-3.3, from Fred (and similar to my 3.2 update diff which I had

an OK from the maintainer for earlier but forgot to commit)
This commit is contained in:
sthen 2015-10-23 20:48:34 +00:00
parent c8c7749bad
commit 96ac67b1bc
3 changed files with 6 additions and 7 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2014/04/05 22:14:59 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2015/10/23 20:48:34 sthen Exp $
COMMENT = run arbitrary commands when files change
DISTNAME = entr-2.8
REVISION = 0
REV = 9192ece7198c
DISTNAME = entr-3.3
REV = 220131754e1c
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (entr-2.8.tar.gz) = hHq+LfbIV68OA+P259Raact3qDoz52gIKUn2cWH9RMw=
SIZE (entr-2.8.tar.gz) = 20185
SHA256 (entr-3.3.tar.gz) = cBy3sKcrbJunlK18wVtuvMLgyXi7aQbIrkB1Z6BERh8=
SIZE (entr-3.3.tar.gz) = 22159

View File

@ -1,3 +1,3 @@
entr - a utility for running arbitrary commands when files change.
Uses kqueue(2) to avoid polling. entr responds to file system events
by executing command line arguments or by writing to a FIFO.
by executing command line arguments.