Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 16:59:03 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dec1710e77ae - main - devel/sdl20: add (and prefer) github MASTER_SITE
Message-ID:  <202404151659.43FGx30s057099@gitrepo.freebsd.org>

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

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

commit dec1710e77ae9e4cf8b0954fa53afda96a9e1cd9
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-04-15 16:27:46 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-04-15 16:58:54 +0000

    devel/sdl20: add (and prefer) github MASTER_SITE
    
    PR:             278353
    Submitted by:   diizzy
---
 devel/sdl20/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index 7c6fa6624f77..f4e2bfe7712e 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -2,7 +2,8 @@ PORTNAME=	sdl2
 DISTVERSION=	2.30.2
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	https://www.libsdl.org/release/
+MASTER_SITES=	https://github.com/libsdl-org/SDL/releases/download/release-${DISTVERSION}/ \
+		https://www.libsdl.org/release/
 DISTNAME=	SDL2-${PORTVERSION}
 
 MAINTAINER=	amdmi3@FreeBSD.org



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