Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 May 2018 04:32:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228058] ports-mgmt/portlint: Complains "Choose another PORTVERSION or bump PORTEPOCH." when the DISTVERSION is actually increading
Message-ID:  <bug-228058-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228058

            Bug ID: 228058
           Summary: ports-mgmt/portlint: Complains "Choose another
                    PORTVERSION or bump PORTEPOCH." when the DISTVERSION
                    is actually increading
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(marcus@FreeBSD.org)
          Assignee: marcus@FreeBSD.org

The problem was observed in textproc/dikt.

Before r469254 this port had
PORTVERSION=3D    2l3
When in this condition PORTVERSION was changed to
DISTVERSION=3D    2s1
portlint complained:
> $ portlint -C
> FATAL: Makefile: dikt-2.s1 < dikt-2l3_2. Choose another PORTVERSION or bu=
mp PORTEPOCH.
> 1 fatal error and 0 warnings found.=20

This is wrong because 2l3 < 2s1.

There are very few versions in this format, but it looks like portlint does=
n't
handle them correctly.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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