Date: Sun, 28 Jan 2018 17:01:09 -0500 From: James E Keenan <jkeenan@pobox.com> To: Freddie Cash <fjwcash@gmail.com> Cc: freebsd-ports <freebsd-ports@freebsd.org> Subject: Re: When does a newly committed port become installable via 'pkg'? Message-ID: <63b8d586-ffc5-f14e-e0a1-979c55458896@pobox.com> In-Reply-To: <CAOjFWZ4mPrV2gsFbYyfFgRB-anhc7_OvvpszgT%2Bi=hfndmj=fg@mail.gmail.com> References: <c0a0aba5-842f-f532-1a9b-0391cb15defe@pobox.com> <CAOjFWZ4mPrV2gsFbYyfFgRB-anhc7_OvvpszgT%2Bi=hfndmj=fg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/28/2018 04:01 PM, Freddie Cash wrote: > On Jan 28, 2018 12:15 PM, "James E Keenan" <jkeenan@pobox.com=20 > <mailto:jkeenan@pobox.com>> wrote: >=20 > Earlier today (about 0910 EST), thanks to Po-Chuan Hsieh, a new por= t > I had created was committed to the repository.=C2=A0 It was very qu= ickly > visible at these locations: >=20 > https://svnweb.freebsd.org/ports/head/devel/p5-CPAN-Testers-Common-= Client/ > <https://svnweb.freebsd.org/ports/head/devel/p5-CPAN-Testers-Common= -Client/> > https://www.freshports.org/devel/p5-CPAN-Testers-Common-Client/ > <https://www.freshports.org/devel/p5-CPAN-Testers-Common-Client/> >=20 > ... and it has since become visible here as well: >=20 > https://www.freebsd.org/cgi/ports.cgi?query=3Dp5-CPAN-Testers-Commo= n-Client&stype=3Dall&sektion=3Dall > <https://www.freebsd.org/cgi/ports.cgi?query=3Dp5-CPAN-Testers-Comm= on-Client&stype=3Dall&sektion=3Dall> >=20 > However, when I try to install that package onto my system (a VM > running FreeBSD-11.0-RELEASE), I continue -- six hours later -- to > get messages saying that the package cannot be located. >=20 > ##### > $> sudo pkg update > Updating FreeBSD repository catalogue... > FreeBSD repository is up to date. > All repositories are up to date. >=20 > $> sudo pkg install p5-CPAN-Testers-Common-Client > Updating FreeBSD repository catalogue... > FreeBSD repository is up to date. > All repositories are up to date. > pkg: No packages available to install matching > 'p5-CPAN-Testers-Common-Client' have been found in the repositories > ##### >=20 > What am I not understanding about this process? >=20 > Thank you very much. > Jim >=20 >=20 > The default pkg repository is the "quarterly" one (see=20 > /usr/local/etc/pkg) which only gets new ports every 3 months. >=20 > You can switch to the "latest" repo, which gets rebuilt every Tuesday, = I=20 > believe. >=20 Thanks. Upon reading 'man 5 pkg.conf', which identified the system-wide=20 configuration file as being located as /etc/pkg/FreeBSD.conf. That file=20 does contain this entry: ##### url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", ##### That file also states that to modify that file, create a new file as: ##### /usr/local/etc/pkg/repos/FreeBSD.conf ##### I have done so, and in that file I have placed this entry: #### FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } ##### Should that suffice? Thank you very much. Jim Keenan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?63b8d586-ffc5-f14e-e0a1-979c55458896>