svn commit: r545493 - head/dns/coredns

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 20 03:28:46 UTC 2020


Author: yuri
Date: Thu Aug 20 03:28:45 2020
New Revision: 545493
URL: https://svnweb.freebsd.org/changeset/ports/545493

Log:
  dns/coredns: Add the PORTSCOUT=limit:xx tag

Modified:
  head/dns/coredns/Makefile

Modified: head/dns/coredns/Makefile
==============================================================================
--- head/dns/coredns/Makefile	Thu Aug 20 03:26:28 2020	(r545492)
+++ head/dns/coredns/Makefile	Thu Aug 20 03:28:45 2020	(r545493)
@@ -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>


More information about the svn-ports-head mailing list