On Wed, 26 Feb 2025 13:25:20 -0800
Steve Kargl <s...@troutmask.apl.washington.edu> wrote:

> 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

Would be:
  
https://cgit.freebsd.org/ports/commit/Mk/Uses/kmod.mk?id=a5fc087131e66513d1c74f8427c924afff580a15

and
  https://cgit.freebsd.org/ports/tree/graphics/drm-515-kmod/Makefile#n3


-- 
Tomoaki AOKI    <junch...@dec.sakura.ne.jp>

Reply via email to