From owner-svn-ports-branches@freebsd.org Thu Jan 7 09:55:28 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 741DE4CA276; Thu, 7 Jan 2021 09:55:28 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBM6m2wpDz4npF; Thu, 7 Jan 2021 09:55:28 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 576367016; Thu, 7 Jan 2021 09:55:28 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1079tSBU028124; Thu, 7 Jan 2021 09:55:28 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1079tSaw028123; Thu, 7 Jan 2021 09:55:28 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202101070955.1079tSaw028123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 7 Jan 2021 09:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r560696 - branches/2021Q1/textproc/docproj X-SVN-Group: ports-branches X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: branches/2021Q1/textproc/docproj X-SVN-Commit-Revision: 560696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2021 09:55:28 -0000 Author: 0mp Date: Thu Jan 7 09:55:27 2021 New Revision: 560696 URL: https://svnweb.freebsd.org/changeset/ports/560696 Log: MFH: r560693 Chase the switch of the doc tree from Subversion to Git PR: 251757 Submitted by: PauAmma Approved by: doceng (gjb) Modified: branches/2021Q1/textproc/docproj/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/textproc/docproj/Makefile ============================================================================== --- branches/2021Q1/textproc/docproj/Makefile Thu Jan 7 09:48:50 2021 (r560695) +++ branches/2021Q1/textproc/docproj/Makefile Thu Jan 7 09:55:27 2021 (r560696) @@ -3,7 +3,7 @@ PORTNAME= docproj PORTVERSION= 2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -26,19 +26,16 @@ RUN_DEPENDS= ${LOCALBASE}/share/xml/dtd/xhtml/xhtml.so USES= ghostscript:run metaport perl5 USE_PERL5= run -OPTIONS_DEFINE= CJK DBLATEX FOP GROFF IGOR JING SVN TRANSLATOR -OPTIONS_DEFAULT= CJK GROFF IGOR TRANSLATOR -.if !exists(/usr/bin/svnlite) && !exists(/usr/bin/svn) -OPTIONS_DEFAULT+= SVN -.endif +OPTIONS_DEFINE= CJK DBLATEX FOP GIT GROFF IGOR JING TRANSLATOR +OPTIONS_DEFAULT= CJK GIT GROFF IGOR TRANSLATOR CJK_DESC= CJK support DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive) FOP_DESC= FOP PDF renderer (requires Java) +GIT_DESC= Git support GROFF_DESC= Groff support from ports IGOR_DESC= Igor automated proofreader for documentation JING_DESC= Jing for advanced RELAX NG validation -SVN_DESC= Subversion support from ports TRANSLATOR_DESC= Tools for translators CJK_RUN_DEPENDS= html2text:textproc/html2text @@ -46,10 +43,10 @@ DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex DBLATEX_USE= TEX=xetex FOP_RUN_DEPENDS= ${_FONTS} \ fop:textproc/fop +GIT_RUN_DEPENDS= git:devel/git GROFF_USES= groff:run IGOR_RUN_DEPENDS= igor:textproc/igor JING_RUN_DEPENDS= jing:textproc/jing -SVN_RUN_DEPENDS= ${LOCALBASE}/bin/svn:devel/subversion TRANSLATOR_RUN_DEPENDS= itstool:textproc/itstool \ msgcat:devel/gettext-tools