From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 14:40:08 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6702EAC7; Sat, 11 Apr 2015 14:40:08 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F3CDBA9; Sat, 11 Apr 2015 14:40:08 +0000 (UTC) Received: by wgso17 with SMTP id o17so42182322wgs.1; Sat, 11 Apr 2015 07:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ipo45rtYTcVaXrtEDUr0euChepAjI5MOVp+FsXD6QPk=; b=uVU2AmbJC9TLryGhyHJibGlguMbxh3Zdj/qx0bzdI4ynRrXisJyr/KneGqSZOnJtph ia1sFcqBSofMYHPOlabqdolEbYze+lTYD5KWvNRl6cQADW7Bl3m4WygHMwfaAJH3WFe6 DCaqEmZ7XJGKcghciM54R1UwWnnQ1V8mjSxLowrpPfpcH0IKT9KjGpQL+ULOobHPr5D9 uqR8xAs3K+Qb9JILsTfWxxWXC0iLyKan9ZQOb8tzZlZ2RiGhb67VLw3IyRy2VV+CVdhZ RE2VoakyCHvlIzxJ4l6/7yqVe1y4hptRXQg3T0HGSVXlY1StDRqn9J6IGAgQNroKdVLp BvwQ== MIME-Version: 1.0 X-Received: by 10.194.9.98 with SMTP id y2mr12107577wja.85.1428763206241; Sat, 11 Apr 2015 07:40:06 -0700 (PDT) Received: by 10.28.49.136 with HTTP; Sat, 11 Apr 2015 07:40:06 -0700 (PDT) In-Reply-To: <20150411104654.GB56364@FreeBSD.org> References: <201504111043.t3BAhJeR039178@svn.freebsd.org> <20150411104654.GB56364@FreeBSD.org> Date: Sat, 11 Apr 2015 16:40:06 +0200 Message-ID: Subject: Re: svn commit: r383785 - in head/multimedia/kodi: . files From: Thomas Zander To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 14:40:08 -0000 On 11 April 2015 at 12:46, Alexey Dokuchaev wrote: > On Sat, Apr 11, 2015 at 10:43:19AM +0000, Thomas Zander wrote: >> -MASTER_SITES= http://mirrors.kodi.tv/releases/source/ \ >> +MASTER_SITES= https://codeload.github.com/xbmc/xbmc/tar.gz/${DISTVERSION}-Helix?dummy=/ \ >> GHL:ffmpeg > > I was under impression that since the last GitHub support overhaul, these > MASTER_SITES are no longer required (and just clutter the Makefile), no? For a remotely sane distfile naming / download location / GH-setup you are definitely correct. The kodi project however, unfortunately does not abide by that. But neither I nor the maintainer insist on a cluttered MASTER_SITES. If you have a better solution, please let us know. Best regards Riggs