From owner-svn-ports-head@freebsd.org Thu Sep 12 10:18:10 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F137F1BCD; Thu, 12 Sep 2019 10:18:10 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46TZTs6dB8z44tj; Thu, 12 Sep 2019 10:18:09 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Thu, 12 Sep 2019 12:18:00 +0200 From: Alex Kozlov To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511346 - head/sysutils/mdf2iso Message-ID: <20190912101800.GA266@ravenloft.kiev.ua> References: <201909061758.x86HwJUN006655@repo.freebsd.org> <20190911205207.g3c42qef3s7wfzzv@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190911205207.g3c42qef3s7wfzzv@atuin.in.mat.cc> X-Rspamd-Queue-Id: 46TZTs6dB8z44tj X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2019 10:18:10 -0000 On Wed, Sep 11, 2019 at 10:52:07PM +0200, Mathieu Arnold wrote: > On Fri, Sep 06, 2019 at 05:58:19PM +0000, Alex Kozlov wrote: > > -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/mdf2iso/ > > +MASTER_SITES= ${MASTER_SITE_DEBIAN} > > +MASTER_SITE_SUBDIR= pool/main/m/${PORTNAME} > > The modern (as in after 2006) way to write this is: > > MASTER_SITES= DEBIAN/pool/main/m/${PORTNAME} > > And as pool/main//PORTNAME is the default, it can be > shortened to: > > MASTER_SITES= DEBIAN Fixed. Thanks. -- Alex