From owner-svn-ports-all@FreeBSD.ORG Sat Mar 21 14:50:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8A2BF2D; Sat, 21 Mar 2015 14:50:19 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 68ABCE56; Sat, 21 Mar 2015 14:50:19 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D396DBDC5C; Sat, 21 Mar 2015 15:50:16 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id B08F9BDC5A; Sat, 21 Mar 2015 15:50:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 453CD2BAF162; Sat, 21 Mar 2015 15:50:16 +0100 (CET) Date: Sat, 21 Mar 2015 15:50:16 +0100 From: Mathieu Arnold To: Alexey Dokuchaev Subject: Re: svn commit: r381789 - in head/security/openssl: . files Message-ID: <1AEB8BFF81EB37117B9DC39E@atuin.in.mat.cc> In-Reply-To: <20150321144244.GA55163@FreeBSD.org> References: <201503211053.t2LArEMw041053@svn.freebsd.org> <20150321144244.GA55163@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Dirk Meyer , 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, 21 Mar 2015 14:50:19 -0000 +--On 21 mars 2015 14:42:44 +0000 Alexey Dokuchaev wrote: | On Sat, Mar 21, 2015 at 02:15:52PM +0100, Mathieu Arnold wrote: |> +--On 21 mars 2015 10:53:14 +0000 Dirk Meyer wrote: |> | PORTNAME= openssl |> | -PORTVERSION= 1.0.1 |> | -DISTVERSIONSUFFIX= m |> | -PORTREVISION= 19 |> | +PORTVERSION= 1.0.2 |> | +DISTVERSIONSUFFIX= a |> | +PORTREVISION= 0 |> |> Would you consider setting PORTVERSION=1.0.2a and dropping |> DISTVERSIONSUFFIX ? It is mostly confusing to not have the openssl |> package have the real version all the time. | | Except that is should probably be DISTVERSION, not PORTVERSION in this | case, to make it more "monotonic versions" friendly. I'm not sure exactly what it would achieve, save, maybe not put the right version number where it should be. $ pkg version -t 1.0.2 1.0.2a < $ pkg version -t 1.0.2a 1.0.2b < $ pkg version -t 1.0.2b 1.0.2c < $ pkg version -t 1.0.2d 1.0.2c > -- Mathieu Arnold