diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 5cfc5f12bb7c..d512bed8c793 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,52 +1,51 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v -DISTVERSION= 0.13.1 -PORTREVISION= 1 +DISTVERSION= 0.13.3 CATEGORIES= net-im MASTER_SITES?= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web DISTFILES?= ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web MAINTAINER= freebsd@igalic.co COMMENT= Golang fediverse server WWW= https://docs.gotosocial.org/en/latest/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 ONLY_FOR_ARCHS_REASON= https://gitlab.com/cznic/libc/-/issues/15 USES= go:1.21,modules USE_GITHUB= yes GH_ACCOUNT= superseriousbusiness USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/gotosocial GO_BUILDFLAGS= -trimpath -tags "netgo osusergo static_build kvformat ${WITH_DEBUG:Ddebugenv}" \ -ldflags="${STRIP} -w -extldflags '-static' -X 'main.Version=${PKGVERSION}'" CGO_ENABLED= 0 SUB_LIST= DBDIR="${DBDIR}" \ GROUP="${GROUPS}" \ USER="${USERS}" \ WWWDIR="${WWWDIR}" USERS= gotosocial GROUPS= gotosocial DBDIR= /var/db/${PORTNAME} PLIST_SUB= WWWDIR="${WWWDIR}" post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in LICENSE README.md ${INSTALL_DATA} ${WRKSRC}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/example/config.yaml \ ${STAGEDIR}${ETCDIR}/config.yaml.sample (cd ${WRKSRC}/../web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ ) .include diff --git a/net-im/gotosocial/distinfo b/net-im/gotosocial/distinfo index 46dbaa591713..299d429ec4ae 100644 --- a/net-im/gotosocial/distinfo +++ b/net-im/gotosocial/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1704973093 -SHA256 (gotosocial_0.13.1_web-assets.tar.gz) = 23fbf0001e45d40d9c1a6bbbe82200622a18a327131edd11c4f3ac3ebe6e41ab -SIZE (gotosocial_0.13.1_web-assets.tar.gz) = 1375553 -SHA256 (superseriousbusiness-gotosocial-v0.13.1_GH0.tar.gz) = 0c9cce1a57f547cd2cb3e1cb6655c38578b8bacf6646ee5ba82144e0c8d1e5d9 -SIZE (superseriousbusiness-gotosocial-v0.13.1_GH0.tar.gz) = 63436424 +TIMESTAMP = 1708382363 +SHA256 (gotosocial_0.13.3_web-assets.tar.gz) = c42d40726fc22475d36e557c13adef641fabfe4b411fb132b4bef1e1e586928f +SIZE (gotosocial_0.13.3_web-assets.tar.gz) = 1375558 +SHA256 (superseriousbusiness-gotosocial-v0.13.3_GH0.tar.gz) = 4134dae3ae284f74835338e997aeafc6da3496a6376c674057cf8920e868b5dc +SIZE (superseriousbusiness-gotosocial-v0.13.3_GH0.tar.gz) = 63444587