Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 09:04:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522769 - head/cad/ktechlab
Message-ID:  <202001120904.00C94lo9058455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan 12 09:04:47 2020
New Revision: 522769
URL: https://svnweb.freebsd.org/changeset/ports/522769

Log:
  cad/ktechlab: Limit version format to prevent portscout reporting odd revisions

Modified:
  head/cad/ktechlab/Makefile

Modified: head/cad/ktechlab/Makefile
==============================================================================
--- head/cad/ktechlab/Makefile	Sun Jan 12 08:59:46 2020	(r522768)
+++ head/cad/ktechlab/Makefile	Sun Jan 12 09:04:47 2020	(r522769)
@@ -29,4 +29,6 @@ CXXFLAGS+=	-I${LOCALBASE}/lib/glib-2.0/include
 OPTIONS_DEFINE=	DOCS
 PORTDOCS=	*
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 .include <bsd.port.mk>



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