HomeFreeBSD

ports-mgmt/portlint: Update to 2.19.12

Description

ports-mgmt/portlint: Update to 2.19.12

In a discussion with members of the port managers team (tcberner, rene) the issue of conflicting package base names came up.

I have offered to create portlint checks for 2 possible Makefile issues:

  1. Conflicting use of ${PKGBASE} of an existing port.
  1. Multiple flavors resulting in the same ${PKGBASE}.

The attached patch adds checks for both possible issues:

  1. Check for the existence of the new PKGBASE in the INDEX file (if present) and warn if it is used for a different ORIGIN.
  1. Generate PKGBASE for all FLAVORS and check for duplicates.

PR: 263807

Details

Provenance
seAuthored on Jul 17 2022, 3:37 PM
marcusCommitted on Jul 17 2022, 3:37 PM
Parents
R11:b396608f5209: databases/pgadmin3: unbreak build with PgSQL 13+
Branches
Unknown
Tags
Unknown