Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 22:34:22 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f0b2a7124f5 - main - www/amfora: Update to 1.10.0
Message-ID:  <202404062234.436MYMKi067181@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f0b2a7124f53abb3d7637784bac2516f99c8764

commit 6f0b2a7124f53abb3d7637784bac2516f99c8764
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2024-04-06 20:42:46 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2024-04-06 22:29:35 +0000

    www/amfora: Update to 1.10.0
    
    Changes:        https://github.com/makew0rld/amfora/releases/tag/v1.10.0
---
 www/amfora/Makefile                                |   9 +-
 www/amfora/distinfo                                |  12 +-
 www/amfora/files/patch-go.mod                      |  67 --------
 www/amfora/files/patch-go.sum                      |  19 ---
 ...ub.com_gdamore_tcell_v2_terminfo_t_tmux_term.go |  68 --------
 www/amfora/files/patch-vendor_modules.txt          | 175 ---------------------
 6 files changed, 6 insertions(+), 344 deletions(-)

diff --git a/www/amfora/Makefile b/www/amfora/Makefile
index 06cb1d1d8d97..67daf23f5155 100644
--- a/www/amfora/Makefile
+++ b/www/amfora/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	amfora
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.9.2
-PORTREVISION=	19
+DISTVERSION=	1.10.0
 CATEGORIES=	www
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -12,8 +11,6 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
-USE_GITHUB=	nodefault
-GH_TUPLE=	golang:sys:v0.6.0:sys
 
 _BUILD_VERSION=	${DISTVERSIONFULL}
 _BUILD_COMMIT=	61d8645
@@ -30,10 +27,6 @@ PORTEXAMPLES=	default-config.toml
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-pre-patch:
-	${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
-	${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys
-
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \
diff --git a/www/amfora/distinfo b/www/amfora/distinfo
index dadc977c5474..9febf59148c8 100644
--- a/www/amfora/distinfo
+++ b/www/amfora/distinfo
@@ -1,7 +1,5 @@
-TIMESTAMP = 1679323295
-SHA256 (go/www_amfora/amfora-v1.9.2/v1.9.2.mod) = 29117dea2f1459cec179cf38a07abb60dc03eea2c011cc65f93ffacce113c6c0
-SIZE (go/www_amfora/amfora-v1.9.2/v1.9.2.mod) = 1163
-SHA256 (go/www_amfora/amfora-v1.9.2/v1.9.2.zip) = 155467167963bc155070d4c8068c7e7934c920954f74d919519c68869dc96f2a
-SIZE (go/www_amfora/amfora-v1.9.2/v1.9.2.zip) = 2375737
-SHA256 (go/www_amfora/amfora-v1.9.2/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (go/www_amfora/amfora-v1.9.2/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
+TIMESTAMP = 1712435961
+SHA256 (go/www_amfora/amfora-v1.10.0/v1.10.0.mod) = 00bbf2baf39a4dc1da196cd8b051a31c0668836e1e6a418614b1b2a2a7287c87
+SIZE (go/www_amfora/amfora-v1.10.0/v1.10.0.mod) = 2397
+SHA256 (go/www_amfora/amfora-v1.10.0/v1.10.0.zip) = 8ffd40b2971a302405d63b4fd1e917d990d17cd727e916d5ae174a99e9f56dda
+SIZE (go/www_amfora/amfora-v1.10.0/v1.10.0.zip) = 2386102
diff --git a/www/amfora/files/patch-go.mod b/www/amfora/files/patch-go.mod
deleted file mode 100644
index bed82c91a959..000000000000
--- a/www/amfora/files/patch-go.mod
+++ /dev/null
@@ -1,67 +0,0 @@
---- go.mod.orig	2023-03-20 14:44:32 UTC
-+++ go.mod
-@@ -1,30 +1,56 @@
- module github.com/makeworld-the-better-one/amfora
- 
--go 1.15
-+go 1.17
- 
- require (
- 	code.rocketnine.space/tslocum/cview v1.5.6-0.20210530175404-7e8817f20bdc
- 	github.com/atotto/clipboard v0.1.4
- 	github.com/dustin/go-humanize v1.0.0
--	github.com/fsnotify/fsnotify v1.4.9 // indirect
- 	github.com/gdamore/tcell/v2 v2.3.3
--	github.com/google/go-cmp v0.5.0 // indirect
- 	github.com/makeworld-the-better-one/go-gemini v0.12.1
- 	github.com/mitchellh/go-homedir v1.1.0
--	github.com/mitchellh/mapstructure v1.3.1 // indirect
- 	github.com/mmcdole/gofeed v1.1.2
- 	github.com/muesli/termenv v0.9.0
--	github.com/pelletier/go-toml v1.8.0 // indirect
- 	github.com/rkoesters/xdg v0.0.0-20181125232953-edd15b846f9b
- 	github.com/schollz/progressbar/v3 v3.8.0
-+	github.com/spf13/viper v1.7.1
-+	github.com/stretchr/testify v1.6.1
-+	golang.org/x/text v0.3.6
-+)
-+
-+require (
-+	code.rocketnine.space/tslocum/cbind v0.1.5 // indirect
-+	github.com/PuerkitoBio/goquery v1.5.1 // indirect
-+	github.com/andybalholm/cascadia v1.1.0 // indirect
-+	github.com/davecgh/go-spew v1.1.1 // indirect
-+	github.com/fsnotify/fsnotify v1.4.9 // indirect
-+	github.com/gdamore/encoding v1.0.0 // indirect
-+	github.com/google/go-cmp v0.5.0 // indirect
-+	github.com/hashicorp/hcl v1.0.0 // indirect
-+	github.com/json-iterator/go v1.1.10 // indirect
-+	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
-+	github.com/magiconair/properties v1.8.1 // indirect
-+	github.com/mattn/go-isatty v0.0.13 // indirect
-+	github.com/mattn/go-runewidth v0.0.13 // indirect
-+	github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
-+	github.com/mitchellh/mapstructure v1.3.1 // indirect
-+	github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
-+	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
-+	github.com/modern-go/reflect2 v1.0.1 // indirect
-+	github.com/pelletier/go-toml v1.8.0 // indirect
-+	github.com/pmezard/go-difflib v1.0.0 // indirect
-+	github.com/rivo/uniseg v0.2.0 // indirect
- 	github.com/spf13/afero v1.2.2 // indirect
- 	github.com/spf13/cast v1.3.1 // indirect
- 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
- 	github.com/spf13/pflag v1.0.5 // indirect
--	github.com/spf13/viper v1.7.1
--	github.com/stretchr/testify v1.6.1
--	golang.org/x/text v0.3.6
-+	github.com/subosito/gotenv v1.2.0 // indirect
-+	golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
-+	golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
-+	golang.org/x/sys v0.6.0 // indirect
-+	golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
- 	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- 	gopkg.in/ini.v1 v1.62.0 // indirect
-+	gopkg.in/yaml.v2 v2.3.0 // indirect
- 	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
- )
diff --git a/www/amfora/files/patch-go.sum b/www/amfora/files/patch-go.sum
deleted file mode 100644
index cd562578a4b6..000000000000
--- a/www/amfora/files/patch-go.sum
+++ /dev/null
@@ -1,19 +0,0 @@
---- go.sum.orig	2023-03-20 14:44:35 UTC
-+++ go.sum
-@@ -319,6 +319,8 @@ golang.org/x/sys v0.0.0-20210223095934-7937bea0104d/go
- golang.org/x/sys v0.0.0-20210309040221-94ec62e08169/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
- golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea h1:+WiDlPBBaO+h9vPNZi8uJ3k4BkKQB7Iow3aqwHVA5hI=
- golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-+golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
-+golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
- golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
- golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
-@@ -352,7 +354,6 @@ golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/
- golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
- golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
- golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
--golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
- google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
- google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
diff --git a/www/amfora/files/patch-vendor_github.com_gdamore_tcell_v2_terminfo_t_tmux_term.go b/www/amfora/files/patch-vendor_github.com_gdamore_tcell_v2_terminfo_t_tmux_term.go
deleted file mode 100644
index 713cef8209d4..000000000000
--- a/www/amfora/files/patch-vendor_github.com_gdamore_tcell_v2_terminfo_t_tmux_term.go
+++ /dev/null
@@ -1,68 +0,0 @@
---- vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go.orig	2022-04-05 20:54:39 UTC
-+++ vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go
-@@ -68,4 +68,65 @@ func init() {
- 		Modifiers:     1,
- 		AutoMargin:    true,
- 	})
-+	terminfo.AddTerminfo(&terminfo.Terminfo{
-+		Name:          "tmux-256color",
-+		Columns:       80,
-+		Lines:         24,
-+		Colors:        256,
-+		Bell:          "\a",
-+		Clear:         "\x1b[H\x1b[J",
-+		EnterCA:       "\x1b[?1049h",
-+		ExitCA:        "\x1b[?1049l",
-+		ShowCursor:    "\x1b[34h\x1b[?25h",
-+		HideCursor:    "\x1b[?25l",
-+		AttrOff:       "\x1b[m\x0f",
-+		Underline:     "\x1b[4m",
-+		Bold:          "\x1b[1m",
-+		Dim:           "\x1b[2m",
-+		Italic:        "\x1b[3m",
-+		Blink:         "\x1b[5m",
-+		Reverse:       "\x1b[7m",
-+		EnterKeypad:   "\x1b[?1h\x1b=",
-+		ExitKeypad:    "\x1b[?1l\x1b>",
-+		SetFg:         "\x1b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m",
-+		SetBg:         "\x1b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m",
-+		SetFgBg:       "\x1b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;;%?%p2%{8}%<%t4%p2%d%e%p2%{16}%<%t10%p2%{8}%-%d%e48;5;%p2%d%;m",
-+		ResetFgBg:     "\x1b[39;49m",
-+		PadChar:       "\x00",
-+		AltChars:      "++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~",
-+		EnterAcs:      "\x0e",
-+		ExitAcs:       "\x0f",
-+		EnableAcs:     "\x1b(B\x1b)0",
-+		StrikeThrough: "\x1b[9m",
-+		Mouse:         "\x1b[M",
-+		SetCursor:     "\x1b[%i%p1%d;%p2%dH",
-+		CursorBack1:   "\b",
-+		CursorUp1:     "\x1bM",
-+		KeyUp:         "\x1bOA",
-+		KeyDown:       "\x1bOB",
-+		KeyRight:      "\x1bOC",
-+		KeyLeft:       "\x1bOD",
-+		KeyInsert:     "\x1b[2~",
-+		KeyDelete:     "\x1b[3~",
-+		KeyBackspace:  "\u007f",
-+		KeyHome:       "\x1b[1~",
-+		KeyEnd:        "\x1b[4~",
-+		KeyPgUp:       "\x1b[5~",
-+		KeyPgDn:       "\x1b[6~",
-+		KeyF1:         "\x1bOP",
-+		KeyF2:         "\x1bOQ",
-+		KeyF3:         "\x1bOR",
-+		KeyF4:         "\x1bOS",
-+		KeyF5:         "\x1b[15~",
-+		KeyF6:         "\x1b[17~",
-+		KeyF7:         "\x1b[18~",
-+		KeyF8:         "\x1b[19~",
-+		KeyF9:         "\x1b[20~",
-+		KeyF10:        "\x1b[21~",
-+		KeyF11:        "\x1b[23~",
-+		KeyF12:        "\x1b[24~",
-+		KeyBacktab:    "\x1b[Z",
-+		Modifiers:     1,
-+		AutoMargin:    true,
-+	})
- }
diff --git a/www/amfora/files/patch-vendor_modules.txt b/www/amfora/files/patch-vendor_modules.txt
deleted file mode 100644
index 81effc03ffb7..000000000000
--- a/www/amfora/files/patch-vendor_modules.txt
+++ /dev/null
@@ -1,175 +0,0 @@
---- vendor/modules.txt.orig	2023-03-20 14:45:07 UTC
-+++ vendor/modules.txt
-@@ -1,27 +1,32 @@
- # code.rocketnine.space/tslocum/cbind v0.1.5
-+## explicit; go 1.15
- code.rocketnine.space/tslocum/cbind
- # code.rocketnine.space/tslocum/cview v1.5.6-0.20210530175404-7e8817f20bdc
--## explicit
-+## explicit; go 1.12
- code.rocketnine.space/tslocum/cview
- # github.com/PuerkitoBio/goquery v1.5.1
-+## explicit; go 1.13
- github.com/PuerkitoBio/goquery
- # github.com/andybalholm/cascadia v1.1.0
-+## explicit
- github.com/andybalholm/cascadia
- # github.com/atotto/clipboard v0.1.4
- ## explicit
- github.com/atotto/clipboard
- # github.com/davecgh/go-spew v1.1.1
-+## explicit
- github.com/davecgh/go-spew/spew
- # github.com/dustin/go-humanize v1.0.0
- ## explicit
- github.com/dustin/go-humanize
- # github.com/fsnotify/fsnotify v1.4.9
--## explicit
-+## explicit; go 1.13
- github.com/fsnotify/fsnotify
- # github.com/gdamore/encoding v1.0.0
-+## explicit; go 1.9
- github.com/gdamore/encoding
- # github.com/gdamore/tcell/v2 v2.3.3
--## explicit
-+## explicit; go 1.12
- github.com/gdamore/tcell/v2
- github.com/gdamore/tcell/v2/terminfo
- github.com/gdamore/tcell/v2/terminfo/a/aixterm
-@@ -61,8 +66,9 @@ github.com/gdamore/tcell/v2/terminfo/x/xterm
- github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty
- github.com/gdamore/tcell/v2/terminfo/x/xterm_termite
- # github.com/google/go-cmp v0.5.0
--## explicit
-+## explicit; go 1.8
- # github.com/hashicorp/hcl v1.0.0
-+## explicit
- github.com/hashicorp/hcl
- github.com/hashicorp/hcl/hcl/ast
- github.com/hashicorp/hcl/hcl/parser
-@@ -74,28 +80,34 @@ github.com/hashicorp/hcl/json/parser
- github.com/hashicorp/hcl/json/scanner
- github.com/hashicorp/hcl/json/token
- # github.com/json-iterator/go v1.1.10
-+## explicit; go 1.12
- github.com/json-iterator/go
- # github.com/lucasb-eyer/go-colorful v1.2.0
-+## explicit; go 1.12
- github.com/lucasb-eyer/go-colorful
- # github.com/magiconair/properties v1.8.1
-+## explicit
- github.com/magiconair/properties
- # github.com/makeworld-the-better-one/go-gemini v0.12.1
--## explicit
-+## explicit; go 1.14
- github.com/makeworld-the-better-one/go-gemini
- # github.com/mattn/go-isatty v0.0.13
-+## explicit; go 1.12
- github.com/mattn/go-isatty
- # github.com/mattn/go-runewidth v0.0.13
-+## explicit; go 1.9
- github.com/mattn/go-runewidth
- # github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
-+## explicit
- github.com/mitchellh/colorstring
- # github.com/mitchellh/go-homedir v1.1.0
- ## explicit
- github.com/mitchellh/go-homedir
- # github.com/mitchellh/mapstructure v1.3.1
--## explicit
-+## explicit; go 1.14
- github.com/mitchellh/mapstructure
- # github.com/mmcdole/gofeed v1.1.2
--## explicit
-+## explicit; go 1.14
- github.com/mmcdole/gofeed
- github.com/mmcdole/gofeed/atom
- github.com/mmcdole/gofeed/extensions
-@@ -103,20 +115,25 @@ github.com/mmcdole/gofeed/internal/shared
- github.com/mmcdole/gofeed/json
- github.com/mmcdole/gofeed/rss
- # github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf
-+## explicit
- github.com/mmcdole/goxpp
- # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
-+## explicit
- github.com/modern-go/concurrent
- # github.com/modern-go/reflect2 v1.0.1
-+## explicit
- github.com/modern-go/reflect2
- # github.com/muesli/termenv v0.9.0
--## explicit
-+## explicit; go 1.13
- github.com/muesli/termenv
- # github.com/pelletier/go-toml v1.8.0
--## explicit
-+## explicit; go 1.12
- github.com/pelletier/go-toml
- # github.com/pmezard/go-difflib v1.0.0
-+## explicit
- github.com/pmezard/go-difflib/difflib
- # github.com/rivo/uniseg v0.2.0
-+## explicit; go 1.12
- github.com/rivo/uniseg
- # github.com/rkoesters/xdg v0.0.0-20181125232953-edd15b846f9b
- ## explicit
-@@ -124,7 +141,7 @@ github.com/rkoesters/xdg/basedir
- github.com/rkoesters/xdg/keyfile
- github.com/rkoesters/xdg/userdirs
- # github.com/schollz/progressbar/v3 v3.8.0
--## explicit
-+## explicit; go 1.13
- github.com/schollz/progressbar/v3
- # github.com/spf13/afero v1.2.2
- ## explicit
-@@ -137,32 +154,37 @@ github.com/spf13/cast
- ## explicit
- github.com/spf13/jwalterweatherman
- # github.com/spf13/pflag v1.0.5
--## explicit
-+## explicit; go 1.12
- github.com/spf13/pflag
- # github.com/spf13/viper v1.7.1
--## explicit
-+## explicit; go 1.12
- github.com/spf13/viper
- # github.com/stretchr/testify v1.6.1
--## explicit
-+## explicit; go 1.13
- github.com/stretchr/testify/assert
- # github.com/subosito/gotenv v1.2.0
-+## explicit
- github.com/subosito/gotenv
- # golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
-+## explicit; go 1.11
- golang.org/x/crypto/ssh/terminal
- # golang.org/x/net v0.0.0-20201216054612-986b41b23924
-+## explicit; go 1.11
- golang.org/x/net/html
- golang.org/x/net/html/atom
- golang.org/x/net/html/charset
- golang.org/x/net/idna
--# golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea
-+# golang.org/x/sys v0.6.0
-+## explicit; go 1.17
- golang.org/x/sys/internal/unsafeheader
- golang.org/x/sys/plan9
- golang.org/x/sys/unix
- golang.org/x/sys/windows
- # golang.org/x/term v0.0.0-20210503060354-a79de5458b56
-+## explicit; go 1.17
- golang.org/x/term
- # golang.org/x/text v0.3.6
--## explicit
-+## explicit; go 1.11
- golang.org/x/text/encoding
- golang.org/x/text/encoding/charmap
- golang.org/x/text/encoding/htmlindex
-@@ -190,6 +212,7 @@ golang.org/x/text/unicode/norm
- ## explicit
- gopkg.in/ini.v1
- # gopkg.in/yaml.v2 v2.3.0
-+## explicit
- gopkg.in/yaml.v2
- # gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
- ## explicit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404062234.436MYMKi067181>