Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Sep 2018 06:09:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231254] ports-mgmt/portlint: portlint doesn't complain about version downgrade
Message-ID:  <bug-231254-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 231254
           Summary: ports-mgmt/portlint: portlint doesn't complain about
                    version downgrade
           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

Testcase: science/namd

I updated DISTVERSION such that it is being downgraded:
> --- Makefile	(revision 479265)
> +++ Makefile	(working copy)
> @@ -1,9 +1,9 @@
>  # $FreeBSD$
>=20=20
>  PORTNAME=3D	namd
> -DISTVERSION=3D	2-12-211
> -DISTVERSIONSUFFIX=3D	-gfdf7ea56
> +DISTVERSION=3D	2.12
>  CATEGORIES=3D	science
> +DISTNAME=3D	${PORTNAME:tu}_${DISTVERSION}_Source
> ...
> ...

The version is being downgraded:
> $ pkg version -t 2.12.211 2.12=20
> >

Yet, 'portlint -C' doesn't complain about the version downgrade:
> $ portlint -C
> WARN: Makefile: no MASTER_SITES found. is it ok?
> 0 fatal errors and 1 warning found.
> $

--=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-231254-7788>