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
This commit is contained in:
parent
57c57f4bf3
commit
154cf5ca38
2 changed files with 9 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue