diff options
author | marcus <marcus@FreeBSD.org> | 2016-12-24 07:19:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2016-12-24 07:19:41 +0800 |
commit | 4827ae14eaf628639c3b40f4f6bc7fd0274f8a99 (patch) | |
tree | f314a21fbd3ead3465de9a656f33f2b0179a5dbb /ports-mgmt | |
parent | cda7908bec34c76819661e7f7e242ddda50b8c2f (diff) | |
download | freebsd-ports-gnome-4827ae14eaf628639c3b40f4f6bc7fd0274f8a99.tar.gz freebsd-ports-gnome-4827ae14eaf628639c3b40f4f6bc7fd0274f8a99.tar.zst freebsd-ports-gnome-4827ae14eaf628639c3b40f4f6bc7fd0274f8a99.zip |
Update to 2.17.6.
Add support for CMAKE_BOOL
PR: 215203
Submitted by: Dmitri Goutnik <dg@syrec.org>
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 542810a717fe..bf7f6c83f040 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.17.5 -PORTREVISION= 1 +PORTVERSION= 2.17.6 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index f48c996d09df..6f27cdd44125 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.397 2016/11/11 02:12:15 jclarke Exp $ +# $MCom: portlint/portlint.pl,v 1.399 2016/12/23 23:18:20 jclarke Exp $ # use strict; @@ -50,7 +50,7 @@ $portdir = '.'; # version variables my $major = 2; my $minor = 17; -my $micro = 5; +my $micro = 6; # default setting - for FreeBSD my $portsdir = '/usr/ports'; @@ -1566,6 +1566,8 @@ sub checkmakefile { CFLAGS CMAKE_OFF CMAKE_ON + CMAKE_BOOL_OFF + CMAKE_BOOL CONFIGURE_ENABLE CONFIGURE_ENV CONFIGURE_OFF |