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

This commit is contained in:
Yuri Victorovich 2020-01-12 09:07:51 +00:00
parent d622664237
commit 03d78e6e17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522770

View file

@ -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}