git: 115b632c52fb - main - dns/dnsdist: Fix CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Aug 19 14:49:37 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=115b632c52fb2704c0d6278ccd8cdfa3d02dffca

commit 115b632c52fb2704c0d6278ccd8cdfa3d02dffca
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-19 14:48:08 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-19 14:48:08 +0000

    dns/dnsdist: Fix CPE information
    
    Approved by:    portmgr (blanket)
---
 dns/dnsdist/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile
index e46755540a3e..7d3bea96dc7d 100644
--- a/dns/dnsdist/Makefile
+++ b/dns/dnsdist/Makefile
@@ -28,6 +28,8 @@ USES=		bison:alias compiler:c++14-lang cpe gmake libedit libtool \
 		localbase pkgconfig tar:bz2
 USE_RC_SUBR=	dnsdist
 
+CPE_VENDOR=	powerdns
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
 		--enable-dns-over-https \


More information about the dev-commits-ports-main mailing list