Recently update a freebsd-current system and all ports.
Prior to updating the ports, I did

% cd /usr/ports
% git pull -ff
% make fetchindex

After the update I see,

% pkg version -vl '<' | grep drm
drm-515-kmod-5.15.160.1500031_3 < needs updating (index has 5.15.160.1500033_3)

OK, first, attempt,

% portmaster -Byd drm-515-kmod
% pkg version -vl '<' | grep drm
drm-515-kmod-5.15.160.1500031_3 < needs updating (index has 5.15.160.1500033_3)

Second, attempt,

% cd /usr/ports
% git reset --hard
% make fetchindex
% cd graphics/drm-515-kmod
% make clean && make
% pkg delete -f drm-515-kmod
% make install && make clean
% pkg version -vl '<' | grep drm
drm-515-kmod-5.15.160.1500031_3 < needs updating (index has 5.15.160.1500033_3)

Ok, so where is 1500033_3 coming from?


-- 
Steve

Reply via email to