svn commit: r528441 - head/textproc/docproj

Danilo G. Baio dbaio at FreeBSD.org
Sat Mar 14 21:00:23 UTC 2020


Author: dbaio
Date: Sat Mar 14 21:00:22 2020
New Revision: 528441
URL: https://svnweb.freebsd.org/changeset/ports/528441

Log:
  textproc/docproj: Back itstool dependency to the latest version
  
  Fixed issue which was impacting FreeBSD translations.
  
  PR:		244809
  Approved by:	doceng (bcr, maintainer)
  Differential Revision:	https://reviews.freebsd.org/D24069

Modified:
  head/textproc/docproj/Makefile

Modified: head/textproc/docproj/Makefile
==============================================================================
--- head/textproc/docproj/Makefile	Sat Mar 14 20:39:10 2020	(r528440)
+++ head/textproc/docproj/Makefile	Sat Mar 14 21:00:22 2020	(r528441)
@@ -3,7 +3,7 @@
 
 PORTNAME=	docproj
 PORTVERSION=	2.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	textproc
 
 MAINTAINER=	doceng at FreeBSD.org
@@ -53,7 +53,7 @@ GROFF_RUN_DEPENDS=	${LOCALBASE}/bin/groff:textproc/gro
 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/itstool22 \
+TRANSLATOR_RUN_DEPENDS=	itstool:textproc/itstool \
 			msgcat:devel/gettext-tools
 
 _FONTS=		${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \


More information about the svn-ports-all mailing list