Date: Mon, 13 Oct 2025 02:55:56 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8b27b489b757 - main - textproc/moor: Update 2.5.0 => 2.5.1 Message-ID: <202510130255.59D2tueB019777@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b27b489b75734459315c911a45b214d46334348 commit 8b27b489b75734459315c911a45b214d46334348 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-10-12 20:47:44 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-10-13 02:55:41 +0000 textproc/moor: Update 2.5.0 => 2.5.1 While here, fix `make test` by adding post-extract and post-patch targets. Changelog: https://github.com/walles/moor/releases/tag/v2.5.1 PR: 290178 Reported by: Yusuf Yaman <nxjoseph@protonmail.com> (maintainer) --- textproc/moor/Makefile | 10 +++++++++- textproc/moor/distinfo | 10 +++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/textproc/moor/Makefile b/textproc/moor/Makefile index abe7eda9974f..9e0c39bee847 100644 --- a/textproc/moor/Makefile +++ b/textproc/moor/Makefile @@ -1,6 +1,6 @@ PORTNAME= moor DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com @@ -23,6 +23,14 @@ PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES OPTIONS_SUB= yes +post-extract: + @cd ${WRKSRC}/sample-files && \ + ${LN} -s compressed.txt.zst compressed.txt.zstd + +post-patch: + @${REINPLACE_CMD} -e '22s,".*","${WRKSRC}/sample-files",g' \ + ${WRKSRC}/internal/reader/reader_test.go + post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${MANDIRS}/man1 diff --git a/textproc/moor/distinfo b/textproc/moor/distinfo index 56004feccf05..d12f75d32edc 100644 --- a/textproc/moor/distinfo +++ b/textproc/moor/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760098062 -SHA256 (go/textproc_moor/moor-v2.5.0/v2.5.0.mod) = 157a9f9076751751b42b48c8ea9d05f985c0b14ce11316ed20856fd9a382b731 -SIZE (go/textproc_moor/moor-v2.5.0/v2.5.0.mod) = 585 -SHA256 (go/textproc_moor/moor-v2.5.0/v2.5.0.zip) = 12532f2e56d7b7f8807b382ab1e1de3a9935f7384399954e1d7fcb859675897c -SIZE (go/textproc_moor/moor-v2.5.0/v2.5.0.zip) = 3120590 +TIMESTAMP = 1760300260 +SHA256 (go/textproc_moor/moor-v2.5.1/v2.5.1.mod) = 157a9f9076751751b42b48c8ea9d05f985c0b14ce11316ed20856fd9a382b731 +SIZE (go/textproc_moor/moor-v2.5.1/v2.5.1.mod) = 585 +SHA256 (go/textproc_moor/moor-v2.5.1/v2.5.1.zip) = cbbe4c8f2142c49f6a435361611c156bb8fc21857048025c244a815827e72f20 +SIZE (go/textproc_moor/moor-v2.5.1/v2.5.1.zip) = 3122467home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510130255.59D2tueB019777>
