git: 3ee2d51df275 - main - textproc/expat2: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:57:09 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ee2d51df275eed026c4f7864251a2193e90722e

commit 3ee2d51df275eed026c4f7864251a2193e90722e
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 10:42:36 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:36 +0000

    textproc/expat2: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 textproc/expat2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 3c14a1248f0d..e3fe8d83027c 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -16,7 +16,8 @@ TEST_DEPENDS=	bash:shells/bash
 USES=		cpe libtool pathfix python:test tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPE_VENDOR=	libexpat
+CPE_VENDOR=	libexpat_project
+CPE_PRODUCT=	libexpat
 
 CONFIGURE_ARGS=	--without-docbook --without-examples
 INSTALL_TARGET=	install-strip


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