svn commit: r522834 - head/science/vipster

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 12 20:12:44 UTC 2020


Author: yuri
Date: Sun Jan 12 20:12:43 2020
New Revision: 522834
URL: https://svnweb.freebsd.org/changeset/ports/522834

Log:
  science/vipster: Limit the version format to prevent portscout reporting odd revisions

Modified:
  head/science/vipster/Makefile

Modified: head/science/vipster/Makefile
==============================================================================
--- head/science/vipster/Makefile	Sun Jan 12 19:57:05 2020	(r522833)
+++ head/science/vipster/Makefile	Sun Jan 12 20:12:43 2020	(r522834)
@@ -44,6 +44,8 @@ CXX=		clang++${LLVM_VER}
 USE_GCC=	yes
 .endif
 
+PORTSCOUT=	limit:^[0-9][0-9a-z\.]*$$
+
 do-test:
 	@cd ${BUILD_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DTESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \


More information about the svn-ports-all mailing list