From owner-svn-ports-all@FreeBSD.ORG Fri Nov 21 16:36:45 2014 Return-Path: Delivered-To: svn-ports-all@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 9AEBC3B2; Fri, 21 Nov 2014 16:36:45 +0000 (UTC) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23E788E9; Fri, 21 Nov 2014 16:36:45 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id l18so7112032wgh.12 for ; Fri, 21 Nov 2014 08:36:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=nwFZ6J4RESWjBWxYi9HYOd4Qyd3n4vTU5a10MsKoVmc=; b=ZQTFQF1iYse6FFkE4CZWwWdawdd0B1qko4yZcRZp+Yoz1d4cI/DkJFbpgFsoKQtCFR R/skfYI1rxCFSfOmrpzqM683wsQjPnkC3FYyCtA8jrZB6Fid4jJ2ohNV9BSRbzseyI3i 747fgdl8XkJBtdODpQSGJnhime8oFfMmCfFNqVCTqe+eYHnxvXaujT62507OLhQamTId KCxyp2kmyhUCDirFOQB9RI6ePhcFyiMqJ/F5ugsAmbhXfdKI1nMvlULChVe1BBPW4KIx PNMBGgkM/BvXVOBBPR0tkHDS8eWvdezpKfiDWG0HJF2CTerS5uv/vkjaC7fQCb6K6tT5 9YQA== X-Received: by 10.194.85.197 with SMTP id j5mr7700987wjz.106.1416587803450; Fri, 21 Nov 2014 08:36:43 -0800 (PST) Received: from tuborg (AMarseille-655-1-717-101.w92-150.abo.wanadoo.fr. [92.150.230.101]) by mx.google.com with ESMTPSA id hz9sm6374892wjb.17.2014.11.21.08.36.42 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 21 Nov 2014 08:36:42 -0800 (PST) Sender: Olivier Duchateau Date: Fri, 21 Nov 2014 17:39:43 +0000 From: Olivier Duchateau To: Baptiste Daroussin Subject: Re: svn commit: r371699 - head/shells/mksh Message-Id: <20141121173943.64c4c7ea64e5cdaec3bf50e5@freebsd.org> In-Reply-To: <20141121133045.GD12628@ivaldir.etoilebsd.net> References: <201410291949.s9TJn0sh019321@svn.freebsd.org> <20141119124113.GQ48896@ivaldir.etoilebsd.net> <20141121115534.bd0fd2ad78b8cd28ac5dfda2@freebsd.org> <20141121110304.GA48896@ivaldir.etoilebsd.net> <20141121133944.90e94e3c320ee5eff9e2db48@freebsd.org> <20141121133045.GD12628@ivaldir.etoilebsd.net> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 21 Nov 2014 16:36:45 -0000 On Fri, 21 Nov 2014 14:30:46 +0100 Baptiste Daroussin wrote: > On Fri, Nov 21, 2014 at 01:39:44PM +0000, Olivier Duchateau wrote: > > On Fri, 21 Nov 2014 12:03:04 +0100 > > Baptiste Daroussin wrote: > > > > > On Fri, Nov 21, 2014 at 11:55:34AM +0000, Olivier Duchateau wrote: > > > > On Wed, 19 Nov 2014 13:41:13 +0100 > > > > Baptiste Daroussin wrote: > > > > > > > > > On Wed, Oct 29, 2014 at 07:49:00PM +0000, Olivier Duchateau wrote: > > > > > > Author: olivierd > > > > > > Date: Wed Oct 29 19:49:00 2014 > > > > > > New Revision: 371699 > > > > > > URL: https://svnweb.freebsd.org/changeset/ports/371699 > > > > > > QAT: https://qat.redports.org/buildarchive/r371699/ > > > > > > > > > > > > Log: > > > > > > - Update to R50d > > > > > > - Drop @dirrm in pkg-plist > > > > > > > > > > > > PR: 194232 > > > > > > Submitted by: myself > > > > > > Approved by: @miwi (maintainer, timeout) > > > > > > > > > > > > Modified: > > > > > > head/shells/mksh/Makefile > > > > > > head/shells/mksh/distinfo > > > > > > head/shells/mksh/pkg-plist > > > > > > > > > > > > Modified: head/shells/mksh/Makefile > > > > > > ============================================================================== > > > > > > --- head/shells/mksh/Makefile Wed Oct 29 19:41:40 2014 (r371698) > > > > > > +++ head/shells/mksh/Makefile Wed Oct 29 19:49:00 2014 (r371699) > > > > > > @@ -2,7 +2,7 @@ > > > > > > # $FreeBSD$ > > > > > > > > > > > > PORTNAME= mksh > > > > > > -DISTVERSION= R50 > > > > > > +DISTVERSION= R50d > > > > > > > > > > This goas backward in history and needs to be adapter to the freebsd scheme: > > > > > $ pkg version -t r50 r50d > > > > > > > > > > > $ pkg version -t r50 r50.d > > > > > > > > > > > > > > > > No user will notice that as an upgrade. > > > > > > > > Even if I add PORTEPOCH, for the next releases problem still persists. > > > > > > > > Thorsten Glaser uses lower letter like minor version (usually a, b, c or d). Scheme is quite simple. > > > > For example: > > > > R50, next release is R50a and so on (up to c or d). > > > > > > > > So if we use PORTEPOCH > > > > pkg version -t r50 r50.d,1 > > > > < > > > > > > > > It's ok > > > > > > > > But the next stable release R51, > > > > pkg version -t r50.d,1 r51 > > > > > > > > > > > > > Normally R51 is greater than R50d, not here. > > > > > > > > I don't known how to solve this problem. > > > > > > > > > > pkg version -t 50d 50 > > > > > > > pkg version -t 50d 51 > > > < > > > > > > So I would propose: > > > PORTVERSION= 50d > > > DISTVERSIONPREFIX= R > > > > > > What do you think? > > > > Tested, I agree. > > > > PORTREVISION is necessary in this case? > > > Yes because DISTVERSION will turn 50d into 50.d which is lower than 50 :) Thanks, committed. > > regards, > Bapt -- olivier