diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-09-22 03:20:55 +0800 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-09-22 03:20:55 +0800 |
commit | f0d7df79d70a5752da724a909baff2347b779962 (patch) | |
tree | ab8a7d531abb01c83a92db4d4df8b854eb3c14b4 | |
parent | 35024cd38efb662f172962150f32816b419c53a9 (diff) | |
download | freebsd-ports-gnome-f0d7df79d70a5752da724a909baff2347b779962.tar.gz freebsd-ports-gnome-f0d7df79d70a5752da724a909baff2347b779962.tar.zst freebsd-ports-gnome-f0d7df79d70a5752da724a909baff2347b779962.zip |
Fix distfile survey issues with X ports, update bsd.sites.mk to include
more working X mirrors and remove a local distfiles site that hasn't been
updating.
Approved by: portmgr
-rw-r--r-- | Mk/bsd.sites.mk | 19 | ||||
-rw-r--r-- | x11-fonts/XFree86-4-fontCyrillic/Makefile | 2 | ||||
-rw-r--r-- | x11-servers/XFree86-4-FontServer/Makefile | 2 |
3 files changed, 18 insertions, 5 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 566e44340f87..e505e1b91470 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -17,9 +17,9 @@ MASTER_SITE_LOCAL?= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ - ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ +# ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ # ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ @@ -403,9 +403,22 @@ MASTER_SITE_XEMACS+= \ MASTER_SITE_XFREE+= \ ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.rge.com/pub/X/XFree86/%SUBDIR%/source/ \ + ftp://archive.progeny.com/XFree86/%SUBDIR%/source/ \ + ftp://ftp.mirrorcentral.com/pub/XFree86/%SUBDIR%/source/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,XFree86/&/source,} \ + ftp://gd.tuwien.Ac.at/hci/X11/XFree86/%SUBDIR%/source/ \ + ftp://ftp.fit.vutbr.cz/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.free.fr/pub/XFree86/%SUBDIR%/source/ \ + ftp://mir1.ovh.net/ftp.xfree86.org/%SUBDIR%/source/ \ + ftp://ftp.lami.univ-evry.fr/XFree86/%SUBDIR%/source/ \ ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/%SUBDIR%/source/ \ - ftp://sunsite.doc.ic.ac.uk/packages/XFree86/%SUBDIR%/source/ \ + ftp://ftp.gwdg.de/pub/xfree86/XFree86/%SUBDIR%/source/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/%SUBDIR%/source/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,XFree86/&/source,} \ ftp://ftp.rediris.es/mirror/XFree86/%SUBDIR%/source/ \ + ftp://ftp.esat.net/pub/X11/XFree86/%SUBDIR%/source/ \ + ftp://ftp.nl.uu.net/pub/XFree86/%SUBDIR%/source/ \ + ftp://sunsite.uio.no/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.task.gda.pl/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.physics.uvt.ro/pub/XFree86/%SUBDIR%/source/ \ ftp://ftp.chg.ru/pub/XFree86/%SUBDIR%/source/ diff --git a/x11-fonts/XFree86-4-fontCyrillic/Makefile b/x11-fonts/XFree86-4-fontCyrillic/Makefile index 0c8d4e200c86..7aec94fd5411 100644 --- a/x11-fonts/XFree86-4-fontCyrillic/Makefile +++ b/x11-fonts/XFree86-4-fontCyrillic/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ http://koi8.pp.ru/dist/:xrus -MASTER_SITE_SUBDIR= ${PORTVERSION}:x +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x PKGNAMEPREFIX= XFree86- DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz:x \ xrus-2.3.1-xf4-bdf.tgz:xrus diff --git a/x11-servers/XFree86-4-FontServer/Makefile b/x11-servers/XFree86-4-FontServer/Makefile index f786a05b3c65..48ac7d6f356f 100644 --- a/x11-servers/XFree86-4-FontServer/Makefile +++ b/x11-servers/XFree86-4-FontServer/Makefile @@ -9,7 +9,7 @@ PORTNAME= FontServer PORTVERSION= 4.2.0 CATEGORIES= x11-servers x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} -MASTER_SITE_SUBDIR= ${PORTVERSION}/ +MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz |