/security/rhash Fails to fetch two patches: rhash-1.3.9-nls.patch rhash-1.3.9-rc-segfault.patch I was able to workaround this by manually grabbing those patches from here instead (SHA256 matches) and place them in /usr/ports/distfiles/: https://gitlab.com/liguros/nokit/-/tree/89fbafe50b9ae89cacea834070329599313bc68a/app-crypt/rhash/files
Indeed, they are gone from Gentoo portage tree, apparently due to RHash update to version 1.4.0 which includes them. We shall probably do the same. (* Gentoo usually keeps old patches around for quite a while, not sure what happened to them this time. *)
A commit references this bug: Author: danfe Date: Wed Nov 11 04:49:21 UTC 2020 New revision: 554869 URL: https://svnweb.freebsd.org/changeset/ports/554869 Log: Update to version 1.4.0, this allows to drop some patches, including a couple from Gentoo which are no longer fetchable. PR: 251010 Changes: head/security/rhash/Makefile head/security/rhash/distinfo head/security/rhash/files/patch-Makefile head/security/rhash/files/patch-configure
Port was updated to version 1.4.0 in ports r554869 and no longer carries unfetchable external patches, thanks for reporting!