diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index d700ad31a4b4..4f05a14b8a4e 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,69 +1,69 @@ PORTNAME= seaweedfs -DISTVERSION= 3.47 +DISTVERSION= 3.52 CATEGORIES= net sysutils MASTER_SITES= https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod MAINTAINER= drtr0jan@yandex.ru COMMENT= Distributed Object Store and Filesystem WWW= https://github.com/seaweedfs/seaweedfs/wiki LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes USE_RC_SUBR= seaweedfs 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= SEAWEEDFS_DIR=${SEAWEEDFS_DIR} \ USER=${SEAWEEDFS_USER} \ GROUP=${SEAWEEDFS_GROUP} USERS= ${SEAWEEDFS_USER} GROUPS= ${SEAWEEDFS_GROUP} OPTIONS_DEFINE= GOCDK OPTIONS_DEFAULT= ELASTIC GOCDK SQLITE OPTIONS_GROUP= FILERS OPTIONS_GROUP_FILERS= ELASTIC SQLITE TIKV YDB ELASTIC_DESC= Elasticsearch support FILERS_DESC= Filer store engines GOCDK_DESC= Go CDK PubSub API support TIKV_DESC= TiKV database support YDB_DESC= YDB support ELASTIC_VARS= GO_TAGS+=elastic GOCDK_VARS= GO_TAGS+=gocdk SQLITE_VARS= GO_TAGS+=sqlite TIKV_VARS= GO_TAGS+=tikv YDB_VARS= GO_TAGS+=ydb .include .if !empty (GO_TAGS) GO_BUILDFLAGS+= -tags "${GO_TAGS}" .endif post-build: .for cfg in master filer security replication notification ${WRKDIR}/bin/weed scaffold -config ${cfg} -output ${WRKDIR}/ .endfor post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} .for cfg in filer master notification replication security ${INSTALL_DATA} ${WRKDIR}/${cfg}.toml \ ${STAGEDIR}${ETCDIR}/${cfg}.toml.sample .endfor .include diff --git a/net/seaweedfs/distinfo b/net/seaweedfs/distinfo index ee4f644b689c..1cda7dce2fa5 100644 --- a/net/seaweedfs/distinfo +++ b/net/seaweedfs/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1682594268 -SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.47_GH0/go.mod) = 3c81d36551018f7f6082d844ba0f9a8dbb63657e7a852f8bb7d80d5cbd8ce080 -SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.47_GH0/go.mod) = 15015 -SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.47_GH0/seaweedfs-seaweedfs-3.47_GH0.tar.gz) = 1265000fbe2cd09c796cab9c3ec775770afe53b86176c3dbeb32500ac5240131 -SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.47_GH0/seaweedfs-seaweedfs-3.47_GH0.tar.gz) = 29780737 +TIMESTAMP = 1686171019 +SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.52_GH0/go.mod) = a61fc260201db35ea1d4d67b2bdf5665eff4bf2e6f8801ae7cd10412e427d697 +SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.52_GH0/go.mod) = 15062 +SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.52_GH0/seaweedfs-seaweedfs-3.52_GH0.tar.gz) = d189dcba808e56dfaf80bd954c27ebd074671792d8980dd67efdaed90cb166f7 +SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.52_GH0/seaweedfs-seaweedfs-3.52_GH0.tar.gz) = 29781865