svn commit: r522770 - head/net/ntpsec

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 12 09:07:51 UTC 2020


Author: yuri
Date: Sun Jan 12 09:07:51 2020
New Revision: 522770
URL: https://svnweb.freebsd.org/changeset/ports/522770

Log:
  net/ntpsec: Limit version format to prevent portscout reporting odd revisions

Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Sun Jan 12 09:04:47 2020	(r522769)
+++ head/net/ntpsec/Makefile	Sun Jan 12 09:07:51 2020	(r522770)
@@ -16,6 +16,8 @@ USE_GITHUB=	yes
 
 MAKE_ENV=	NOSYNC=1 # workaround for the console problem: https://gitlab.com/NTPsec/ntpsec/issues/599
 
+PORTSCOUT=	limit:^[0-9_\.]*$$
+
 post-install: # autoplist: plist varies depending on the python version
 	@cd ${STAGEDIR}${PREFIX} && \
 		${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}


More information about the svn-ports-head mailing list