diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-07 00:12:09 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-07 00:12:09 +0000 |
commit | 9f7496f47e1bf9fdbe61a10105837254b6e1a641 (patch) | |
tree | ff3d8211d58896113d7438a78853c849fa643630 /net/openldap20-server | |
parent | 25693f97d99b59768b68749d282466c7331a49c9 (diff) | |
download | FreeBSD-ports-9f7496f47e1bf9fdbe61a10105837254b6e1a641.zip FreeBSD-ports-9f7496f47e1bf9fdbe61a10105837254b6e1a641.tar.gz |
Fix unfetchable distfiles net/openldap20
some MASTER_SITES are unreachable / do not carry copies
PR: ports/47337
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Diffstat (limited to 'net/openldap20-server')
-rw-r--r-- | net/openldap20-server/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index a0054ae..910690e 100644 --- a/net/openldap20-server/Makefile +++ b/net/openldap20-server/Makefile @@ -10,14 +10,19 @@ PORTVERSION= 2.0.25 PORTREVISION= 3 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ - ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/%SUBDIR%/ \ + http://www.PlanetMirror.com/pub/openldap/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/%SUBDIR%/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/%SUBDIR%/ \ + ftp://ftp.matrix.com.br/pub/openldap/%SUBDIR%/ \ + ftp://ftp.ucr.ac.cr/pub/Unix/openldap/%SUBDIR%/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/%SUBDIR%/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/%SUBDIR%/ \ - ftp://ftp.zcu.cz/pub/network/openldap/%SUBDIR%/ + ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/%SUBDIR%/ \ + ftp://ftp.u-aizu.ac.jp/pub/net/openldap/%SUBDIR%/ \ + ftp://ftp.holywar.net/pub/OpenLDAP/%SUBDIR%/ \ + ftp://ftp.nl.uu.net/pub/unix/db/openldap/%SUBDIR%/ \ + ftp://ftp.linux.pt/pub/mirrors/OpenLDAP/%SUBDIR%/ \ + ftp://ftp.si.uniovi.es/mirror/OpenLDAP/%SUBDIR%/ \ + ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ + ftp://ftp.plig.org/pub/OpenLDAP/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release DISTNAME= openldap-${PORTVERSION} EXTRACT_SUFX= .tgz |