svn commit: r522769 - head/cad/ktechlab

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 12 09:04:47 UTC 2020


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>


More information about the svn-ports-all mailing list