Portsnap don't update ports. After portsnap fetch update: e.g. pkg version -Ivl'<' vim-7.4.898 < needs updating (index has 7.4.900) ---------------- grep PORTVERSION /usr/ports/editors//vim/Makefile PORTVERSION= 7.4.898 (on 10-2 and 9.3 amd64 and i386). It is discussed here: https://forums.freebsd.org/threads/portmaster-wont-update-ports.53464/#post-302599
On 10.2-RELEASE and 9.3-RELEASE both amd64 and i386.
If I comment out the sanity check of the date in /usr/sbin/portsnap, I get: Updating from Fri Oct 30 09:04:12 UTC 2015 to Thu Oct 29 03:18:28 UTC 2015.
(In reply to Walter Schwarzenfeld from comment #2) Is your clock/timezone set correctly?
(In reply to NGie Cooper from comment #3) In the case of my server and workstation, yes, both times and zones are correct.
(In reply to NGie Cooper from comment #3) Yes, it is.
I have 5 Systems (one has svn who is working correct). All other four have the problem.
I have the same problem on my FreeBSD 10.2-RELEASE-p5 (amd64): grep PORTVERSION /usr/ports/editors/vim/Makefile PORTVERSION= 7.4.898 VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g} CPE_VERSION= ${PORTVERSION:R}
Works now again. Don't know what the error was. I am waiting for confirmation of others, before I close.
As of a few moments ago, I was able to update all my ports. This happened previously as outlined in the link shown above.
(In reply to Walter Schwarzenfeld from comment #8) I would not close this. I believe the issue that initially caused this still exists and it will happen again.
Any issues with the portsnap 'service' rather than the 'binary' should go into Services:Portsnap category in Bugzilla, which will assign it to the service maintainer and cc cluster admin. Assign to Colin who may be able to provide insight.
One year later, here we are again with the same issue.
The issue for me, this time, is that the server is not up-to-date or synced with the current versions. I find this happens once a year or so and I have to change servers in order to update. In this case, the out-of-date server is "sourcefire.portsnap.freebsd.org".
Yes, the mirroring on the sourcefire portsnap mirror broke. Hopefully Ryan will be able to fix it soon. In the mean time, `portsnap -s your-org.portsnap.freebsd.org fetch` should do what you need.
Fixed. If another mirror breaks in the future please open a new PR.