pkg upgrade from *.9 to *.10

Владислав Корниенко krino at list.ru
Tue Feb 16 16:25:24 UTC 2016


 Hi, all

I'm trying to test pkg upgrade my binary package and it unable to upgrade from 1.9 version to 1.10.
What's wrong there?

root at jellytest:/usr/home/covlad # pkg version -v | grep test
[jellytest] Fetching meta.txz: . done
[jellytest] Fetching packagesite.txz: ...... done
test-1.9 < needs updating (remote has 1.10)
root at jellytest:/usr/home/covlad # pkg upgrade
Updating vksnet repository catalogue...
vksnet repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (2 candidates): 100%
Processing candidates (2 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
root at jellytest:/usr/home/covlad #


On the repo-host machine I have:

In the my test package is only two files:

+MANIFEST:
name: test
version: "1.10"
origin: net/test
comment: "Test package"
desc: "Test package"
maintainer: krino at list.ru
prefix: /
and plist with a test text file like /README 
I make my package with pkg create -m . -p ./plist -o . in it's folder
then move .txz to the repo folder of apache and issue pkg repo <path> command.
Best regards,
Vlad Kornienko


More information about the freebsd-pkg mailing list