Skip to content

portstreelint-1.4.0

Compare
Choose a tag to compare
@HubTou HubTou released this 13 Apr 17:06
· 2 commits to main since this release
92a1fac
  • Added new checks around licenses:
    • Missing LICENSE in Makefile
    • Unofficial licences (warning)
    • Unnecessary use of LICENSE_COMB=single (warning)
    • Unnecessary use cases of LICENSE_COMB=multi (warning)
  • Added the [checks]/[licenses] line in the config file to disable this check
  • Added the [exclusions]/[licenses] line in the config file to disable this check for select PORTNAMEs
  • Added some examples of [exclusions] in the config file
  • Improved the PLIST check removing documented cases where it's possible to auto generate the packing list
  • Simplified the browser signature used for HTTP(S) requests
  • Corrected a bug where the "--nocfg|-n" options were not taken into account
  • Removed the "-n" option