From owner-svn-ports-head@freebsd.org Tue Aug 16 04:45:08 2016 Return-Path: Delivered-To: svn-ports-head@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 7819DBBA1A5; Tue, 16 Aug 2016 04:45:08 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 286711DAE; Tue, 16 Aug 2016 04:45:07 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id ZWCkbUT89XHJlZWClbopp4; Mon, 15 Aug 2016 22:42:25 -0600 X-Authority-Analysis: v=2.2 cv=Ffh1/926 c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=7z1cN_iqozsA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=RCJv9f5ZHivAl30y4xIA:9 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 510981378A; Mon, 15 Aug 2016 21:42:22 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u7G4gMXn069114; Mon, 15 Aug 2016 21:42:22 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201608160442.u7G4gMXn069114@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r420264 - in head/sysutils/syslog-ng-devel: . files In-Reply-To: Message from Mathieu Arnold of "Mon, 15 Aug 2016 22:13:19 +0200." <8535CC64B4215AADBFEFB709@atuin.in.mat.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Aug 2016 21:42:22 -0700 X-CMAE-Envelope: MS4wfP+hgj79/EEKELQNo6PLWfHFN0wJMclIVPReOgkIunnBNSaj1AUVv8ki+KQBUt3VC6t45666LoasCMr7EY1ucrtCGTpL5FcHSPM4PC3/y91XJPyDU/2v YdsgkK8x5q4U/0DRhsTRSq9+hq/Oz86//gtKx2BoLEK7ab7JzRfSW/DW1QiOv4BWqblLDELyy3ulaITM2xidnKQ0UdelLK2049pELdNXZ1b6LeKdrZtuZLnS l7gqnAqmoLrwck/vv6idug3QJyGHCZrMS3qgi3cRoSFtHg5dfEzdN3cvAScU7xuNyov4YmZM77aINnKcUEHrIQ== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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, 16 Aug 2016 04:45:08 -0000 In message <8535CC64B4215AADBFEFB709@atuin.in.mat.cc>, Mathieu Arnold writes: > --==========4917ED3318780F7D673C========== > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > > > +--On 15 ao=C3=BBt 2016 20:17:30 +0000 Cy Schubert wrote: > | -PORTVERSION=3D 3.8.0b1 > | -PORTREVISION=3D 1 > | +# XXX Should be: PORTVERSION=3D 3.8.0.b2 > | +# XXX update at 3.8.1. > | +PORTVERSION=3D 3.8.0b2 > | PKGNAMESUFFIX=3D -devel > | CATEGORIES=3D sysutils > | +# XXX Should be: DISTVERSION=3D > | ${PORTVERSION:S/.a/alpha/:S/.b/beta/:S/.r/rc/} > | +# XXX update at 3.8.1. > | DISTVERSION=3D ${PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/} > > To be honest, all this should be: > > DISTVERSION=3D 3.8.0beta2 > > No need to set PORTVERSION. At all.=20 > > Also, DISTVERSION is set too late, it should be before CATEGORIES and > PKGNAMESUFFIX. That sounds like a plan. This would need to be done for 3.8.1beta1 because if this is done now the port's epoch would need to increase by one because 3.8.0.b2 < 3.8.0b2. I'd like to avoid setting the PORTEPOCH if at all possible. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.