View | Details | Raw Unified | Return to bug 278386
Collapse All | Expand All

(-)b/net-im/gotosocial/Makefile (-3 / +9 lines)
Lines 1-7 Link Here
1
PORTNAME=	gotosocial
1
PORTNAME=	gotosocial
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.14.1
3
DISTVERSION=	0.15.0
4
PORTREVISION=	1
5
CATEGORIES=	net-im
4
CATEGORIES=	net-im
6
MASTER_SITES?=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web
5
MASTER_SITES?=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web
7
DISTFILES?=	${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web
6
DISTFILES?=	${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web
Lines 22-28 GH_ACCOUNT= superseriousbusiness Link Here
22
USE_RC_SUBR=	${PORTNAME}
21
USE_RC_SUBR=	${PORTNAME}
23
22
24
GO_TARGET=	./cmd/gotosocial
23
GO_TARGET=	./cmd/gotosocial
25
GO_BUILDFLAGS=	-trimpath -tags "netgo osusergo static_build kvformat ${WITH_DEBUG:Ddebugenv}" \
24
GO_BUILDFLAGS+=	-tags "netgo osusergo static_build kvformat ${WITH_DEBUG:Ddebugenv}" \
26
	-ldflags="${STRIP} -w -extldflags '-static' -X 'main.Version=${PKGVERSION}'"
25
	-ldflags="${STRIP} -w -extldflags '-static' -X 'main.Version=${PKGVERSION}'"
27
CGO_ENABLED=	0
26
CGO_ENABLED=	0
28
27
Lines 40-45 PLIST_SUB= WWWDIR="${WWWDIR}" Link Here
40
39
41
TESTING_UNSAFE=	FAIL    github.com/superseriousbusiness/gotosocial/internal/log
40
TESTING_UNSAFE=	FAIL    github.com/superseriousbusiness/gotosocial/internal/log
42
41
42
post-patch:
43
	${REINPLACE_CMD} -e 's,GTS_DB_TYPE="postgres",#&,' ${WRKSRC}/scripts/test.sh
44
43
post-install:
45
post-install:
44
	${MKDIR} ${STAGEDIR}${DOCSDIR}
46
	${MKDIR} ${STAGEDIR}${DOCSDIR}
45
.for x in LICENSE README.md
47
.for x in LICENSE README.md
Lines 51-54 post-install: Link Here
51
		${STAGEDIR}${ETCDIR}/config.yaml.sample
53
		${STAGEDIR}${ETCDIR}/config.yaml.sample
52
	(cd ${WRKSRC}/../web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ )
54
	(cd ${WRKSRC}/../web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ )
53
55
56
do-test:
57
	(cd ${GO_WRKSRC}; \
58
		${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off scripts/test.sh)
59
54
.include <bsd.port.mk>
60
.include <bsd.port.mk>
(-)b/net-im/gotosocial/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1711719327
1
TIMESTAMP = 1713103870
2
SHA256 (gotosocial_0.14.1_web-assets.tar.gz) = 70d3b42ee4f3831dc200ffaa8d3059f4582ce23ac7df2a59444a4a2a2a4e2430
2
SHA256 (gotosocial_0.15.0_web-assets.tar.gz) = beb49d14874171f8fafacc6dbefd6cfccbbce48d662b18f25184bdd36a0b2a4e
3
SIZE (gotosocial_0.14.1_web-assets.tar.gz) = 1417726
3
SIZE (gotosocial_0.15.0_web-assets.tar.gz) = 1420530
4
SHA256 (superseriousbusiness-gotosocial-v0.14.1_GH0.tar.gz) = 430ae26031282ffc0db58d39f88d32f14fce44ef32188a2a853222693a638bae
4
SHA256 (superseriousbusiness-gotosocial-v0.15.0_GH0.tar.gz) = 4a2c7ce14dcfb7354bd17ed0b405b4958f6096849e40f1c32ec189f562e2be28
5
SIZE (superseriousbusiness-gotosocial-v0.14.1_GH0.tar.gz) = 64603596
5
SIZE (superseriousbusiness-gotosocial-v0.15.0_GH0.tar.gz) = 75364534
(-)b/net-im/gotosocial/pkg-plist (-1 / +5 lines)
Lines 76-81 Link Here
76
%%WWWDIR%%/assets/dist/page.css
76
%%WWWDIR%%/assets/dist/page.css
77
%%WWWDIR%%/assets/dist/prism.css
77
%%WWWDIR%%/assets/dist/prism.css
78
%%WWWDIR%%/assets/dist/thread.css
78
%%WWWDIR%%/assets/dist/thread.css
79
%%WWWDIR%%/assets/themes/blurple-dark.css
80
%%WWWDIR%%/assets/themes/blurple-light.css
81
%%WWWDIR%%/assets/themes/midnight-trip.css
82
%%WWWDIR%%/assets/themes/soft.css
83
%%WWWDIR%%/assets/themes/sunset-light.css
79
%%WWWDIR%%/assets/feditext.svg
84
%%WWWDIR%%/assets/feditext.svg
80
%%WWWDIR%%/assets/swagger.yaml
85
%%WWWDIR%%/assets/swagger.yaml
81
bin/gotosocial
86
bin/gotosocial
82
- 

Return to bug 278386