Hello
I am running 10.0-RELEASE-p7 and pkg 1.3.7.
	
	
	
		
But when I try to install a package the following happens:
	
	
	
		
Repository configuration looks like this (didn't touch it)
	
	
	
		
Any help would be appreciated.
				
			 pkg install <package> does not seem to work for me.I am running 10.0-RELEASE-p7 and pkg 1.3.7.
		Code:
	
	[root@FreeBSD /usr/ports]# pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
	But when I try to install a package the following happens:
		Code:
	
	[root@FreeBSD /usr/ports]# pkg install irssi
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
pkg: No packages available to install matching 'irssi' have been found in the repositories
	Repository configuration looks like this (didn't touch it)
		Code:
	
	[root@FreeBSD /usr/ports]# cat /etc/pkg/FreeBSD.conf 
# $FreeBSD: release/10.0.0/etc/pkg/FreeBSD.conf 258710 2013-11-28 14:24:26Z gjb $
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}
	Any help would be appreciated.