diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-10-25 17:27:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-10-25 17:27:38 +0000 |
commit | 57a4c69296f20741d9c9bfe0c8dd14e9a48a5e06 (patch) | |
tree | 83184b5e75bb76fe62e90352026809a24a392bc9 /ports-mgmt/portlint/Makefile | |
parent | 54cf5718a77e63f34d303a696fe7ad1195107b42 (diff) |
Update to 2.16.7.
* Add support for @(...) notation [1]
* Remove the check for USES being sorted. Order is important. [2]
* Add support for making sure @owner and @group are properly reset [3]
PR: 202570 [1]
203908 [2]
202711 [3]
Notes
Notes:
svn path=/head/; revision=400154
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index d9b72e56320c..02018037df27 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.16.6 +PORTVERSION= 2.16.7 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none |