Sun Dec 11 23:18:22 2022 UTC ()
revbump gotosocial after go119 fix.


(nikita)
diff -r1.3 -r1.4 pkgsrc/www/gotosocial/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/www/gotosocial/Makefile (expand / switch to unified diff)

--- pkgsrc/www/gotosocial/Makefile 2022/12/08 16:14:19 1.3
+++ pkgsrc/www/gotosocial/Makefile 2022/12/11 23:18:22 1.4
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2022/12/08 16:14:19 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.4 2022/12/11 23:18:22 nikita Exp $
2 2
3DISTNAME= gotosocial-0.6.0-source-code 3DISTNAME= gotosocial-0.6.0-source-code
4PKGNAME= ${DISTNAME:S/-source-code//} 4PKGNAME= ${DISTNAME:S/-source-code//}
5PKGREVISION= 1 5PKGREVISION= 2
6MASTER_SITES= ${MASTER_SITE_GITHUB:=superseriousbusiness/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=superseriousbusiness/}
7GITHUB_RELEASE= v0.6.0 7GITHUB_RELEASE= v0.6.0
8GITHUB_PROJECT= gotosocial 8GITHUB_PROJECT= gotosocial
9CATEGORIES= www 9CATEGORIES= www
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/superseriousbusiness/gotosocial/ 12HOMEPAGE= https://github.com/superseriousbusiness/gotosocial/
13COMMENT= Fediverse server written in Go 13COMMENT= Fediverse server written in Go
14LICENSE= gnu-agpl-v3 14LICENSE= gnu-agpl-v3
15USE_TOOLS+= pax 15USE_TOOLS+= pax
16 16
17# release archive has no toplevel folder. 17# release archive has no toplevel folder.
18EXTRACT_DIR= ${WRKDIR}/${PKGNAME} 18EXTRACT_DIR= ${WRKDIR}/${PKGNAME}