Sunday, February 02, 2020

[update] sysutils/entr 4.3 -> 4.4

Hi,

Here is a quick update for sysutils/entr.

According to $WRKSRC/NEWS, the only change impacting us is the
introduction of the "ENTR_INOTIFY_WORKAROUND" environment variable
to enable a compatibility mode for platforms with "deformed" inotify
support.

Port-wise, i've moved HOMEPAGE and MASTER_SITES to the new https URL,
the previous one contains only a link to the new one.

It builds and passes tests without issues on powerpc [0] and amd64.

Comments/feedback are welcome,

Charlène.


[0] https://bin.charlenew.xyz/entr.log


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/entr/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile 4 Oct 2019 20:50:36 -0000 1.18
+++ Makefile 2 Feb 2020 20:27:12 -0000
@@ -2,18 +2,18 @@

COMMENT = run arbitrary commands when files change

-DISTNAME = entr-4.3
+DISTNAME = entr-4.4

CATEGORIES = sysutils

-HOMEPAGE = http://entrproject.org/
+HOMEPAGE = https://eradman.com/entrproject/

# ISC
PERMIT_PACKAGE = Yes

WANTLIB += c

-MASTER_SITES = http://entrproject.org/code/
+MASTER_SITES = ${HOMEPAGE}/code/

MAKE_FILE = Makefile.bsd
MAKE_FLAGS = CC="${CC}" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/entr/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- distinfo 3 Oct 2019 17:09:08 -0000 1.12
+++ distinfo 2 Feb 2020 20:27:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (entr-4.3.tar.gz) = sIHB29rHcj6R9tUooNc2+Qyy+xRYiIqjtEZpnZ0mI1o=
-SIZE (entr-4.3.tar.gz) = 23756
+SHA256 (entr-4.4.tar.gz) = VFZsZPNgr9Q/amBlvG2ElHIzft8hibHONL8VthHzUPQ=
+SIZE (entr-4.4.tar.gz) = 24125

No comments:

Post a Comment