pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/entr
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.
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@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"
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
Home |
Main Index |
Thread Index |
Old Index