Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 07:45:31 +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: r532084 - head/net/ntpsec
Message-ID:  <202004190745.03J7jVwc051275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} && \



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