Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2022 11:32:23 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5f7d5bb6c075 - main - net/seaweedfs: Update to 3.37
Message-ID:  <202212251132.2BPBWNNI000513@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f7d5bb6c0750950ba867de82342da55dae25383

commit 5f7d5bb6c0750950ba867de82342da55dae25383
Author:     Boris Korzun <drtr0jan@yandex.ru>
AuthorDate: 2022-12-25 11:30:47 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-25 11:31:55 +0000

    net/seaweedfs: Update to 3.37
    
    ChangeLog:      https://github.com/seaweedfs/seaweedfs/releases/tag/3.36
                    https://github.com/seaweedfs/seaweedfs/releases/tag/3.37
    PR:             268548
---
 net/seaweedfs/Makefile | 17 ++++++++---------
 net/seaweedfs/distinfo | 10 +++++-----
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile
index 515981ff8a5d..ee2ca50f562a 100644
--- a/net/seaweedfs/Makefile
+++ b/net/seaweedfs/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	seaweedfs
-DISTVERSION=	3.35
-PORTREVISION=	1
+DISTVERSION=	3.37
 CATEGORIES=	net sysutils
 MASTER_SITES=	https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/:gomod
 DISTFILES=	go.mod:gomod
@@ -21,10 +20,14 @@ GO_MODULE=	github.com/seaweedfs/seaweedfs
 GO_TARGET=	./weed
 CGO_CFLAGS=	-I.
 
+SEAWEEDFS_DIR?=		/var/db/${PORTNAME}
+SEAWEEDFS_USER?=	seaweedfs
+SEAWEEDFS_GROUP?=	seaweedfs
+
 SUB_FILES=	pkg-message
-SUB_LIST=	GROUP=${SEAWEEDFS_GROUP} \
-		SEAWEEDFS_DIR=${SEAWEEDFS_DIR} \
-		USER=${SEAWEEDFS_USER}
+SUB_LIST=	SEAWEEDFS_DIR=${SEAWEEDFS_DIR} \
+		USER=${SEAWEEDFS_USER} \
+		GROUP=${SEAWEEDFS_GROUP}
 
 USERS=		${SEAWEEDFS_USER}
 GROUPS=		${SEAWEEDFS_GROUP}
@@ -46,10 +49,6 @@ SQLITE_VARS=	GO_TAGS+=sqlite
 TIKV_VARS=	GO_TAGS+=tikv
 YDB_VARS=	GO_TAGS+=ydb
 
-SEAWEEDFS_DIR?=		/var/db/${PORTNAME}
-SEAWEEDFS_GROUP?=	seaweedfs
-SEAWEEDFS_USER?=	seaweedfs
-
 .include <bsd.port.pre.mk>
 .if !empty (GO_TAGS)
 GO_BUILDFLAGS+=	-tags "${GO_TAGS}"
diff --git a/net/seaweedfs/distinfo b/net/seaweedfs/distinfo
index e2053e66cb9f..6d6d54b8bf18 100644
--- a/net/seaweedfs/distinfo
+++ b/net/seaweedfs/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1668614689
-SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.35_GH0/go.mod) = fc5653ec03a011b87ee7ba6f90c79acd270d1b9829e285e9d91b8dde9a216212
-SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.35_GH0/go.mod) = 11354
-SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.35_GH0/seaweedfs-seaweedfs-3.35_GH0.tar.gz) = 551f1c20e5308fc165d2bd240bcf9d6c69c2ae07da11a27e2534b5d9854c76c0
-SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.35_GH0/seaweedfs-seaweedfs-3.35_GH0.tar.gz) = 29730545
+TIMESTAMP = 1671906106
+SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.37_GH0/go.mod) = f8c7b2f329b0e30c6f086ae11d81607604b139b54c7b5bfea745e42c62b9c8ce
+SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.37_GH0/go.mod) = 11354
+SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.37_GH0/seaweedfs-seaweedfs-3.37_GH0.tar.gz) = 9c44b65cdc7ba0e2a544c31aeed0acde0c0080439971212242588cad94cd600f
+SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.37_GH0/seaweedfs-seaweedfs-3.37_GH0.tar.gz) = 29732599



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