Date: Thu, 20 Aug 2020 03:28:45 +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: r545493 - head/dns/coredns Message-ID: <202008200328.07K3SjFh095938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008200328.07K3SjFh095938>