Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 04:18:16 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Sergei Vyhenski <svysh.fbsd@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: USE_GITHUB=nodefault w/o github
Message-ID:  <imgi-ce8n-wny@FreeBSD.org>
In-Reply-To: <74612062-2337-c85b-8579-47e7f5f6f3c9@gmail.com> (Sergei Vyhenski's message of "Wed, 27 May 2020 03:28:52 %2B0300")
References:  <74612062-2337-c85b-8579-47e7f5f6f3c9@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sergei Vyhenski <svysh.fbsd@gmail.com> writes:

> Hi,
>
> Some ports (e.g.: www/nginx) are declaring
> USE_GITHUB=nodefault,
> while they seem to fetch none of its distfiles from github.
>
> What is the idea behind this combination?

Did you look at .include lines? Makefile.extmod has lots of GH_TUPLE.

$ make fetch-urlall-list -C www/nginx-full | fgrep github
https://codeload.github.com/yaoweibin/nginx_ajp_module/tar.gz/bf6cd93?dummy=/yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz
https://codeload.github.com/openresty/array-var-nginx-module/tar.gz/v0.05?dummy=/openresty-array-var-nginx-module-v0.05_GH0.tar.gz
https://codeload.github.com/anomalizer/ngx_aws_auth/tar.gz/75c94e6?dummy=/anomalizer-ngx_aws_auth-75c94e6_GH0.tar.gz
https://codeload.github.com/eustas/ngx_brotli/tar.gz/8104036?dummy=/eustas-ngx_brotli-8104036_GH0.tar.gz
https://codeload.github.com/nginx-clojure/nginx-clojure/tar.gz/v0.5.1?dummy=/nginx-clojure-nginx-clojure-v0.5.1_GH0.tar.gz
https://codeload.github.com/grahamedgecombe/nginx-ct/tar.gz/v1.3.2?dummy=/grahamedgecombe-nginx-ct-v1.3.2_GH0.tar.gz
https://codeload.github.com/simpl/ngx_devel_kit/tar.gz/v0.3.1?dummy=/simpl-ngx_devel_kit-v0.3.1_GH0.tar.gz
[...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?imgi-ce8n-wny>