Date: Mon, 23 Mar 2020 20:16:51 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 245015] x11/xkeyboard-config: fetch fails as upstream path now includes /data/ Message-ID: <bug-245015-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245015 Bug ID: 245015 Summary: x11/xkeyboard-config: fetch fails as upstream path now includes /data/ Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: dch@freebsd.org Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org 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-config-2.27.tar.bz2 fetch: https://xorg.freedesktop.org/releases/individual//xkeyboard-config/xkeyboar= d-config-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-config-2.27.tar.bz2 fetch: https://ftp.gwdg.de/pub/x11/x.org/pub/individual//xkeyboard-config/xkeyboar= d-config-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= onfig-2.27.tar.bz2 fetch: https://mirrors.ircam.fr/pub/x.org/individual//xkeyboard-config/xkeyboard-c= onfig-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-= config-2.27.tar.bz2 fetch: https://mirror.nl.leaseweb.net/xorg/individual//xkeyboard-config/xkeyboard-= config-2.27.tar.bz2: Not Found =3D> Attempting to fetch https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/individual//xkeyboard-config/= xkeyboard-config-2.27.tar.bz2 fetch: https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/individual//xkeyboard-config/= xkeyboard-config-2.27.tar.bz2: Not Found =3D> Attempting to fetch http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/individual//xkeyboard-conf= ig/xkeyboard-config-2.27.tar.bz2 fetch: http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/individual//xkeyboard-conf= ig/xkeyboard-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.tar.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} --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245015-7141>