pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/entr entr: Update to 4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60680fa35e1c
branches:  trunk
changeset: 346681:60680fa35e1c
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Jan 02 15:34:15 2020 +0000

description:
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

diffstat:

 sysutils/entr/Makefile |  10 ++++------
 sysutils/entr/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (40 lines):

diff -r 5ad0634b64a7 -r 60680fa35e1c sysutils/entr/Makefile
--- a/sysutils/entr/Makefile    Thu Jan 02 15:28:06 2020 +0000
+++ b/sysutils/entr/Makefile    Thu Jan 02 15:34:15 2020 +0000
@@ -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@localhost
-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"
diff -r 5ad0634b64a7 -r 60680fa35e1c sysutils/entr/distinfo
--- a/sysutils/entr/distinfo    Thu Jan 02 15:28:06 2020 +0000
+++ b/sysutils/entr/distinfo    Thu Jan 02 15:34:15 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index