1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/ports-mgmt/portlint/pkg-descr
Joe Marcus Clarke 18bdf5dabf Update to 2.18.0. Enough has happened that it's time for a minor bump.
* Fix the check for duplicate SHEBANG_LANG values [1]
* Check to make sure patch files end with newlines [2]
* Allow flavored *_DEPENDS in the DEPENDS section [3]
* Check that kde:4 OR kde:5 is defined with USE_KDE [4]
* Add a check to make sure pkg-descr is at least a certain number of lines [5]
* Fix a couple of typos [6] [7]
* Allow for any *_DEPENDS item in the DEPENDS section and fix a bug in the
  dependency syntax checking [8]
* Add a check to make sure Python dependencies include a FLAVOR [9]

PR:		226709 [1]
		226109 [2]
		226581 [3]
		227255 [5]
		227729 [6]
		227878 [7]
		227556 [8]
		225654 [9]
Submitted by:	tcberner [4]
		0mp [5][6][7]
Differential Revision:	D13723 [4]
2018-05-11 21:33:55 +00:00

7 lines
305 B
Plaintext

portlint tries to verify the content of a port directory with a small set of
sanity checks. The purpose of portlint can be separated into two parts: (1) to
let the submitters easily polish their own port directory, and (2) to decrease
the labor of the committers.
Check out portlint(1) for more details.