From owner-svn-ports-head@freebsd.org Tue May 8 04:22:08 2018 Return-Path: Delivered-To: svn-ports-head@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 4F531FCD107; Tue, 8 May 2018 04:22:08 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id D1C9E78381; Tue, 8 May 2018 04:22:07 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w484M55q014560 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 7 May 2018 21:22:06 -0700 (PDT) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r469254 - head/textproc/dikt To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805062257.w46MvB8R049308@repo.freebsd.org> <20180507111805.cfs7k5jahahwmkzj@ogg.in.absolight.net> From: Yuri Message-ID: Date: Mon, 7 May 2018 21:22:04 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180507111805.cfs7k5jahahwmkzj@ogg.in.absolight.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 08 May 2018 04:22:08 -0000 On 05/07/18 04:18, Mathieu Arnold wrote: > Why was the port version not updated to 2s1? Upstream version did not > go backwards, it went up, from 2l3 to 2s1. When the previous version of this port had PORTVERSION=    2l3 and the new version had DISTVERSION=    2s1 portlint complained: $ portlint -C FATAL: Makefile: dikt-2.s1 < dikt-2l3_2. Choose another PORTVERSION or bump PORTEPOCH. 1 fatal error and 0 warnings found. I'm not sure what is wrong here, and why did portlint complain. Yuri