Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2020 01:10:50 +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: r533481 - head/devel/cpp2py
Message-ID:  <202005010110.0411AoFQ035884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri May  1 01:10:49 2020
New Revision: 533481
URL: https://svnweb.freebsd.org/changeset/ports/533481

Log:
  devel/cpp2py: Add the PORTSCOUT tag

Modified:
  head/devel/cpp2py/Makefile

Modified: head/devel/cpp2py/Makefile
==============================================================================
--- head/devel/cpp2py/Makefile	Thu Apr 30 23:42:37 2020	(r533480)
+++ head/devel/cpp2py/Makefile	Fri May  1 01:10:49 2020	(r533481)
@@ -34,6 +34,8 @@ USE_LDCONFIG=	yes
 
 LLVM_VER=	60
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 post-install: # remove unnecessary files
 	@cd ${STAGEDIR}${PREFIX} && ${RM} share/cpp2py.modulefile share/cpp2pyvars.sh
 



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