Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2023 14:09:16 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 0a5d461ce5a6 - 2023Q3 - textproc/scdoc: unbreak fetch due to recompression
Message-ID:  <202308091409.379E9Gd9094470@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a5d461ce5a69273e42b0a91d74f9dcb79153ce1

commit 0a5d461ce5a69273e42b0a91d74f9dcb79153ce1
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:08:53 +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
    
    (cherry picked from commit dfb43d47d0949fbd9023b4c9f42b810713e3d5ef)
---
 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?202308091409.379E9Gd9094470>