Date: Mon, 05 Jan 2026 02:21:38 +0000 From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Boris Korzun <drtr0jan@yandex.ru> Subject: git: 5354a6fa0315 - main - net/seaweedfs: Update to 4.04 Message-ID: <695b2032.3dfe4.62b28eb9@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=5354a6fa031508e4a85b0018cecf763e32cd9b7f commit 5354a6fa031508e4a85b0018cecf763e32cd9b7f Author: Boris Korzun <drtr0jan@yandex.ru> AuthorDate: 2026-01-05 02:17:38 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-01-05 02:19:41 +0000 net/seaweedfs: Update to 4.04 While here, update WWW. Changelogs: - https://github.com/seaweedfs/seaweedfs/releases/tag/3.92 - https://github.com/seaweedfs/seaweedfs/releases/tag/3.93 - https://github.com/seaweedfs/seaweedfs/releases/tag/3.94 - https://github.com/seaweedfs/seaweedfs/releases/tag/3.95 - https://github.com/seaweedfs/seaweedfs/releases/tag/3.96 - https://github.com/seaweedfs/seaweedfs/releases/tag/3.97 - https://github.com/seaweedfs/seaweedfs/releases/tag/3.98 - https://github.com/seaweedfs/seaweedfs/releases/tag/3.99 - https://github.com/seaweedfs/seaweedfs/releases/tag/4.00 - https://github.com/seaweedfs/seaweedfs/releases/tag/4.01 - https://github.com/seaweedfs/seaweedfs/releases/tag/4.02 - https://github.com/seaweedfs/seaweedfs/releases/tag/4.03 - https://github.com/seaweedfs/seaweedfs/releases/tag/4.04 PR: 291075 Reported by: Lapo Luchini <lapo@lapo.it>, Boris Korzun <drtr0jan@yandex.ru> (maintainer) Tested by: Lapo Luchini <lapo@lapo.it> --- net/seaweedfs/Makefile | 8 ++++---- net/seaweedfs/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index d551211f5658..2d0373090703 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,11 +1,10 @@ PORTNAME= seaweedfs -DISTVERSION= 3.91 -PORTREVISION= 7 +DISTVERSION= 4.04 CATEGORIES= net sysutils MAINTAINER= drtr0jan@yandex.ru COMMENT= Distributed Object Store and Filesystem -WWW= https://github.com/seaweedfs/seaweedfs/wiki +WWW= https://seaweedfs.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -14,8 +13,9 @@ USES= go:modules USE_RC_SUBR= seaweedfs -GO_MODULE= github.com/seaweedfs/seaweedfs@v0.0.0-20250616034216-c26299b05a67 +GO_MODULE= github.com/seaweedfs/seaweedfs@v0.0.0-20251223074630-8d752906012e GO_TARGET= ./weed +GO_BUILDFLAGS= -ldflags "-s -w -X github.com/seaweedfs/seaweedfs/weed/util/version.COMMIT=${GO_MODULE:C/.*-//}" CGO_CFLAGS= -I. SEAWEEDFS_DIR?= /var/db/${PORTNAME} diff --git a/net/seaweedfs/distinfo b/net/seaweedfs/distinfo index 0bbfea450fe4..994f32ce20e0 100644 --- a/net/seaweedfs/distinfo +++ b/net/seaweedfs/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750059962 -SHA256 (go/net_seaweedfs/seaweedfs-3.91/v0.0.0-20250616034216-c26299b05a67.mod) = d665e4a6fb009668cdae4c782fe96dea700f912b75b2d63e4930dd22c7cfa3e8 -SIZE (go/net_seaweedfs/seaweedfs-3.91/v0.0.0-20250616034216-c26299b05a67.mod) = 19482 -SHA256 (go/net_seaweedfs/seaweedfs-3.91/v0.0.0-20250616034216-c26299b05a67.zip) = 8435b9451760e52a88db8c8139f3abe78a0bd0eac59d11e4dab65ecfc9bb58a5 -SIZE (go/net_seaweedfs/seaweedfs-3.91/v0.0.0-20250616034216-c26299b05a67.zip) = 30546529 +TIMESTAMP = 1766482259 +SHA256 (go/net_seaweedfs/seaweedfs-4.04/v0.0.0-20251223074630-8d752906012e.mod) = 2b6d269b7a1cd5ad1784fdab52e337e7a79921aa65ef5528721b88cfc5dad197 +SIZE (go/net_seaweedfs/seaweedfs-4.04/v0.0.0-20251223074630-8d752906012e.mod) = 23938 +SHA256 (go/net_seaweedfs/seaweedfs-4.04/v0.0.0-20251223074630-8d752906012e.zip) = d7611a5b351de490baf566d2001350f96ba47a607ca062c8f343858c28997d46 +SIZE (go/net_seaweedfs/seaweedfs-4.04/v0.0.0-20251223074630-8d752906012e.zip) = 49321430help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695b2032.3dfe4.62b28eb9>
