Date: Sat, 22 May 2021 17:21:16 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ae5a18f68c67 - main - textproc/docproj: Set PDF option as default Message-ID: <202105221721.14MHLGKs021936@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae5a18f68c6794114b009d74739c0f9d5fb00ecd commit ae5a18f68c6794114b009d74739c0f9d5fb00ecd Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-05-22 17:18:38 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-05-22 17:19:34 +0000 textproc/docproj: Set PDF option as default Approved by: doceng (with hat) --- textproc/docproj/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 9d21e4485117..2b86409f75f4 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -2,6 +2,7 @@ PORTNAME= docproj PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -28,7 +29,7 @@ USES= ghostscript:run metaport perl5 python:3.6+,run USE_PERL5= run OPTIONS_DEFINE= CJK DBLATEX FOP GIT GROFF IGOR JING PDF TRANSLATOR -OPTIONS_DEFAULT= CJK GIT GROFF IGOR TRANSLATOR +OPTIONS_DEFAULT= CJK GIT GROFF IGOR PDF TRANSLATOR CJK_DESC= CJK support DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105221721.14MHLGKs021936>