From owner-freebsd-ports@freebsd.org Mon Jul 18 12:58:09 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A02CB9B6CC for ; Mon, 18 Jul 2016 12:58:09 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id D1CB415CD; Mon, 18 Jul 2016 12:58:08 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (87.16.63.56) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57175E9212A8F7DD; Mon, 18 Jul 2016 14:52:42 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id u6ICqe7M095143; Mon, 18 Jul 2016 14:52:41 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: Porting OpenCPN To: "koobs@FreeBSD.org" , "freebsd-ports@freebsd.org" References: <1569cead-c078-0714-9330-9a3ff19088dd@netfence.it> <074b80c9-1928-b6fd-6019-a48188543945@FreeBSD.org> Cc: "thierry@freebsd.org" From: Andrea Venturoli Message-ID: Date: Mon, 18 Jul 2016 14:52:40 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <074b80c9-1928-b6fd-6019-a48188543945@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 12:58:09 -0000 On 07/13/16 11:50, Kubilay Kocak wrote: > For GitHub there is ports infrastructure, using USE_GITHUB=yes and GH_* > variables. For usage, see our Porters Handbook: > https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-master_sites-github-description Hello and thanks for your answer. I saw that description, but I really couldn't understand if the port system will issue a "git clone" or still expect the tarball somewhere. In any case, as Thierry pointed out (thanks!), the tarball is there, so this is over. I submitted a PR for the new port. bye & Thanks av.