Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 06:41:38 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 72dc97fa9391 - main - dns/samba-nsupdate: Fix CPE information
Message-ID:  <202109030641.1836fcWN057433@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72dc97fa9391eb6eb67b2932e71e40311238b2f7

commit 72dc97fa9391eb6eb67b2932e71e40311238b2f7
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-03 06:17:29 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-03 06:17:29 +0000

    dns/samba-nsupdate: Fix CPE information
    
    Approved by:    portmgr (blanket)
---
 dns/samba-nsupdate/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile
index 7fccfa035be8..4cab0a8e2918 100644
--- a/dns/samba-nsupdate/Makefile
+++ b/dns/samba-nsupdate/Makefile
@@ -20,6 +20,7 @@ USES=			autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:xz
 ISCVERSION=		9.16.5
 
 CPE_VENDOR=		isc
+CPE_PRODUCT=		bind
 CPE_VERSION=		${ISCVERSION:C/-.*//}
 .if ${ISCVERSION:M*-*}
 CPE_UPDATE=		${ISCVERSION:C/.*-//:tl}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109030641.1836fcWN057433>