Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 23:19:41 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429292 - in head/ports-mgmt/portlint: . src
Message-ID:  <201612232319.uBNNJf0S090592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Fri Dec 23 23:19:41 2016
New Revision: 429292
URL: https://svnweb.freebsd.org/changeset/ports/429292

Log:
  Update to 2.17.6.
  
  Add support for CMAKE_BOOL
  
  PR:		215203
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/ports-mgmt/portlint/Makefile
  head/ports-mgmt/portlint/src/portlint.pl

Modified: head/ports-mgmt/portlint/Makefile
==============================================================================
--- head/ports-mgmt/portlint/Makefile	Fri Dec 23 23:15:59 2016	(r429291)
+++ head/ports-mgmt/portlint/Makefile	Fri Dec 23 23:19:41 2016	(r429292)
@@ -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

Modified: head/ports-mgmt/portlint/src/portlint.pl
==============================================================================
--- head/ports-mgmt/portlint/src/portlint.pl	Fri Dec 23 23:15:59 2016	(r429291)
+++ head/ports-mgmt/portlint/src/portlint.pl	Fri Dec 23 23:19:41 2016	(r429292)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612232319.uBNNJf0S090592>