pkg install audio/audacity fails

This is on 14.0-RELEASE. Trying to re-install audio/audacity ...

'pkg' no longer sees 'audacity' as a valid package name.

Code:
# pkg install audio/audacity
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Updating database digests format: 100%
pkg: No packages available to install matching 'audio/audacity' have been found in the repositories

I've tried 'pkg update -f':

Code:
# pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01   
Fetching packagesite.pkg: 100%    7 MiB   2.4MB/s    00:03   
Processing entries: 100%
FreeBSD repository update completed. 33887 packages processed.

Re-issuing 'pkg install audio/audacity' returns the same error.
 
It means the distinfo file, that checks the downloaded files, is incorrect.
 
Back
Top