Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:49:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249537] Mk/bsd.port.mk: unbreak makesum for lang/python-doc-html
Message-ID:  <bug-249537-7788-dyc0E6Yx9y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249537-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249537-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249537

--- Comment #10 from Craig Leres <leres@freebsd.org> ---
I maintain that DISTFILES and MASTER_SITES should share the same fate; any =
port
with "Multiple Distribution or Patches Files from Multiple Locations" (see
section 5.4.9 of the porters handbook) will always want DISTFILES and
MASTER_SITES to be treated the same.

I would argue that either both variables or neither should be passed to "ma=
ke
fetch".

>From the porters handbook:
> Example 22. Simplified Use of MASTER_SITES:n with One File Per Site
>=20
> MASTER_SITES=3D	ftp://ftp1.example.com/:source1 \
>		http://www.example.com/:source2
> DISTFILES=3D	source1.tar.gz:source1 \
>		source2.tar.gz:source2

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249537-7788-dyc0E6Yx9y>