diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index b607e7470b5c..a72ac8c3c526 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@ -1,22 +1,25 @@ PORTNAME= entr -PORTVERSION= 5.7 +PORTVERSION= 5.8 CATEGORIES= sysutils MASTER_SITES= https://eradman.com/entrproject/code/ MAINTAINER= danilo@FreeBSD.org COMMENT= Runs arbitrary commands when files change WWW= https://eradman.com/entrproject # This software has code under BSD2CLAUSE license. # All the code used in FreeBSD is under ISCL license. LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE 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 .include 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