git: 46cf76000b48 - main - Mk/bsd.sites.mk: add EPEL9 repository
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 07:19:20 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=46cf76000b4840d6bed1e1e5ba1e9603706cda61 commit 46cf76000b4840d6bed1e1e5ba1e9603706cda61 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-10-31 07:18:07 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-10-31 07:18:07 +0000 Mk/bsd.sites.mk: add EPEL9 repository Sponsored by: Future Crew, LLC --- Mk/bsd.sites.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 09ba73d32ab5..bb532841ba04 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -170,6 +170,13 @@ MASTER_SITE_EPEL7+= \ http://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE .endif +.if !defined(IGNORE_MASTER_SITE_EPEL9) +MASTER_SITE_EPEL9+= \ + https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/Packages/%SUBDIR%/:DEFAULT,aarch64 \ + https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \ + https://dl.fedoraproject.org/pub/epel/9/Everything/source/tree/Packages/%SUBDIR%/:SOURCE +.endif + .if !defined(IGNORE_MASTER_SITE_RPMFUSION9) MASTER_SITE_RPMFUSION9+= \ https://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/free/el/updates/9/aarch64/%SUBDIR%/:DEFAULT,aarch64 \