Greetings,

This is an update to sysutils/entr. Notable changes since 1.9:

* Wait for processes to terminate in restart mode
* Prevent interactive utilities from paging output by setting PAGER to
  `/bin/cat`
* First match of `/_` provides a shortcut for specifying the first file
  that changed
* New `-c` option invokes `clear` before running the utility
* Support Vim's `backup` option by responding to `NOTE_RENAME`
* Iteratively check for new file system events using a 1ms timeout after
  a file has been renamed or removed in order to prevent the utility
  from being executed before successive changes from a version control
  system have completed


Index: ports/sysutils/entr/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/entr/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- ports/sysutils/entr/Makefile        23 Apr 2013 23:04:45 -0000      1.5
+++ ports/sysutils/entr/Makefile        15 Mar 2014 18:06:19 -0000
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.5 2013/04/23 23:04:45 jturner Exp $
+# $OpenBSD: Makefile,v $
 
 COMMENT = run arbitrary commands when files change
 
-DISTNAME = entr-1.9
-REV = 587c18272485
+DISTNAME = entr-2.8
+REV = 9192ece7198c
 
 CATEGORIES = sysutils
 
@@ -22,6 +22,7 @@ MASTER_SITES = http://entrproject.org/co
 MAKE_FILE = Makefile.bsd
 MAKE_FLAGS = CC="${CC}" LDFLAGS="${LDFLAGS}"
 WRKDIST = ${WRKDIR}/eradman-entr-${REV}
+FAKE_FLAGS = DESTDIR=""
 
 TEST_TARGET = test
 
Index: ports/sysutils/entr/distinfo
===================================================================
RCS file: /cvs/ports/sysutils/entr/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- ports/sysutils/entr/distinfo        23 Apr 2013 23:04:45 -0000      1.3
+++ ports/sysutils/entr/distinfo        15 Mar 2014 18:06:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (entr-1.9.tar.gz) = ek3XfDaUrIihDQ0eRoyn8SaCdcQZBD2dNVFO9nY+c5Y=
-SIZE (entr-1.9.tar.gz) = 8680
+SHA256 (entr-2.8.tar.gz) = hHq+LfbIV68OA+P259Raact3qDoz52gIKUn2cWH9RMw=
+SIZE (entr-2.8.tar.gz) = 20185

Reply via email to