## Kurt Jaeger (p...@opsec.eu):

> > So what repo is that and what does it offer?
> 
> That's repo.nepustil.net, which is mostly up2date.

Are you sure you got the right path there? Any leftovers in /etc/pkg/
or /usr/local/etc/pkg/ ?
You could grab packagesite.txz from your repo, untar that and then
grep '"name":"pkg"' packagesite.yaml
Any brokenness in /var/db/pkg/ ?
There's a per-repo sqlite3 database which you could query like this:
select name, origin, version from packages where name = 'pkg';

Regards,
Christoph

-- 
Spare Space
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to