svn commit: r413614 - head/textproc/docproj

Warren Block wblock at FreeBSD.org
Mon Apr 18 21:22:48 UTC 2016


Author: wblock (doc committer)
Date: Mon Apr 18 21:22:46 2016
New Revision: 413614
URL: https://svnweb.freebsd.org/changeset/ports/413614

Log:
  Turn the TRANSLATOR option on by default.  This adds the PO translation
  tools without adding much overhead.
  
  Approved by:	mat

Modified:
  head/textproc/docproj/Makefile

Modified: head/textproc/docproj/Makefile
==============================================================================
--- head/textproc/docproj/Makefile	Mon Apr 18 21:20:50 2016	(r413613)
+++ head/textproc/docproj/Makefile	Mon Apr 18 21:22:46 2016	(r413614)
@@ -3,7 +3,7 @@
 
 PORTNAME=	docproj
 PORTVERSION=	2.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc
 
 MAINTAINER=	doceng at FreeBSD.org
@@ -27,7 +27,7 @@ USES=		ghostscript:run metaport perl5
 USE_PERL5=	run
 
 OPTIONS_DEFINE=		DBLATEX CJK FOP IGOR JING SVN TRANSLATOR
-OPTIONS_DEFAULT=	        CJK     IGOR
+OPTIONS_DEFAULT=	        CJK     IGOR          TRANSLATOR
 .if !exists(/usr/bin/svnlite)
 OPTIONS_DEFAULT+=	SVN
 .endif


More information about the svn-ports-all mailing list