Re: git: 281cce9e4082 - main - graphics/libavif: update to 0.11.1-rc1
- In reply to: Jan Beich : "git: 281cce9e4082 - main - graphics/libavif: update to 0.11.1-rc1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 21:58:07 UTC
Jan Beich <jbeich@FreeBSD.org> writes: > diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile > index e9ae94dfb5ec..a183d547bb6b 100644 > --- a/graphics/libavif/Makefile > +++ b/graphics/libavif/Makefile > @@ -1,13 +1,11 @@ > PORTNAME= libavif > DISTVERSIONPREFIX= v > -DISTVERSION= 0.11.0 > +DISTVERSION= 0.11.1 > +DISTVERSIONSUFFIX= -rc1 Oops, -rc1 was supposed to be part of DISTVERSION, not separate. This creates a synthetic 0.11.1 before the actual release, and Repology would be right to ignore it. However, I don't want to bump PORTEPOCH given there were *no* changes between v0.11.0-rc1 and v0.11.0 and if v0.11.1 does have changes that can be accounted via PORTREVISION bump.