Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 17:24:01 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 15c503031a88 - 2021Q2 - textproc/docproj: Set PDF option as default
Message-ID:  <202105221724.14MHO1kd024635@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by dbaio:

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

commit 15c503031a88e11b80b55786f62512b33933d6f6
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: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@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?202105221724.14MHO1kd024635>