Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2015 08:13:43 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Cy Schubert <cy@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r403347 - head/security/keepassx2
Message-ID:  <20151209081342.GA41332@FreeBSD.org>
In-Reply-To: <201512082040.tB8Kef9e047376@repo.freebsd.org>
References:  <201512082040.tB8Kef9e047376@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 08, 2015 at 08:40:41PM +0000, Cy Schubert wrote:
> New Revision: 403347
> URL: https://svnweb.freebsd.org/changeset/ports/403347
> 
> Log:
>   Update 2.0-beta2 --> 2.0
> [...]
>  
>  PORTNAME=	keepassx
> -DISTVERSION=	2.0-beta2
> -PORTEPOCH=	1
> +DISTVERSION=	2.0
> +PORTEPOCH=	2

Why did you bump port epoch here?  DISTVERSION ensures that resulting
PORTVERSION is correctly mangled, and used for -betas and -rcs because
it allows to seamless update to .0 releases:

    $ make -V PORTVERSION DISTVERSION=2.0-beta2
    2.0.b2
    $ pkg version -t 2.0.b2 2.0
    <

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151209081342.GA41332>