git: 72dc97fa9391 - main - dns/samba-nsupdate: Fix CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 3 06:41:38 UTC 2021


The branch main has been updated by decke:

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

commit 72dc97fa9391eb6eb67b2932e71e40311238b2f7
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 06:17:29 +0000
Commit:     Bernhard Froehlich <decke at 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}


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