From owner-svn-ports-head@FreeBSD.ORG Mon May 11 18:42:36 2015 Return-Path: Delivered-To: svn-ports-head@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 48CE3FC2; Mon, 11 May 2015 18:42:36 +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 0A152197F; Mon, 11 May 2015 18:42:36 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5D821BDC65; Mon, 11 May 2015 20:42:34 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 53811BDC25; Mon, 11 May 2015 20:42:34 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id AEE666151; Mon, 11 May 2015 20:42:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 3BA555A4A54; Mon, 11 May 2015 20:42:33 +0200 (CEST) Date: Mon, 11 May 2015 20:42:33 +0200 From: Mathieu Arnold To: d@delphij.net, "Simon L. B. Nielsen" , Xin LI cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385864 - head/security/vuxml Message-ID: In-Reply-To: <5550F113.1090306@delphij.net> References: <201505090820.t498Kj6Q040594@svn.freebsd.org> <5550F113.1090306@delphij.net> 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 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 11 May 2015 18:42:36 -0000 +--On 11 mai 2015 11:12:35 -0700 Xin Li wrote: | -----BEGIN PGP SIGNED MESSAGE----- | Hash: SHA512 | | On 05/10/15 05:17, Simon L. B. Nielsen wrote: |> On 9 May 2015 at 09:20, Xin LI wrote: |>> Author: delphij Date: Sat May 9 08:20:44 2015 New Revision: |>> 385864 URL: https://svnweb.freebsd.org/changeset/ports/385864 |>> |>> Log: * is not valid for version number, replace all instances |>> with 0 and bump modification date. |> |> Eh, this is incorrect. .* has always been allowed. |> |> What is trying to be fixed here? |> |> I do think this change should be backed out. | | Yes you are right. I totally overlooked the Porter's handbook :( The commit message is maybe wrong, but what it did is right, 3.2.*3.2.17 makes absolutely no sense, whereas 3.2.03.2.17 does. -- Mathieu Arnold