git: 91ceca0195d3 - main - graphics/xpdf3: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:44 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91ceca0195d37cc80277de9468ed9a282c5a2f6d

commit 91ceca0195d37cc80277de9468ed9a282c5a2f6d
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:33:47 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:17 +0000

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

diff --git a/graphics/xpdf3/Makefile b/graphics/xpdf3/Makefile
index c5b0fe682b7c..17d13fe76b41 100644
--- a/graphics/xpdf3/Makefile
+++ b/graphics/xpdf3/Makefile
@@ -22,7 +22,8 @@ GNU_CONFIGURE=	yes
 USES=		gmake cpe localbase xorg
 USE_XORG=	ice sm x11 xext xt
 
-CPE_VENDOR=	foolabs
+CPE_VENDOR=	glyphandcog
+CPE_PRODUCT=	xpdfreader
 CONFIGURE_ARGS=	--enable-opi \
 		--with-freetype2-library="${LOCALBASE}/lib" \
 		--with-freetype2-includes="${LOCALBASE}/include/freetype2" \


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