git: 0bc43a6511d5 - main - textproc/docproj: Update requirements and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 13:18:34 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bc43a6511d5f6191474216544b1c2fec2d3fe78 commit 0bc43a6511d5f6191474216544b1c2fec2d3fe78 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-02-01 13:17:13 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-02-01 13:18:06 +0000 textproc/docproj: Update requirements and bump version textproc/po4a v0.66_1 has patches that help the FreeBSD translation workflow. --- textproc/docproj/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index e7ace2718f5e..770a279eaf21 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -1,5 +1,5 @@ PORTNAME= docproj -PORTVERSION= 4.1 +PORTVERSION= 4.1.1 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -22,6 +22,6 @@ EPUB_RUN_DEPENDS= asciidoctor-epub3:textproc/rubygem-asciidoctor-epub3 GIT_RUN_DEPENDS= git:devel/git IGOR_RUN_DEPENDS= igor:textproc/igor PDF_RUN_DEPENDS= asciidoctor-pdf:textproc/rubygem-asciidoctor-pdf -TRANSLATOR_RUN_DEPENDS= po4a>=0.63_1:textproc/po4a +TRANSLATOR_RUN_DEPENDS= po4a>=0.66_1:textproc/po4a .include <bsd.port.mk>