Window Maker server admin is encouraging us to "retire/remove references to mirrors and outdated directories like contrib and libs". Three of the mirrors in network.conf.template were failing entirely. Additionally, ftp.windowmaker.info only hosts the dist files for x11/windowmaker and x11/windowmaker-extra. So we have a reconciliation problem.
The following patch honors the admins request by removing all mirrors and updating .org to .info in network.conf.template. It also brings devel/libproplist and graphics/wmicons in line with mail/wmmail implying we host the dist files. Official mirrors for Window Maker "might return in the relative near future (with different mirrors)". Thoughts? Questions? Jim
Index: devel/libproplist/Makefile =================================================================== RCS file: /cvs/ports/devel/libproplist/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- devel/libproplist/Makefile 2006/01/06 12:24:55 1.22 +++ devel/libproplist/Makefile 2006/04/02 02:45:33 @@ -8,7 +8,6 @@ MODGNU_SHARED_LIBS= PropList '' CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_WINDOWMAKER:=libs/} HOMEPAGE= http://www.windowmaker.org/ Index: graphics/wmicons/Makefile =================================================================== RCS file: /cvs/ports/graphics/wmicons/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- graphics/wmicons/Makefile 2004/02/02 18:02:22 1.12 +++ graphics/wmicons/Makefile 2006/04/02 02:45:33 @@ -13,7 +13,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${MASTER_SITE_WINDOWMAKER:=contrib/old/icons/} DISTFILES= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \ NeXT_XEmacs_tar.gz wm_icons_png.tar.gz wm_icons_tif.tar.gz Index: infrastructure/templates/network.conf.template =================================================================== RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v retrieving revision 1.89 diff -u -r1.89 network.conf.template --- infrastructure/templates/network.conf.template 2006/04/01 05:22:20 1.89 +++ infrastructure/templates/network.conf.template 2006/04/02 02:45:33 @@ -192,14 +192,7 @@ ftp://ftp.dti.ad.jp/pub/X/AfterStep/ MASTER_SITE_WINDOWMAKER+= \ - ftp://ftp.windowmaker.org/pub/ \ - ftp://ftp.minet.net/pub/windowmaker/ \ - ftp://ftp.ziobudda.net/pub/Mirrors/ftp.windowmaker.org/ \ - ftp://ftp.task.gda.pl/mirror/ftp.windowmaker.org/pub/ \ - ftp://ftp.nectec.or.th/pub/mirrors/windowmaker/ \ - ftp://sunsite.ulatina.ac.cr/Mirrors/XWindows/Windomanagers/WindowMaker/ \ - ftp://ftp.club-internet.fr/pub/mirrors/ftp.windowmaker.org/pub/ \ - ftp://ftp.dti.ad.jp/pub/X/WindowMaker/ + ftp://ftp.windowmaker.info/pub/ MASTER_SITE_SOURCEWARE+= \ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/ \