Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2023 00:30:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269443] sysutils/jdupes: Update to 1.21.3
Message-ID:  <bug-269443-7788-6Z35Lp7U0G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269443-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269443-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269443

--- 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=3D1 https://github.com/jbruchon/jdupes.=
git
cd jdupes
git checkout v1.21.3
gmake clean all LOW_MEMORY=3D1
strip ./jdupes
lldb ./jdupes

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269443-7788-6Z35Lp7U0G>