synth(8) made the following complaint:

--------------------------------------------------------------------------------
--  Phase: fetch
--------------------------------------------------------------------------------
===>  License DCC accepted by the user
=> dcc-2.3.167.tar.Z doesn't seem to exist in /distfiles/.
=> Attempting to fetch https://www.dcc-servers.net/dcc/source/old/dcc-2.3.167.tar.Z
fetch: https://www.dcc-servers.net/dcc/source/old/dcc-2.3.167.tar.Z: size mismatch: expected 1610273, actual 1608415
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/dcc-2.3.167.tar.Z
fetch: http://distcache.FreeBSD.org/ports-distfiles/dcc-2.3.167.tar.Z: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /distfiles/ and try again.
*** Error code 1

Stop.
make: stopped in /xports/mail/dcc-dccd

The quick fix is:

pushd /usr/ports/distfiles
fetch https://www.dcc-servers.net/dcc/source/old/dcc-2.3.167.tar.Z
cd ../mail/dcc-dccd
make makesum
popd

Someone else created PR 238734. Their patch matches mine except for the TIMESTAMP value:

Index: mail/dcc-dccd/distinfo
===================================================================
--- mail/dcc-dccd/distinfo      (revision 504708)
+++ mail/dcc-dccd/distinfo      (working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560932570
-SHA256 (dcc-2.3.167.tar.Z) = 664a0a61ae87ebc9835ddb5197133c67e05911c793e8fa9a80d4f9c502f67858
-SIZE (dcc-2.3.167.tar.Z) = 1610273
+TIMESTAMP = 1561101502
+SHA256 (dcc-2.3.167.tar.Z) = e5da87aca80ddc8bc52fa93869576a2afaf0c1e563e3f97dee6e6531690fbad5
+SIZE (dcc-2.3.167.tar.Z) = 1608415

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>