[MacPorts] #71737: libsdl2_image @2.8.4: checksum mismatch
MacPorts
noreply at macports.org
Sun Jan 5 15:42:46 UTC 2025
#71737: libsdl2_image @2.8.4: checksum mismatch
----------------------------+--------------------
Reporter: amadeus24 | Owner: jmroot
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Resolution: fixed | Keywords:
Port: libsdl2_image |
----------------------------+--------------------
Comment (by amadeus24):
Assume you have {{{directory1}}} and {{{directory2}}} with same filenames,
just timestamps are different:
{{{
diff <(cd directory1 ; ls -lc | awk -F" " '{split($6,a,"_"); print
a[1]"_"$7"_"$8_"_"$9}') <(cd directory2 ; ls -lc | awk -F" "
'{split($6,a,"_"); print a[1]"_"$7"_"$8_"_"$9}')
}}}
Output format of files with same filenames, just in the timestamp they
differ, will be:
{{{
Month_Day_Hour:Minutes_Filename
}}}
--
Ticket URL: <https://trac.macports.org/ticket/71737#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list