Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2022 17:32:36 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: faead9d407d4 - main - print/tex-formats: Add missing pdftex engine
Message-ID:  <202202191732.21JHWaXG026006@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit faead9d407d45f3c6c71c755ed5a86c6f6f633b9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-19 17:29:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-19 17:32:29 +0000

    print/tex-formats: Add missing pdftex engine
---
 print/tex-formats/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile
index e236865b19a7..b9442c809c7e 100644
--- a/print/tex-formats/Makefile
+++ b/print/tex-formats/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	formats
 PORTVERSION=	${TEXLIVE_VERSION}
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	#empty
 PKGNAMEPREFIX=	tex-
@@ -17,6 +18,6 @@ NO_INSTALL=	yes
 
 TEXHASHDIRS=	${TEXMFVARDIR}
 TEX_FORMATS=	amstex context csplain eplain latex-bin metafont mex mptopdf \
-		tex
+		pdftex tex
 
 .include <bsd.port.mk>



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