diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2025-12-07 22:10:34 +0100 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2026-01-07 22:00:03 +0100 |
| commit | e1aa3b06b1727046c1ad65dff46cb9e250835450 (patch) | |
| tree | a7c46be326802c6c54901977359f4d0d9b3b9e3a | |
| parent | 6baa733637218798de2cb4b5de179e45d4baa9af (diff) | |
mail/mailpit: Unpin Go version number
Reported by: go (adamw)
(cherry picked from commit 85290560c5b05d91cf06cad656cc92955408aaf4)
| -rw-r--r-- | mail/mailpit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index c363987afef4..45c52d4a5e69 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS_REASON= dependency modernc.org/sqlite only supported on these BUILD_DEPENDS= npm>0:www/npm -USES= go:1.24,modules tar:zstd +USES= go:modules tar:zstd USE_RC_SUBR= mailpit GO_MODULE= github.com/axllent/mailpit GO_BUILDFLAGS= -ldflags="-s -w -X \"github.com/axllent/mailpit/config.Version=${DISTVERSIONPREFIX}${DISTVERSION}\"" |
