[Bug 285145] ports-mgmt/portlint: Duplicate 'Makefile: "LICENSE" has to appear earlier.'

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 03 Mar 2025 23:57:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285145

            Bug ID: 285145
           Summary: ports-mgmt/portlint: Duplicate 'Makefile: "LICENSE"
                    has to appear earlier.'
           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: gerald@FreeBSD.org
          Assignee: marcus@FreeBSD.org
             Flags: maintainer-feedback?(marcus@FreeBSD.org)

Created attachment 258269
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=258269&action=edit
Makefile of reproducer

Running `portlint -C` on the Makefile attached, from archivers/lzip,
gives

  FATAL: Makefile: extra item "USES" placed in the LICENSE section.
  WARN: Makefile: "LICENSE" has to appear earlier.
  WARN: Makefile: "LICENSE_FILE" has to appear earlier.
  WARN: Makefile: "LICENSE" has to appear earlier.
  WARN: Makefile: "LICENSE_FILE" has to appear earlier.
  WARN: Consider to set DEVELOPER=yes in /etc/make.conf
  1 fatal error and 5 warnings found.

where the last two warnings are duplicates.

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