I'm facing a very odd isues since some time ago, I recently upgraded to 13.1 and still see this:
As you can see when unpacking the file naming doesn't match the version of the Makefile (note that this was updated manually, so I can fetch a more recent version) however it still unpacks using the older version naming, I don't think its downloading the wrong one just bad naming on the work dir because I only have :
As anyone faced this with plex or any other port?
Bash:
# cd /usr/ports/multimedia/plexmediaserver
# grep PORTVERSION Makefile
PORTVERSION?= 1.30.1.6497
# make makesum
===> plexmediaserver-1.30.1.6497 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by plexmediaserver-1.30.1.6497 for building
# make extract
===> plexmediaserver-1.30.1.6497 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by plexmediaserver-1.30.1.6497 for building
===> Extracting for plexmediaserver-1.30.1.6497
=> SHA256 Checksum OK for PlexMediaServer-1.30.1.6497-5fc2e0894-FreeBSD-amd64.tar.bz2.
# ll work/
total 18
-rw-r--r-- 1 root wheel 0 Dec 20 00:05 .extract_done.plexmediaserver._usr_local
drwxr-xr-x 4 root wheel 16 Dec 8 10:28 PlexMediaServer-1.30.0.6486-629d58034/ <--------
As you can see when unpacking the file naming doesn't match the version of the Makefile (note that this was updated manually, so I can fetch a more recent version) however it still unpacks using the older version naming, I don't think its downloading the wrong one just bad naming on the work dir because I only have :
Code:
# ll /usr/ports/distfiles/PlexMediaServer-*
-rw-r--r-- 1 root wheel 100666640 Dec 19 23:51 /usr/ports/distfiles/PlexMediaServer-1.30.1.6497-5fc2e0894-FreeBSD-amd64.tar.bz2
As anyone faced this with plex or any other port?