[Bug 269443] sysutils/jdupes: Update to 1.21.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 15 Feb 2023 00:30:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269443

--- Comment #9 from Thomas Hurst <tom@hur.st> ---
(In reply to Thomas Hurst from comment #8)

That script without bonkers whitespace. Also available here:
https://gist.github.com/Freaky/1929f3d832317f1d2c31ab6f6de12a0c

#!/bin/sh
set -e
test -e jdupes || git clone --depth=1 https://github.com/jbruchon/jdupes.git
cd jdupes
git checkout v1.21.3
gmake clean all LOW_MEMORY=1
strip ./jdupes
lldb ./jdupes

-- 
You are receiving this mail because:
You are the assignee for the bug.