Date: Fri, 21 Aug 2015 06:29:38 +0000 From: Koichiro IWAO <meta@vmeta.jp> To: freebsd-ports@freebsd.org Subject: how to fetch multiple distfiles with USE_GITHUB? Message-ID: <0000014f4ef2c839-ff0e2dbc-20b0-4d6b-8b9f-5a01ea23e2c3-000000@us-west-2.amazonses.com>
next in thread | raw e-mail | index | archive | help
Hello, If a port requires to fetch multiple distfiles from GitHub, what is the bestpractice? For example, equivalent to like this MASTER_SITES expression. MASTER_SITES= http://foo.example.com/distfile1.tar.gz:foo \ http://bar.example.com/distfile2.tar.gz:bar AFAIK, this does not work but what I want is like this. USE_GITHUB= yes GH_ACCOUNT= fooproject:foo barproject:bar GH_PROJECT= foo:foo bar:bar GH_COMMIT= deadbeef:foo deadbabe:bar -- `whois vmeta.jp | nkf -w` meta <meta@vmeta.jp>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0000014f4ef2c839-ff0e2dbc-20b0-4d6b-8b9f-5a01ea23e2c3-000000>