svn commit: r371699 - head/shells/mksh

Baptiste Daroussin bapt at FreeBSD.org
Fri Nov 21 11:03:10 UTC 2014


On Fri, Nov 21, 2014 at 11:55:34AM +0000, Olivier Duchateau wrote:
> On Wed, 19 Nov 2014 13:41:13 +0100
> Baptiste Daroussin <bapt at FreeBSD.org> 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?

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20141121/c3fb347f/attachment.sig>


More information about the svn-ports-head mailing list