git: dec1710e77ae - main - devel/sdl20: add (and prefer) github MASTER_SITE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Apr 2024 16:59:03 UTC
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