diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-10-07 18:26:49 +0800 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-10-07 18:26:49 +0800 |
commit | 098bd5bc3aa948dcdb9012c96101f3c4c7dfa302 (patch) | |
tree | 95312da1b850efca6a8e8e903ebfe1f6c87ce8ee /security/cyrus-sasl | |
parent | cf96917c27dd6e779753fc85eb5463db2a75bc70 (diff) | |
download | freebsd-ports-gnome-098bd5bc3aa948dcdb9012c96101f3c4c7dfa302.tar.gz freebsd-ports-gnome-098bd5bc3aa948dcdb9012c96101f3c4c7dfa302.tar.zst freebsd-ports-gnome-098bd5bc3aa948dcdb9012c96101f3c4c7dfa302.zip |
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke <stb__at__lassitu.de>
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 5c80009fd6a3..2130fffe0245 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ + http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.surf.org.uk/downloads/:ldap_mysql \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/:ldap_mysql \ ${MASTER_SITE_SOURCEFORGE:S/$/:ldap_mysql/} |