diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index fd0c6284f444..ecb81c904de4 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,70 +1,69 @@ PORTNAME= seaweedfs -DISTVERSION= 3.20 -PORTREVISION= 2 +DISTVERSION= 3.35 CATEGORIES= net sysutils MASTER_SITES= https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod -MAINTAINER= dch@FreeBSD.org +MAINTAINER= drtr0jan@yandex.ru COMMENT= Distributed Object Store and Filesystem -WWW= https://github.com/chrislusf/seaweedfs/wiki +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= GROUP=${SEAWEEDFS_GROUP} \ SEAWEEDFS_DIR=${SEAWEEDFS_DIR} \ USER=${SEAWEEDFS_USER} 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 +SEAWEEDFS_DIR?= /var/db/${PORTNAME} +SEAWEEDFS_GROUP?= seaweedfs +SEAWEEDFS_USER?= seaweedfs + .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 + ${STAGEDIR}${ETCDIR}/${cfg}.toml.sample .endfor .include diff --git a/net/seaweedfs/distinfo b/net/seaweedfs/distinfo index 61e515117a65..e2053e66cb9f 100644 --- a/net/seaweedfs/distinfo +++ b/net/seaweedfs/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1662714159 -SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.26_GH0/go.mod) = bda5d80fad3ccd26c08bdd1fee554be2501e09b087bc079bd54bea4dab01feea -SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.26_GH0/go.mod) = 11431 -SHA256 (go/net_seaweedfs/seaweedfs-seaweedfs-3.26_GH0/seaweedfs-seaweedfs-3.26_GH0.tar.gz) = a2798c587aa4193923e0ee9eae6c008b43f4b17dea3136f1c67e4acee45468c7 -SIZE (go/net_seaweedfs/seaweedfs-seaweedfs-3.26_GH0/seaweedfs-seaweedfs-3.26_GH0.tar.gz) = 28883805 +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