Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2017 08:37:08 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431162 - head/devel/gperf
Message-ID:  <201701110837.v0B8b8ad063988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Jan 11 08:37:08 2017
New Revision: 431162
URL: https://svnweb.freebsd.org/changeset/ports/431162

Log:
  - ignore gperf 3.1 update

Modified:
  head/devel/gperf/Makefile

Modified: head/devel/gperf/Makefile
==============================================================================
--- head/devel/gperf/Makefile	Wed Jan 11 08:28:08 2017	(r431161)
+++ head/devel/gperf/Makefile	Wed Jan 11 08:37:08 2017	(r431162)
@@ -13,8 +13,8 @@ LICENSE=	GPLv2
 
 CONFLICTS=	ace+tao-[0-9]*
 MAKE_JOBS_UNSAFE=	yes
-# avoid GPL3
-PORTSCOUT=	skipv:3.0.4
+# avoid GPLv3 in generated code
+PORTSCOUT=	ignore
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--docdir=${DOCSDIR}



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