Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:57:05 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: 3ee2d51df275 - main - textproc/expat2: Fix CPE information because current one is deprecated
Message-ID:  <202109141057.18EAv5o5056386@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=3ee2d51df275eed026c4f7864251a2193e90722e

commit 3ee2d51df275eed026c4f7864251a2193e90722e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 10:42:36 +0000
Commit:     Bernhard Froehlich <decke@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



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