Date: Wed, 17 Aug 2022 08:10:32 GMT From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 7dc1a00adc35 - 2022Q3 - net/rsync: Remove duplicate entries in distinfo Message-ID: <202208170810.27H8AWkI000368@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dc1a00adc354287544d6c98eef74a71a2bb8a7a commit 7dc1a00adc354287544d6c98eef74a71a2bb8a7a Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2022-08-17 06:16:15 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2022-08-17 07:54:37 +0000 net/rsync: Remove duplicate entries in distinfo This is a quick fix to unbreak the port. The issue was caused by multiple additional patched coming from the same distfile archive. If you enable more than one of those options makesum script add a distinfo description for each option. PR: 265896 (cherry picked from commit 1c2e6a5f3eeeae1b80acd25e32ada9685804ec8b) --- net/rsync/distinfo | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 8044044d080f..faaff002f023 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -3,7 +3,3 @@ SHA256 (rsync-3.2.5.tar.gz) = 2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be4505 SIZE (rsync-3.2.5.tar.gz) = 1129957 SHA256 (rsync-patches-3.2.5.tar.gz) = e7b1fdf1fc0fca68fd254246c2dc04f6ac90241e665dcf9dfc21dccd8270b6bb SIZE (rsync-patches-3.2.5.tar.gz) = 141521 -SHA256 (rsync-patches-3.2.5.tar.gz) = e7b1fdf1fc0fca68fd254246c2dc04f6ac90241e665dcf9dfc21dccd8270b6bb -SIZE (rsync-patches-3.2.5.tar.gz) = 141521 -SHA256 (rsync-patches-3.2.5.tar.gz) = e7b1fdf1fc0fca68fd254246c2dc04f6ac90241e665dcf9dfc21dccd8270b6bb -SIZE (rsync-patches-3.2.5.tar.gz) = 141521
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208170810.27H8AWkI000368>