mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Mk/bsd.sites.mk: add EPEL9 repository
Sponsored by: Future Crew, LLC
This commit is contained in:
parent
4a19e59dcd
commit
46cf76000b
1 changed files with 7 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue