aboutsummaryrefslogtreecommitdiff
path: root/dns/coredns
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-20 03:28:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-20 03:28:45 +0000
commit1031b10367f4c963354571d933a681d0918a8d23 (patch)
tree0c56bc4687b750b79630ca38a8fc20f1e429fa69 /dns/coredns
parent67cfa4e68b5ad03296fdd1a1d6a9abdad6f79898 (diff)
downloadports-1031b10367f4c963354571d933a681d0918a8d23.tar.gz
ports-1031b10367f4c963354571d933a681d0918a8d23.zip
dns/coredns: Add the PORTSCOUT=limit:xx tag
Notes
Notes: svn path=/head/; revision=545493
Diffstat (limited to 'dns/coredns')
-rw-r--r--dns/coredns/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/coredns/Makefile b/dns/coredns/Makefile
index b1a70ac82c50..232cf5771407 100644
--- a/dns/coredns/Makefile
+++ b/dns/coredns/Makefile
@@ -107,4 +107,6 @@ USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
+PORTSCOUT= limit:^[0-9]*\.[0-9]*\.[0-9]*$$ # otherwise it picks up the deleted tag v011
+
.include <bsd.port.mk>