From owner-svn-ports-all@freebsd.org Thu Oct 25 16:22:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2EA107E3B8; Thu, 25 Oct 2018 16:22:11 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E27438CD00; Thu, 25 Oct 2018 16:22:10 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-qk1-f175.google.com with SMTP id x11-v6so6063454qkl.7; Thu, 25 Oct 2018 09:22:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Z4sHZ1PWf1jWs1uktSi0e3SQ5V/Qeu/KFHBBH5IVk9k=; b=SLBnhcmhCfJz7XM41vH2oqRYrXshus4OqquL69vNNr2UCgbV7rOpiO/P25Ys+KACIf d7zL3YFKPaOG1sQPpMGfyOU1EJU9P9asKC2YNFYtd5zls9NSTgMvIaAJ/EMECvDkCQqp HyeCEP1DUpJe/zYQRxuZgH4D/E/TlC0KC76wRyub/593wYnV2M+3fnqzOM/Ljh31ttnV 4InmIxf6cw83dKVhwUxSr/ph+SjlKIaTNAiKRmuzCDIaKaYlVWXhUQ+CYYRsPKg8AgDj IaXS3P+lMPi2ii2KDEtTzA14X+dXM4H/c0adN5XsZS+waxXFaJDycVfvzdbUHmxVARqL fGCA== X-Gm-Message-State: AGRZ1gIRdN+ptBjWsFjzSoardD+/BB0q3M/ntMjJ6TEfz5UUtedks3ff yOBGoBmc0BjhClUnUxL1+GKFSwPfAtc= X-Google-Smtp-Source: AJdET5cWKqbpxBaree+OfKgeaRhmgkWSnCXGlqchbNUA3mXJcCWRx5d+5hfXis2nTI29x8n35EZa6g== X-Received: by 2002:a37:a315:: with SMTP id m21mr1343753qke.152.1540473506312; Thu, 25 Oct 2018 06:18:26 -0700 (PDT) Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com. [209.85.160.169]) by smtp.gmail.com with ESMTPSA id z15-v6sm4564712qts.85.2018.10.25.06.18.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Oct 2018 06:18:26 -0700 (PDT) Received: by mail-qt1-f169.google.com with SMTP id p24-v6so3810715qtq.0; Thu, 25 Oct 2018 06:18:26 -0700 (PDT) X-Received: by 2002:ac8:592:: with SMTP id a18-v6mr1482763qth.184.1540473505822; Thu, 25 Oct 2018 06:18:25 -0700 (PDT) MIME-Version: 1.0 References: <201810250948.w9P9mGSb099015@repo.freebsd.org> <20181025115917.z2h6zx5txmxkzrtj@ogg.in.absolight.net> <20181025131549.i4r2g26nyfuiztdz@ogg.in.absolight.net> In-Reply-To: <20181025131549.i4r2g26nyfuiztdz@ogg.in.absolight.net> From: Mateusz Piotrowski <0mp@freebsd.org> Date: Thu, 25 Oct 2018 15:18:40 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r482963 - head/misc/exercism To: mat@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 25 Oct 2018 16:22:11 -0000 Hi, On Thu, 25 Oct 2018 at 15:15, Mathieu Arnold wrote: > On Thu, Oct 25, 2018 at 03:03:43PM +0200, Mateusz Piotrowski wrote: > > On Thu, 25 Oct 2018 at 13:59, Mathieu Arnold wrote: > > > On Thu, Oct 25, 2018 at 09:48:16AM +0000, Mateusz Piotrowski wrote: > > > > - Use DISTVERSION instead of PORTVERSION as suggested by the > handbook. > > > > > > This should not have happened, the version did not change. > > > > > > > Hmmm, could you please tell me more about this? I thought that > > it is just a style change because the final value of PORTVERSION > > has not changed. > > Because it changes nothing, and adds useless churn to the repository. > Alright, I'll remember about it, then. Thanks! :)