After ports r415842 |make makesum| doesn't try to fetch distfile if the port defined its own do-fetch. For example, $ make clean makesum BOOTSTRAP= -C devel/libopenbsd $ make clean makesum SVN_FETCH= PORTVERSION=3.0.r4417 -C games/openbor
https://reviews.freebsd.org/D21544 should fix it
A commit references this bug: Author: bapt Date: Sun Sep 29 04:15:47 UTC 2019 New revision: 513191 URL: https://svnweb.freebsd.org/changeset/ports/513191 Log: Reduce code duplication by calling fetch target when converting the do-fetch target to proper scripting we lost the ability to overwrite do-fetch when running make makesum. as reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id= Let's call again do-fetch directly instead of duplicating its content PR: 215530 Reported by: jbeich Differential Revision: https://reviews.freebsd.org/D21544 Changes: head/Mk/bsd.port.mk
Committed Sep 29 04:15:47 UTC 2019 as r513191.