git: 97eda84f87b1 - main - dns/bind918: Update CONFLICTS entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 19:07:14 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=97eda84f87b1835c1bb9e2104d699e721df12cd8 commit 97eda84f87b1835c1bb9e2104d699e721df12cd8 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-17 18:17:18 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-17 19:06:03 +0000 dns/bind918: Update CONFLICTS entry Remove reference to bind911 which was removed over 2 years ago Approved by: portmgr (blanket) --- dns/bind918/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 7a0c42165108..fa6ca912843c 100644 --- a/dns/bind918/Makefile +++ b/dns/bind918/Makefile @@ -72,7 +72,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extrapatch-no-bind-tools PORTDOCS= * -CONFLICTS= bind911 bind916 bind9-devel +CONFLICTS= bind916 bind9-devel .endif # BIND_TOOLS_SLAVE MAKE_JOBS_UNSAFE= yes