Created attachment 157199 [details] multi-github.diff I want to see if I broke something existing.
Take for exp-run
Created attachment 157214 [details] multi-github-2.diff Let's test a version that make can actually parse.
The new failures are: http://package18.nyi.freebsd.org/data/101amd64-default-PR200483/2015-05-28_10h00m07s/logs/errors/librolegen-1.0b.log http://package18.nyi.freebsd.org/data/101amd64-default-PR200483/2015-05-28_10h00m07s/logs/errors/anope-2.0.2_1.log http://package18.nyi.freebsd.org/data/101amd64-default-PR200483/2015-05-28_10h00m07s/logs/errors/rofi-0.15.2.log http://package18.nyi.freebsd.org/data/101amd64-default-PR200483/2015-05-28_10h00m07s/logs/errors/magit-emacs24-1.4.0_1.log http://package18.nyi.freebsd.org/data/101amd64-default-PR200483/2015-05-28_10h00m07s/logs/errors/corebird-1.0.log
Ok, I fixed those already \o/
A commit references this bug: Author: mat Date: Thu May 28 16:37:02 UTC 2015 New revision: 387742 URL: https://svnweb.freebsd.org/changeset/ports/387742 Log: USE_GITHUB can now fetch multiple distfiles. It uses a grouping feature similar to MASTER_SITES/PATCH_SITES. Some helpful variables are provided: WRKSRC_<group> for putting things in the right place in post-extract, and DISTNAME_<group>/DISTFILE_<group> for use with EXTRACT_ONLY. PR: 200483 Differential Revision: https://reviews.freebsd.org/D2608 Submitted by: mat With hat: portmgr Exp run by: antoine Sponsored by: Absolight Changes: head/CHANGES head/Mk/bsd.port.mk head/Mk/bsd.sites.mk