portlint gives me a FATAL error when the following are included: LICENSE= LGPL21 MIT LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT The error reported is: FATAL: Makefile: license specified is LGPL21 MIT, but LICENSE_FILE specified is for LGPL21. Can this be fixed? Thanks!
*** Bug 234820 has been marked as a duplicate of this bug. ***
Created attachment 200993 [details] Patch How about this fix?
Thanks. Patch looks good to me. Committing this to my repo pending the next release.
Created attachment 200994 [details] Patch Or, rather, this one.
What's holding this up?
A commit references this bug: Author: marcus Date: Tue Jan 22 16:19:07 UTC 2019 New revision: 490959 URL: https://svnweb.freebsd.org/changeset/ports/490959 Log: Update to 2.18.8 * Handle multiple licenses [1] * Warn about leading and trailing whitespace in pkg-descr [2] PR: 233774 [1] 235070 [2] Submitted by: amdmi3 [1] swills [2] Changes: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl
Committed to 2.18.8.