Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 602A87A16A for ; Tue, 28 Feb 2017 22:50:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0D3F385611; Tue, 28 Feb 2017 22:50:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9144C855B5 for ; Tue, 28 Feb 2017 22:50:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0h1tQElVz2mg for ; Tue, 28 Feb 2017 22:50:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1FD2C85570 for ; Tue, 28 Feb 2017 22:50:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1AF0FFBE4; Tue, 28 Feb 2017 22:50:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488322208138860" MIME-Version: 1.0 Date: Tue, 28 Feb 2017 22:50:08 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/sysutils/entr To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170228225008.1AF0FFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1488322208138860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Feb 28 22:50:08 UTC 2017 Modified Files: pkgsrc/sysutils/entr: Makefile distinfo Log Message: Update sysutils/entr to entr-3.7 Changes: == 3.7: February 27, 2017 - Terminate subprocess in restart mode if a file under watch disappears - Allow NOTE_ATTRIB to set '/_' only if file mode changes - New '-s' option executes commands using $SHELL -c - Print usage and exit if input is from a terminal instead of a pipe To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/entr/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/entr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488322208138860 Content-Disposition: inline Content-Length: 1805 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/entr/Makefile diff -u pkgsrc/sysutils/entr/Makefile:1.6 pkgsrc/sysutils/entr/Makefile:1.7 --- pkgsrc/sysutils/entr/Makefile:1.6 Sat Dec 17 12:32:15 2016 +++ pkgsrc/sysutils/entr/Makefile Tue Feb 28 22:50:07 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/12/17 12:32:15 leot Exp $ +# $NetBSD: Makefile,v 1.7 2017/02/28 22:50:07 leot Exp $ # -DISTNAME= entr-3.6 +DISTNAME= entr-3.7 CATEGORIES= sysutils MASTER_SITES= http://entrproject.org/code/ @@ -10,7 +10,7 @@ HOMEPAGE= http://entrproject.org/ COMMENT= Run arbitrary commands when files change LICENSE= isc AND 2-clause-bsd -WRKSRC= ${WRKDIR}/eradman-entr-c15b0be493fc +WRKSRC= ${WRKDIR}/eradman-entr-c5b62bde107d MAKE_ENV+= MANPREFIX="${PREFIX}/${PKGMANDIR}" Index: pkgsrc/sysutils/entr/distinfo diff -u pkgsrc/sysutils/entr/distinfo:1.5 pkgsrc/sysutils/entr/distinfo:1.6 --- pkgsrc/sysutils/entr/distinfo:1.5 Wed Nov 16 12:16:49 2016 +++ pkgsrc/sysutils/entr/distinfo Tue Feb 28 22:50:07 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/11/16 12:16:49 leot Exp $ +$NetBSD: distinfo,v 1.6 2017/02/28 22:50:07 leot Exp $ -SHA1 (entr-3.6.tar.gz) = 66020388c4169b218c00fd47f697f548c3ae3de1 -RMD160 (entr-3.6.tar.gz) = 7bc74e6d0177a049990ed2eb4994949df5d55bfd -SHA512 (entr-3.6.tar.gz) = a4f607d69e2222ffaeb50c57532fafa88db550d4ab4c633e57e895a8291bb38f6bdd09e92dba2e6fc70e035b2db050ab4c75fb39cd24d00fbde07ef0c03fff8f -Size (entr-3.6.tar.gz) = 22548 bytes +SHA1 (entr-3.7.tar.gz) = b46b8e06f3566faa46de918074c406b522fe26d6 +RMD160 (entr-3.7.tar.gz) = 15907ee7b88582ad731b915a7848c47f31bafc61 +SHA512 (entr-3.7.tar.gz) = a1687ec2da99f65fba3f668e41345ba76cb8c87cc2343d98c0dcc0ac0dedeb40cd8b5fd9aa3eba1dee8add94585de939864633bf0020cea1043699019dfa15fe +Size (entr-3.7.tar.gz) = 23326 bytes --_----------=_1488322208138860--