git: 15c503031a88 - 2021Q2 - textproc/docproj: Set PDF option as default
Danilo G. Baio
dbaio at FreeBSD.org
Sat May 22 17:24:01 UTC 2021
The branch 2021Q2 has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=15c503031a88e11b80b55786f62512b33933d6f6
commit 15c503031a88e11b80b55786f62512b33933d6f6
Author: Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-05-22 17:18:38 +0000
Commit: Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-05-22 17:23:08 +0000
textproc/docproj: Set PDF option as default
Approved by: doceng (with hat)
(cherry picked from commit ae5a18f68c6794114b009d74739c0f9d5fb00ecd)
---
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 at 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)
More information about the dev-commits-ports-all
mailing list