Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2026 01:23:33 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Yusuf Yaman <nxjoseph@protonmail.com>
Subject:   git: 297e62af81dd - main - textproc/moor: Update 2.9.6 => 2.10.1
Message-ID:  <69571e15.38796.2ca1409a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=297e62af81ddfcf26c161ca764e1015f3c54f6a9

commit 297e62af81ddfcf26c161ca764e1015f3c54f6a9
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2026-01-02 01:22:20 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-02 01:23:27 +0000

    textproc/moor: Update 2.9.6 => 2.10.1
    
    Port changes:
    - For patch, don't rely on line number to use REINPLACE_CMD since
      it's not so reliable way to replace a string.
    
    Changelogs:
    - https://github.com/walles/moor/releases/tag/v2.10.0
    - https://github.com/walles/moor/releases/tag/v2.10.1
    
    PR:     292116
---
 textproc/moor/Makefile |  4 ++--
 textproc/moor/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/textproc/moor/Makefile b/textproc/moor/Makefile
index 7917de5c36a9..197ad23a12be 100644
--- a/textproc/moor/Makefile
+++ b/textproc/moor/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	moor
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.9.6
+DISTVERSION=	2.10.1
 CATEGORIES=	textproc
 
 MAINTAINER=	nxjoseph@protonmail.com
@@ -28,7 +28,7 @@ post-extract:
 		${LN} -s compressed.txt.zst compressed.txt.zstd
 
 post-patch:
-	@${REINPLACE_CMD} -e '24s,".*","${WRKSRC}/sample-files",g' \
+	@${REINPLACE_CMD} 's|../../sample-files|${WRKSRC}/sample-files|g' \
 		${WRKSRC}/internal/reader/reader_test.go
 
 post-install:
diff --git a/textproc/moor/distinfo b/textproc/moor/distinfo
index f34b44ba9fc9..98e6ee42df72 100644
--- a/textproc/moor/distinfo
+++ b/textproc/moor/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1766049502
-SHA256 (go/textproc_moor/moor-v2.9.6/v2.9.6.mod) = e20dc4ae22e169852bb7f2af27139a52972f310932733985b259ed39a0a4c5f8
-SIZE (go/textproc_moor/moor-v2.9.6/v2.9.6.mod) = 606
-SHA256 (go/textproc_moor/moor-v2.9.6/v2.9.6.zip) = bfec94e706431abbc04783e5acd2fab0b8b570a1809dc8fb791773b4f2fe07ea
-SIZE (go/textproc_moor/moor-v2.9.6/v2.9.6.zip) = 5451929
+TIMESTAMP = 1767303187
+SHA256 (go/textproc_moor/moor-v2.10.1/v2.10.1.mod) = 51779a90c9db166dc5cdcb036faeaac76177ce406da5d127a16e1dcf335e9771
+SIZE (go/textproc_moor/moor-v2.10.1/v2.10.1.mod) = 606
+SHA256 (go/textproc_moor/moor-v2.10.1/v2.10.1.zip) = 0d3b73245e890771bf377c3f2ba46f5a2407547997ef85445449e4a11114edb3
+SIZE (go/textproc_moor/moor-v2.10.1/v2.10.1.zip) = 5453136


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69571e15.38796.2ca1409a>