Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2026 15:00:11 +0000
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 856ad734886c - main - sysutils/entr: Update to 5.8
Message-ID:  <69c003fb.1cd7d.652f1eef@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danilo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=856ad734886c684dd862e6f31a23a1ee7c830006

commit 856ad734886c684dd862e6f31a23a1ee7c830006
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2026-03-22 14:37:52 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2026-03-22 14:59:55 +0000

    sysutils/entr: Update to 5.8
    
    - Patch Makefile.bsd to set the actual version of the software. Upstream
      missed it when the new version was released. It can be dropped once
      it's fixed upstream.
    
    Changelog:
    https://github.com/eradman/entr/blob/5.8/NEWS
---
 sysutils/entr/Makefile | 5 ++++-
 sysutils/entr/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile
index b607e7470b5c..a72ac8c3c526 100644
--- a/sysutils/entr/Makefile
+++ b/sysutils/entr/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	entr
-PORTVERSION=	5.7
+PORTVERSION=	5.8
 CATEGORIES=	sysutils
 MASTER_SITES=	https://eradman.com/entrproject/code/
 
@@ -16,6 +16,9 @@ MAKEFILE=	Makefile.freebsd
 TEST_TARGET=	test
 PLIST_FILES=	bin/entr share/man/man1/entr.1.gz
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|5\.7|${PORTVERSION}|g' ${WRKSRC}/Makefile.bsd
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/entr
 
diff --git a/sysutils/entr/distinfo b/sysutils/entr/distinfo
index 728a73e55994..00109ddb5b39 100644
--- a/sysutils/entr/distinfo
+++ b/sysutils/entr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738941846
-SHA256 (entr-5.7.tar.gz) = 90c5d943820c70cef37eb41a382a6ea4f5dd7fd95efef13b2b5520d320f5d067
-SIZE (entr-5.7.tar.gz) = 23587
+TIMESTAMP = 1774189585
+SHA256 (entr-5.8.tar.gz) = dc9a2bdc556b2be900c1d8cdf432de26492de5af3ffade000d4bfd97f3122bfb
+SIZE (entr-5.8.tar.gz) = 24859


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c003fb.1cd7d.652f1eef>