svn commit: r522776 - head/net/clash
Yuri Victorovich
yuri at FreeBSD.org
Sun Jan 12 10:28:44 UTC 2020
Author: yuri
Date: Sun Jan 12 10:28:43 2020
New Revision: 522776
URL: https://svnweb.freebsd.org/changeset/ports/522776
Log:
net/clash: Limit version format to prevent portscout reporting odd revisions
Modified:
head/net/clash/Makefile
Modified: head/net/clash/Makefile
==============================================================================
--- head/net/clash/Makefile Sun Jan 12 10:21:41 2020 (r522775)
+++ head/net/clash/Makefile Sun Jan 12 10:28:43 2020 (r522776)
@@ -39,6 +39,8 @@ GH_TUPLE= \
PLIST_FILES= bin/${PORTNAME}
+PORTSCOUT= limit:^[0-9\.]*$$
+
pre-patch:
@cd ${WRKSRC} && ${CP} proxy/redir/tcp_linux.go proxy/redir/tcp_freebsd.go
More information about the svn-ports-head
mailing list