I got a problem with
portversion -v
:
Code:
# cd /usr/ports
# make index # or portsdb -Uu
# portverstion -v
perl-5.16.3 = up-to-date with port
pkgconf-0.9.2_1 = up-to-date with port
portupgrade-2.4.11,2 = up-to-date with port
svnup-0.99 = up-to-date with port
Code:
# cd /usr/ports
# make fetchindex # or portsdb -Fu
# portverstion -v
perl-5.16.3 > succeeds port (port has 5.16.2)
pkgconf-0.9.2_1 > succeeds port (port has 0.8.9)
portupgrade-2.4.11,2 > succeeds port (port has 2.4.10.4_1,2)
svnup-0.99 > succeeds port (port has 0.56)
pkg_version -v
works good. Portsnap is not working properly because of this. Can I fix this problem?