Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 09:54:56 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 98663270703c - main - devel/libthai: Update MASTER_SITES
Message-ID:  <202310220954.39M9sumL015838@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98663270703cde1cdbfe7d5f8f03fc8975d83d7d

commit 98663270703cde1cdbfe7d5f8f03fc8975d83d7d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-22 09:19:41 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-22 09:54:20 +0000

    devel/libthai: Update MASTER_SITES
    
    Add GitHub as primary source and linux.thai.net, while at it switch to
    https for fallback site
---
 devel/libthai/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile
index 0aa5d99037e1..1c14c8956be2 100644
--- a/devel/libthai/Makefile
+++ b/devel/libthai/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	libthai
 DISTVERSION=	0.1.29
 CATEGORIES=	devel
-MASTER_SITES=	http://linux.thai.net/pub/thailinux/software/libthai/
+MASTER_SITES=	https://github.com/tlwg/${PORTNAME}/releases/download/v${DISTVERSION}/ \
+		https://linux.thai.net/pub/thailinux/software/libthai/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Thai language support library



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310220954.39M9sumL015838>