Received: by mail.netbsd.org (Postfix, from userid 605) id 2959D84D8B; Thu, 2 Jan 2020 15:34:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A455B84D59 for ; Thu, 2 Jan 2020 15:34:16 +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 Z6ZjZsf9AhkJ for ; Thu, 2 Jan 2020 15:34:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1683784CFD for ; Thu, 2 Jan 2020 15:34:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02DECFA97; Thu, 2 Jan 2020 15:34:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577979255138400" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 15:34:15 +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: <20200102153416.02DECFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1577979255138400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Jan 2 15:34:15 UTC 2020 Modified Files: pkgsrc/sysutils/entr: Makefile distinfo Log Message: entr: Update to 4.3 pkgsrc changes: - Update HOMEPAGE and MASTER_SITES to current ones Changes: == 4.3: September 25, 2019 - Move hosting from bitbucket.org to github.com - Rename tag names from entr-X.Y to X.Y - Replace hg with git as a dependency for system-test.sh == 4.2: March 28, 2019 - Use pledge(2) on OpenBSD - New '-a' option enables response to events that occur while the utility is running - Error messages direct users to http://eradman.com/entrproject/limits.html - Correctly report error when a file cannot be reopened To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/entr/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/entr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577979255138400 Content-Disposition: inline Content-Length: 1915 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.10 pkgsrc/sysutils/entr/Makefile:1.11 --- pkgsrc/sysutils/entr/Makefile:1.10 Fri Sep 14 02:08:28 2018 +++ pkgsrc/sysutils/entr/Makefile Thu Jan 2 15:34:15 2020 @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2018/09/14 02:08:28 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2020/01/02 15:34:15 leot Exp $ # -DISTNAME= entr-4.1 +DISTNAME= entr-4.3 CATEGORIES= sysutils -MASTER_SITES= http://entrproject.org/code/ +MASTER_SITES= http://eradman.com/entrproject/code/ MAINTAINER= leot@NetBSD.org -HOMEPAGE= http://entrproject.org/ +HOMEPAGE= http://eradman.com/entrproject/ COMMENT= Run arbitrary commands when files change LICENSE= isc AND 2-clause-bsd -WRKSRC= ${WRKDIR}/eradman-entr-f4e2cbe57708 - MAKE_ENV+= MANPREFIX="${PREFIX}/${PKGMANDIR}" .include "../../mk/bsd.prefs.mk" Index: pkgsrc/sysutils/entr/distinfo diff -u pkgsrc/sysutils/entr/distinfo:1.9 pkgsrc/sysutils/entr/distinfo:1.10 --- pkgsrc/sysutils/entr/distinfo:1.9 Fri Sep 14 02:08:28 2018 +++ pkgsrc/sysutils/entr/distinfo Thu Jan 2 15:34:15 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/09/14 02:08:28 schmonz Exp $ +$NetBSD: distinfo,v 1.10 2020/01/02 15:34:15 leot Exp $ -SHA1 (entr-4.1.tar.gz) = 507d40c570e68d4d4da0bffc881ea4961a0eddaa -RMD160 (entr-4.1.tar.gz) = 5abec400fdf589f9e3c4f576c835459480ed4e27 -SHA512 (entr-4.1.tar.gz) = 0a80aa9caa97f2603e43957b716bf5b5746cea8bfb2f2cc884aab8c97a34341d6223035fbb5d4bf86234ea1c9314c077cec9d59ba442a2730fcbd7151425a459 -Size (entr-4.1.tar.gz) = 25265 bytes +SHA1 (entr-4.3.tar.gz) = 4d09040cc39982db67f8cea72910337ae5a0e60f +RMD160 (entr-4.3.tar.gz) = 960c881d1073c14de99393d81240cc833608d821 +SHA512 (entr-4.3.tar.gz) = f65dfc3f106e25ec4ff39eaec94222d8a547eb35390c654f6a741f92541c1b86d7d303a795308fcbfced44ac8eca6ad67e70393802ac9d46153e037dc1eab902 +Size (entr-4.3.tar.gz) = 23756 bytes --_----------=_1577979255138400--