svn commit: r532084 - head/net/ntpsec

Yuri Victorovich yuri at FreeBSD.org
Sun Apr 19 07:45:32 UTC 2020


Author: yuri
Date: Sun Apr 19 07:45:31 2020
New Revision: 532084
URL: https://svnweb.freebsd.org/changeset/ports/532084

Log:
  net/ntpsec: Update the PORTSCOUT tag

Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Sun Apr 19 07:43:54 2020	(r532083)
+++ head/net/ntpsec/Makefile	Sun Apr 19 07:45:31 2020	(r532084)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 
 MAKE_ENV=	NOSYNC=1 # workaround for the console problem: https://gitlab.com/NTPsec/ntpsec/issues/599
 
-PORTSCOUT=	limit:^[0-9_\.]*$$
+PORTSCOUT=	limit:^\d+\. # prevent alpha-numeric strings
 
 post-install: # autoplist: plist varies depending on the python version
 	@cd ${STAGEDIR}${PREFIX} && \


More information about the svn-ports-head mailing list