[Bug 254350] graphics/libepoxy: update to 1.5.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 20 12:21:48 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254350

--- Comment #23 from Evgeniy Khramtsov <evgeniy at khramtsov.org> ---
(In reply to Daniel Engberg from comment #20)

>From this link:

> Example 5.10. Simple Use of USE_GITHUB
> It will automatically have MASTER_SITES set to GH GHC and WRKSRC to ${WRKDIR}/pkg-1.2.7.

Read: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194898
USE_GITHUB uses the correct API and reduces duplication in ports.

MASTER_SITES might be set to fetch the asset as well, though it would require
more work for the maintainer, e.g. rerolling the distfile if GitHub changes
timestamp of the asset for some reason, or changes the link to download assets,
or anything else.

USE_GITHUB ensures that this is automated and changed in one place
(bsd.sites.mk) for all ports. The handbook section is likely misleading and
should be updated.

(In reply to John Hein from comment #22)

> MASTER_SITES=https://github.com

It should use the API endpoint if the MASTER_SITES way gets committed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list