svn commit: r404810 - head/devel/elixir-timex

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 13 15:37:49 UTC 2016


On Wed, Dec 30, 2015 at 08:41:54AM +0000, Jimmy Olgeni wrote:
> New Revision: 404810
> URL: https://svnweb.freebsd.org/changeset/ports/404810
> 
> Log:
>   Upgrade devel/elixir-timex to version 1.0.0.
> 
> [...]
> @@ -1,7 +1,8 @@
>  # $FreeBSD$
>  
>  PORTNAME=	timex
> -DISTVERSION=	1.0.0-rc4
> +PORTVERSION=	1.0.0
> +PORTEPOCH=	1

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

  $ make -V PORTVERSION DISTVERSION=1.0.0-rc4
  1.0.0.r4
  $ pkg version -t 1.0.0.r4 1.0.0
  <

What's even more strange is that I've made a very similar complaint to cy@
on Decemlber 9th WRT r403347.  All committers should read svn-* lists, how
come you've missed it? :-(

./danfe


More information about the svn-ports-head mailing list