Date: Wed, 9 Aug 2023 14:08:22 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dfb43d47d094 - main - textproc/scdoc: unbreak fetch due to recompression Message-ID: <202308091408.379E8MNi093562@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfb43d47d0949fbd9023b4c9f42b810713e3d5ef commit dfb43d47d0949fbd9023b4c9f42b810713e3d5ef Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-09 05:42:10 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-09 14:07:28 +0000 textproc/scdoc: unbreak fetch due to recompression => Fetched file size mismatch (expected 12803, actual 12746) $ gzip -l scdoc-1.11.2.tar.gz compressed uncompressed ratio uncompressed_name - 12803 71680 82.1% scdoc-1.11.2.tar + 12746 71680 82.2% scdoc-1.11.2.tar --- textproc/scdoc/distinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/scdoc/distinfo b/textproc/scdoc/distinfo index d6b18c1b65c9..58aa26d7bd5f 100644 --- a/textproc/scdoc/distinfo +++ b/textproc/scdoc/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1636790685 -SHA256 (scdoc-1.11.2.tar.gz) = 43a50075f614e351820c6951ec88e9a4fb2f22201ceab2f9553cd421916c7bfb -SIZE (scdoc-1.11.2.tar.gz) = 12803 +SHA256 (scdoc-1.11.2.tar.gz) = e9ff9981b5854301789a6778ee64ef1f6d1e5f4829a9dd3e58a9a63eacc2e6f0 +SIZE (scdoc-1.11.2.tar.gz) = 12746
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308091408.379E8MNi093562>