From dd0fbb1fed7b4d14ed881573916d7f5451bdce33 Mon Sep 17 00:00:00 2001 From: "Hermes (debby)" Date: Sat, 20 Jun 2026 17:35:53 +0200 Subject: [PATCH] fix(ports): use MASTER_SITES for Forgejo, not GH_ACCOUNT - Replace GH_ACCOUNT+GH_PROJECT with MASTER_SITES pointing at code.smilepowered.org/clawdie/colibri/archive/ - Fix distinfo to match Forgejo archive naming (v0.0.1.tar.gz) --- ports/sysutils/colibri/Makefile | 7 +++---- ports/sysutils/colibri/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ports/sysutils/colibri/Makefile b/ports/sysutils/colibri/Makefile index d5169762..fa7f9a12 100644 --- a/ports/sysutils/colibri/Makefile +++ b/ports/sysutils/colibri/Makefile @@ -9,10 +9,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo -USE_GITHUB= nodefault -GH_ACCOUNT= clawdie -GH_PROJECT= colibri -GH_TAGNAME= v${DISTVERSION} +MASTER_SITES= https://code.smilepowered.org/clawdie/colibri/archive/ +DISTFILES= v${DISTVERSION}${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/colibri # Colibri ships multiple binaries; list the ones worth installing CARGO_BUILD= no diff --git a/ports/sysutils/colibri/distinfo b/ports/sysutils/colibri/distinfo index 1b84b699..4df5a58c 100644 --- a/ports/sysutils/colibri/distinfo +++ b/ports/sysutils/colibri/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1750962512 -SHA256 (clawdie-colibri-v0.0.1_GH0.tar.gz) = 4f6f1cb7bc4b31407e6be3d94be8fbf7228f079a4eabd0972653f7adf8c822c8 -SIZE (clawdie-colibri-v0.0.1_GH0.tar.gz) = 5930482 +SHA256 (v0.0.1.tar.gz) = 4f6f1cb7bc4b31407e6be3d94be8fbf7228f079a4eabd0972653f7adf8c822c8 +SIZE (v0.0.1.tar.gz) = 5930482 -- 2.45.3