From owner-svn-ports-head@FreeBSD.ORG Wed Jul 16 13:33:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C1E3C04; Wed, 16 Jul 2014 13:33:15 +0000 (UTC) Received: from h.highsecure.ru (mail6.highsecure.ru [IPv6:2a01:4f8:191:22a6::99]) (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 266C32930; Wed, 16 Jul 2014 13:33:15 +0000 (UTC) Received: from medway.cl.cam.ac.uk (medway.cl.cam.ac.uk [IPv6:2001:630:212:238:21c:c0ff:fe4b:2b85]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by h.highsecure.ru (Postfix) with ESMTPSA id 326BD300278; Wed, 16 Jul 2014 15:31:54 +0200 (CEST) Message-ID: <53C67F17.4000207@FreeBSD.org> Date: Wed, 16 Jul 2014 14:33:11 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Revision policy (was: svn commit: r361646 - in head/net/samba36: . files) References: <20140715170501.GA73101@FreeBSD.org> <53C5618F.2020104@FreeBSD.org> <20140716094453.GA53961@FreeBSD.org> <53C65677.8060603@FreeBSD.org> <20140716111328.GB82901@FreeBSD.org> <53C6638E.6000801@FreeBSD.org> <20140716115304.GA5861@FreeBSD.org> <53C668C9.9030209@FreeBSD.org> <20140716120705.GA14729@FreeBSD.org> <53C66C3B.1000905@FreeBSD.org> <20140716124326.GA26506@FreeBSD.org> In-Reply-To: <20140716124326.GA26506@FreeBSD.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head , "Timur I. Bakeyev" , Steve Wills , svn-ports-all , marino@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 16 Jul 2014 13:33:15 -0000 On 16/07/14 13:43, Alexey Dokuchaev wrote: > On Wed, Jul 16, 2014 at 01:12:43PM +0100, Vsevolod Stakhov wrote: > P.S. About that +MANIFEST file: can we please please please make it > human readable? Like, break the lines, use indentation, etc. Maybe it > is more appropriate to keep +COMPACT_MANIFEST as one-liner, although I > am not convinced that separate +COMPACT_MANIFEST should exist at all. > Since we use ucl for it, it is not a big problem to switch MANIFEST to a human readable format. However, that would break compatibility with pkg 1.2 that uses yaml for these purposes. So this will be a subject of discussion after 1.3 is released. Compacted manifest is intended to be used by `pkg repo` command that doesn't care about files. With compact manifest it runs much faster. -- Vsevolod Stakhov