I have seen this problem now for over 2 weeks. So far I have had to manually move the file from other server's where it fetched ok before it broke.
Here is the error.
I manually checked the freebsd ftp and indeed the patches are not there, so the port tries to access a location where they dont exist.
Here is the error.
Code:
=> dtls-reassembly-bug-1.0.0.patch doesn't seem to exist in /usr/ports/distfiles/openssl-1.0.0.
=> Attempting to fetch from http://sctp.fh-muenster.de/dtls/.
fetch: http://sctp.fh-muenster.de/dtls/dtls-reassembly-bug-1.0.0.patch: size mismatch: expected 13328, actual 13326
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/openssl-1.0.0/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/openssl-1.0.0/dtls-reassembly-bug-1.0.0.patch: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/openssl-1.0.0 and try again.
*** Error code 1
I manually checked the freebsd ftp and indeed the patches are not there, so the port tries to access a location where they dont exist.