Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 22:49:39 +0800
From:      Ben Woods <woodsb02@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Combining GitHub and regular MASTER_SITES for multiple DISTFILES
Message-ID:  <CAOc73CC1eqn-KoF13obCFaKX-wt-DLzyzXnCsC9YrripndaszA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I am trying to create a new port, where the main source code should be
retrieved from GitHub, and a secondary piece of source code should be
retrieved from an FTP site.

The USE_GITHUB port magic does not work for the primary source code if the
MASTER_SITES and DISTFILES variables are also specified in the Makefile for
the secondary source code. The result is that only the secondary code is
downloaded and extracted. Using += for the MASTER_SITES and DISTFILES
assignment does not fix the issue.

Is there a way that these can be used together for this propose?

Regards,
Ben


-- 

--
From: Benjamin Woods
woodsb02@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOc73CC1eqn-KoF13obCFaKX-wt-DLzyzXnCsC9YrripndaszA>