Date: Mon, 23 Mar 2020 20:16:51 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 245015] x11/xkeyboard-config: fetch fails as upstream path now includes /data/ Message-ID: <bug-245015-7141-bwUE2J6ELs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245015-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-245015-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 mailing li= st <x11@FreeBSD.org> for maintainer-feedback: Bug 245015: x11/xkeyboard-config: fetch fails as upstream path now includes /data/ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245015 --- Description --- upstream seems to have moved repo, as FETCH no longer works (nb no IPv6 available at my end) =3D=3D=3D> xkeyboard-config-2.27 depends on file: /usr/local/sbin/pkg - f= ound =3D> xkeyboard-config-2.27.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/xorg/data. =3D> Attempting to fetch https://xorg.freedesktop.org/releases/individual//xkeyboard-config/xkeyboar= d-co nfig-2.27.tar.bz2 fetch: https://xorg.freedesktop.org/releases/individual//xkeyboard-config/xkeyboar= d-co nfig-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://mirror.csclub.uwaterloo.ca/x.org/individual//xkeyboard-config/xkeyb= oard -config-2.27.tar.bz2 fetch: https://mirror.csclub.uwaterloo.ca/x.org/individual//xkeyboard-config/xkeyb= oard -config-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://artfiles.org/x.org/pub/individual//xkeyboard-config/xkeyboard-confi= g-2. 27.tar.bz2 fetch: https://artfiles.org/x.org/pub/individual//xkeyboard-config/xkeyboard-confi= g-2. 27.tar.bz2: Not Found =3D> Attempting to fetch https://ftp.gwdg.de/pub/x11/x.org/pub/individual//xkeyboard-config/xkeyboar= d-co nfig-2.27.tar.bz2 fetch: https://ftp.gwdg.de/pub/x11/x.org/pub/individual//xkeyboard-config/xkeyboar= d-co nfig-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://mi.mirror.garr.it/mirrors/x.org/individual//xkeyboard-config/xkeybo= ard- config-2.27.tar.bz2 fetch: https://mi.mirror.garr.it/mirrors/x.org/individual//xkeyboard-config/xkeybo= ard- config-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://mirrors.ircam.fr/pub/x.org/individual//xkeyboard-config/xkeyboard-c= onfi g-2.27.tar.bz2 fetch: https://mirrors.ircam.fr/pub/x.org/individual//xkeyboard-config/xkeyboard-c= onfi g-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://www.mirrorservice.org/sites/ftp.x.org/pub/individual//xkeyboard-con= fig/ xkeyboard-config-2.27.tar.bz2 fetch: https://www.mirrorservice.org/sites/ftp.x.org/pub/individual//xkeyboard-con= fig/ xkeyboard-config-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://mirror.nl.leaseweb.net/xorg/individual//xkeyboard-config/xkeyboard-= conf ig-2.27.tar.bz2 fetch: https://mirror.nl.leaseweb.net/xorg/individual//xkeyboard-config/xkeyboard-= conf ig-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/individual//xkeyboard-config/= xkey board-config-2.27.tar.bz2 fetch: https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/individual//xkeyboard-config/= xkey board-config-2.27.tar.bz2: Not Found =3D> Attempting to fetch http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/individual//xkeyboard-conf= ig/x keyboard-config-2.27.tar.bz2 fetch: http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/individual//xkeyboard-conf= ig/x keyboard-config-2.27.tar.bz2: Connection refused =3D> Attempting to fetch http://xorg.mirrors.pair.com/individual//xkeyboard-config/xkeyboard-config-= 2.27 .tar.bz2 fetch: http://xorg.mirrors.pair.com/individual//xkeyboard-config/xkeyboard-config-= 2.27 .tar.bz2: Not Found =3D> Attempting to fetch http://ftp.kaist.ac.kr/x.org/individual//xkeyboard-config/xkeyboard-config-= 2.27 .tar.bz2 fetch: http://ftp.kaist.ac.kr/x.org/individual//xkeyboard-config/xkeyboard-config-= 2.27 .tar.bz2: Not Found =3D> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/xorg/data/xkeyboard-config-2.2= 7.ta r.bz2 This diff fixed fetch but I am not certain if this is canonical source, nor= if other packages are also impacted. diff --git x11/xkeyboard-config/Makefile x11/xkeyboard-config/Makefile index cdb257d9113a..a9d0f047bcc4 100644 --- x11/xkeyboard-config/Makefile +++ x11/xkeyboard-config/Makefile @@ -3,8 +3,7 @@ PORTNAME=3D xkeyboard-config PORTVERSION=3D 2.27 CATEGORIES=3D x11 -MASTER_SITES=3D XORG/individual/${XORG_CAT}/${PORTNAME} +MASTER_SITES=3D XORG/individual/data/${XORG_CAT}/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245015-7141-bwUE2J6ELs>