Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:14:54 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: 3f83f8b6f127 - main - print/latex2rtf: Add CPE information
Message-ID:  <202109301514.18UFEsou046665@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=3f83f8b6f12700bd8a95bd6218f22fda44bc955d

commit 3f83f8b6f12700bd8a95bd6218f22fda44bc955d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 14:29:25 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 15:14:09 +0000

    print/latex2rtf: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 print/latex2rtf/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile
index d88c8cfbc3ac..6c0b64c77885 100644
--- a/print/latex2rtf/Makefile
+++ b/print/latex2rtf/Makefile
@@ -9,9 +9,11 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION} \
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Translator from LaTeX to RTF
 
-USES=		shebangfix makeinfo
+USES=		cpe shebangfix makeinfo
 SHEBANG_FILES=	${WRKSRC}/scripts/latex2png
 
+CPE_VENDOR=	latex2rtf_project
+
 OPTIONS_DEFINE=	LATEX2PNG
 LATEX2PNG_DESC=	Install latex2png utility
 OPTIONS_SUB=	yes



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