Date: Tue, 11 May 2021 06:12:56 GMT From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 131fd94817ac - main - Update MASTER_SITES with official mirrors. Message-ID: <202105110612.14B6CuGw043216@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=131fd94817acb4c751a0e29908d35e0bd358500a commit 131fd94817acb4c751a0e29908d35e0bd358500a Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2021-05-11 06:10:22 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2021-05-11 06:10:22 +0000 Update MASTER_SITES with official mirrors. Submitted by: jharris widomaker com (earlier version) PR: ports/240001 --- net/openldap24-server/Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index e01047698fd0..cd8c07e5eaea 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -4,13 +4,16 @@ PORTNAME= openldap DISTVERSION= 2.4.58 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ - http://repository.linagora.org/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/%SUBDIR%/ \ +MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \ + http://gpl.savoirfairelinux.net/pub/mirrors/openldap/%SUBDIR%/ \ + http://repository.linagora.org/OpenLDAP/%SUBDIR%/ \ + http://mirror.eu.oneandone.net/software/openldap/%SUBDIR%/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/%SUBDIR%/ \ - ftp://ftp.u-aizu.ac.jp/pub/net/openldap/%SUBDIR%/ \ - ftp://ftp.nl.uu.net/pub/unix/db/openldap/%SUBDIR%/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ + https://mirror-hk.koddos.net/OpenLDAP/%SUBDIR%/ \ + ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/%SUBDIR%/ \ + https://mirror.koddos.net/OpenLDAP/%SUBDIR%/ \ + https://mirror.lyrahosting.com/OpenLDAP/%SUBDIR%/ \ + ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ http://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release .if defined(CLIENT_ONLY)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105110612.14B6CuGw043216>