[Bug 231254] ports-mgmt/portlint: portlint doesn't complain about version downgrade
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 9 06:09:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231254
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 at FreeBSD.org
Reporter: yuri at freebsd.org
Flags: maintainer-feedback?(marcus at FreeBSD.org)
Assignee: marcus at 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$
>
> PORTNAME= namd
> -DISTVERSION= 2-12-211
> -DISTVERSIONSUFFIX= -gfdf7ea56
> +DISTVERSION= 2.12
> CATEGORIES= science
> +DISTNAME= ${PORTNAME:tu}_${DISTVERSION}_Source
> ...
> ...
The version is being downgraded:
> $ pkg version -t 2.12.211 2.12
> >
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.
> $
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list