git: 73267588f2cf - main - archivers/lhasa: Unbreak fetch - upstream moved distfiles to github

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Wed, 25 Jun 2025 23:32:20 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73267588f2cf64c89e41ba0570c0391b26b13c07

commit 73267588f2cf64c89e41ba0570c0391b26b13c07
Author:     Bryan Baldwin <bryan@katofiad.co.nz>
AuthorDate: 2025-06-25 23:28:47 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-06-25 23:28:47 +0000

    archivers/lhasa: Unbreak fetch - upstream moved distfiles to github
    
    Remove mirrors without distfiles.
    
    PR:             287520
    Approved by:    cs@innolan.dk (maintainer, implicit - fix fetch)
    MFH:            2025Q2
---
 archivers/lhasa/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile
index f22d31528e34..9d365084edd6 100644
--- a/archivers/lhasa/Makefile
+++ b/archivers/lhasa/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	lhasa
 DISTVERSION=	0.4.0
 CATEGORIES=	archivers
-MASTER_SITES=	https://soulsphere.org/projects/lhasa/ \
-		http://suyai.innolan.net/
+MASTER_SITES=	https://github.com/fragglet/${PORTNAME}/releases/download/v${DISTVERSION}/
 
 MAINTAINER=	cs@innolan.dk
 COMMENT=	Command line tool and library for parsing LHA archives