Can't find chromium (and other packages) after upgrade to 14.0

I recently upgraded to 14.0 (from 13.2) somehow many of the packages that were on my system aren't there anymore. What's worse is that a pkg search doesn't give any result for them.

How can I find and install chromium (and other) packages with the pkg manager?
 
I happen to use quarterly

Code:
$ cat /etc/pkg/FreeBSD.conf 
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}

Are you on latest? Intentionally so?
 
Back
Top