Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 10:02:36 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f79b55853b6e - main - Mk/bsd.sites.mk: Add RPM Fusion 9 master sites
Message-ID:  <202405121002.44CA2ann016764@gitrepo.freebsd.org>

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

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

commit f79b55853b6e772897b807a279d901632d485f79
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-04-30 17:49:03 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-05-12 10:01:17 +0000

    Mk/bsd.sites.mk: Add RPM Fusion 9 master sites
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 Mk/bsd.sites.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 73726d57099d..6397a75a8deb 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -171,6 +171,13 @@ MASTER_SITE_EPEL7+= \
 	http://dl.fedoraproject.org/pub/epel/7/SRPMS/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 \
+	https://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/free/el/updates/9/x86_64/%SUBDIR%/:DEFAULT,amd64 \
+	https://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/free/el/updates/9/SRPMS/%SUBDIR%/:DEFAULT,SOURCE
+.endif
+
 .if !defined(IGNORE_MASTER_SITE_FARSIGHT)
 MASTER_SITE_FARSIGHT+= \
 	https://dl.farsightsecurity.com/dist/%SUBDIR%/



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