Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 19:00:55 +0300
From:      =?UTF-8?B?0JLQu9Cw0LTQuNGB0LvQsNCyINCa0L7RgNC90LjQtdC90LrQvg==?= <krino@list.ru>
To:        freebsd-pkg@freebsd.org
Subject:   =?UTF-8?B?cGtnIHVwZ3JhZGUgZnJvbSAqLjkgdG8gKi4xMA==?=
Message-ID:  <1455638455.231289054@f397.i.mail.ru>

next in thread | raw e-mail | index | archive | help

 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@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@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@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@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

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1455638455.231289054>