diff options
author | sat <sat@FreeBSD.org> | 2007-02-13 07:23:31 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-13 07:23:31 +0800 |
commit | eb1f9aadb23e00619070c13ba0e3cbcc69e1c104 (patch) | |
tree | 51e9121d5846ffc1c5a5d2601dbacac126f5b46b | |
parent | d28f4ab30269d1572d413002621e8181091ad2ba (diff) | |
download | freebsd-ports-gnome-eb1f9aadb23e00619070c13ba0e3cbcc69e1c104.tar.gz freebsd-ports-gnome-eb1f9aadb23e00619070c13ba0e3cbcc69e1c104.tar.zst freebsd-ports-gnome-eb1f9aadb23e00619070c13ba0e3cbcc69e1c104.zip |
- Add horde mirrors
-rw-r--r-- | Mk/bsd.sites.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 86654ceb829d..62b947d8e897 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -485,6 +485,19 @@ MASTER_SITE_GNU_ALPHA+= \ http://public.planetmirror.com/pub/gnu-alpha/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_HORDE) +MASTER_SITE_HORDE+= \ + http://ftp.horde.org/pub/%SUBDIR%/ \ + http://ftp.at.horde.org/mirror/horde/%SUBDIR%/ \ + ftp://ftp.horde.org/pub/%SUBDIR%/ \ + ftp://ftp.at.horde.org/mirror/horde/%SUBDIR%/ \ + ftp://ftp.it.horde.org/horde/pub/%SUBDIR%/ \ + ftp://ftp.planetmirror.com/pub/horde/%SUBDIR%/ \ + ftp://ftp.es.horde.org/pub/%SUBDIR%/ \ + ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/%SUBDIR%/ \ + http://downloads.planetmirror.com/pub/horde/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.chg.ru/pub/games/idgames/idstuff/%SUBDIR%/ \ @@ -1317,6 +1330,7 @@ MASTER_SITES_SUBDIRS= \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ + HORDE:${PORTNAME} \ MOZDEV:${PORTNAME:L} \ PERL_CPAN:${PORTNAME:C/-.*//} \ PNET:${PNET_MASTER_SITE_SUBDIR} \ |