Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:43 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: 91ceca0195d3 - main - graphics/xpdf3: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAuhMJ055904@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=91ceca0195d37cc80277de9468ed9a282c5a2f6d

commit 91ceca0195d37cc80277de9468ed9a282c5a2f6d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 09:33:47 +0000
Commit:     Bernhard Froehlich <decke@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" \



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