From: Volker Schlecht Subject: Re: Maintainer update: sysutils/moor To: ports@openbsd.org, Lydia Sobot Date: Tue, 2 Jun 2026 23:13:53 +0200 On 6/2/26 10:41 AM, Lydia Sobot wrote: > New update occurred, new diff attached > > On Mon Jun 1, 2026 at 10:36 CEST, Lydia Sobot wrote: >> Hi all, trivial update for moor again, modules appear unchanged The patch needed updating, and I think it would be nice to add the github repo as HOMEPAGE. What do you think? Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/moor/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 8 May 2026 18:33:29 -0000 1.6 +++ Makefile 2 Jun 2026 21:11:30 -0000 @@ -1,7 +1,7 @@ COMMENT = pager with incremental search and transparent decompression MODGO_MODNAME = github.com/walles/moor/v2 -MODGO_VERSION = v2.12.3 +MODGO_VERSION = v2.13.4 DISTNAME = moor-${MODGO_VERSION} WRKDIST = ${WRKDIR}/${MODGO_MODNAME}@${MODGO_VERSION} @@ -10,6 +10,8 @@ CATEGORIES = sysutils textproc MAINTAINER = Lydia Sobot +HOMEPAGE = https://github.com/walles/moor + # BSD2 PERMIT_PACKAGE = Yes MODULES = lang/go @@ -18,7 +20,7 @@ SUBST_VARS += WRKSRC MODGO_LDFLAGS += -X main.versionString=${MODGO_VERSION} -TEST_TARGET = ${MODGO_MODNAME}/cmd/moor +TEST_TARGET = ${MODGO_MODNAME}/cmd/moor post-patch: ${SUBST_CMD} ${WRKSRC}/internal/reader/reader_test.go Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/moor/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 8 May 2026 18:33:29 -0000 1.6 +++ distinfo 2 Jun 2026 21:11:30 -0000 @@ -86,7 +86,7 @@ SHA256 (go_modules/gopkg.in/yaml.v3/@v/v SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = qrj7xOYwDqCOav4crqGKIckMefSJ9SxT4vIEMfGpoBU= SHA256 (go_modules/gotest.tools/v3/@v/v3.3.0.mod) = IUtog2bXo+3KQa37T1dFP5Alf+Ln/9IxqzAYZgvpGWw= SHA256 (go_modules/gotest.tools/v3/@v/v3.3.0.zip) = nNxAr7Wv4kvn7FxuxbNpaSxv0IFxPcGOZ0ApGwCDhD0= -SHA256 (moor-v2.12.3.zip) = gvOgGS4BY6fr7Q6iLPjvxOKP4DRZ5FpVbjG3CVtgMZg= +SHA256 (moor-v2.13.4.zip) = luAU7mtfrIx7hcESc435cAmGgyCrx/QZCFaorurYZwg= SIZE (go_modules/github.com/adrg/xdg/@v/v0.5.3.mod) = 258 SIZE (go_modules/github.com/adrg/xdg/@v/v0.5.3.zip) = 37913 SIZE (go_modules/github.com/alecthomas/assert/v2/@v/v2.11.0.mod) = 133 @@ -175,4 +175,4 @@ SIZE (go_modules/gopkg.in/yaml.v3/@v/v3. SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = 104623 SIZE (go_modules/gotest.tools/v3/@v/v3.3.0.mod) = 189 SIZE (go_modules/gotest.tools/v3/@v/v3.3.0.zip) = 98546 -SIZE (moor-v2.12.3.zip) = 5468986 +SIZE (moor-v2.13.4.zip) = 5484448 Index: patches/patch-internal_reader_reader_test_go =================================================================== RCS file: /cvs/ports/sysutils/moor/patches/patch-internal_reader_reader_test_go,v retrieving revision 1.2 diff -u -p -r1.2 patch-internal_reader_reader_test_go --- patches/patch-internal_reader_reader_test_go 15 Mar 2026 16:07:56 -0000 1.2 +++ patches/patch-internal_reader_reader_test_go 2 Jun 2026 21:11:30 -0000 @@ -1,7 +1,7 @@ Index: internal/reader/reader_test.go --- internal/reader/reader_test.go.orig +++ internal/reader/reader_test.go -@@ -21,7 +21,7 @@ import ( +@@ -18,7 +18,7 @@ import ( "github.com/walles/moor/v2/internal/linemetadata" )