From owner-svn-ports-all@freebsd.org Fri Dec 22 17:59:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73976E8050D; Fri, 22 Dec 2017 17:59:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5232780E66; Fri, 22 Dec 2017 17:59:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 93145757E; Fri, 22 Dec 2017 17:59:46 +0000 (UTC) Date: Fri, 22 Dec 2017 17:59:46 +0000 From: Alexey Dokuchaev To: Jochen Neumeister Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r456986 - head/graphics/alembic Message-ID: <20171222175946.GA95248@FreeBSD.org> References: <201712221534.vBMFYuKA004800@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 22 Dec 2017 17:59:47 -0000 On Fri, Dec 22, 2017 at 06:35:00PM +0100, Jochen Neumeister wrote: > Am 22.12.2017 um 16:34 schrieb Alexey Dokuchaev: > > New Revision: 456986 > > URL: https://svnweb.freebsd.org/changeset/ports/456986 > > > > Log: > > Update `graphics/alembic' to version 1.7.5. > > > > Reported by: portscout > > > > Modified: head/graphics/alembic/Makefile > > ... > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= alembic > > -PORTVERSION= 1.7.4 > > +PORTVERSION= 1.7.5 > > DISTVERSION, not PORTVERSION! See: > https://lists.freebsd.org/pipermail/svn-ports-all/2017-August/159181.html It does not matter for simple versions as I've explained before: https://lists.freebsd.org/pipermail/svn-ports-head/2017-November/160498.html In this case it's essentially the same. If you feel so strongly about it, I might change it to DISTVERSION upon the next update if I won't forget. ./danfe P.S. Please avoid overquoting.