Thursday, October 03, 2019

UPDATE: sysutils/entr

Update entr to 4.3.

- Remove second unreachable master site
- New WRKDIST is not more necessary

All tests are green on amd64.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/entr/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile 12 Jul 2019 21:02:26 -0000 1.16
+++ Makefile 3 Oct 2019 16:11:00 -0000
@@ -2,7 +2,7 @@

COMMENT = run arbitrary commands when files change

-DISTNAME = entr-4.2
+DISTNAME = entr-4.3

CATEGORIES = sysutils

@@ -13,16 +13,11 @@ PERMIT_PACKAGE = Yes

WANTLIB += c

-MASTER_SITES = http://entrproject.org/code/ \
- https://bitbucket.org/eradman/entr/get/
+MASTER_SITES = http://entrproject.org/code/

MAKE_FILE = Makefile.bsd
MAKE_FLAGS = CC="${CC}" \
LDFLAGS="${LDFLAGS}"
-WRKDIST = ${WRKDIR}/eradman-entr
FAKE_FLAGS = DESTDIR=""
-
-post-extract:
- mv ${WRKDIR}/eradman-entr-* ${WRKDIST}

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/entr/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo 4 May 2019 14:29:48 -0000 1.11
+++ distinfo 3 Oct 2019 16:11:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (entr-4.2.tar.gz) = JzACFd8Kq4t3MALaJce/YGgdjDkvXVcClGxGeY6bXXA=
-SIZE (entr-4.2.tar.gz) = 25599
+SHA256 (entr-4.3.tar.gz) = sIHB29rHcj6R9tUooNc2+Qyy+xRYiIqjtEZpnZ0mI1o=
+SIZE (entr-4.3.tar.gz) = 23756

No comments:

Post a Comment