pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gotosocial: reduce diffs to www/gotosocial



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jul 24 23:35:01 2026 +0200
Changeset:	e59e52778df88e5bf6c61c5f0194bda65c189c37

Modified Files:
	gotosocial/Makefile

Log Message:
gotosocial: reduce diffs to www/gotosocial

also fixes download, since CODEBERG_TAG now has a particular meaning

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e59e52778df88e5bf6c61c5f0194bda65c189c37

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gotosocial/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/gotosocial/Makefile b/gotosocial/Makefile
index 107a6fe84c..fbf5d57312 100644
--- a/gotosocial/Makefile
+++ b/gotosocial/Makefile
@@ -1,11 +1,10 @@
 # $NetBSD: Makefile,v 1.63 2026/07/08 18:32:44 bsiegert Exp $
 
-CODEBERG_TAG=	0.22.1
-DISTNAME=	gotosocial-${CODEBERG_TAG}-source-code
+DISTNAME=	gotosocial-0.22.1-source-code
 PKGNAME=	${DISTNAME:S/-source-code//}
 CATEGORIES=	www
 MASTER_SITES=	https://codeberg.org/superseriousbusiness/gotosocial/releases/download/v${PKGVERSION_NOREV}/
-SRC_DISTFILE=	gotosocial-${CODEBERG_TAG}-source-code.tar.gz
+SRC_DISTFILE=	gotosocial-${PKGVERSION_NOREV}-source-code.tar.gz
 WRKSRC=		${WRKDIR}/gotosocial-${PKGVERSION_NOREV}-source-code
 
 MAINTAINER=	nikita%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index