Date: Sun, 12 Jan 2020 09:07:51 +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: r522770 - head/net/ntpsec Message-ID: <202001120907.00C97poV058714@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001120907.00C97poV058714>