aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2022-07-17 23:06:36 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2022-07-17 23:07:17 +0000
commitdfa2f6f9107790d019e9409983af62c4e85d9dfd (patch)
tree45844135b9d48470685d3b2c8bb209a56f04e718
parentdfa5a40b97fa58b8760194f29b86b29ff8418ef4 (diff)
downloadports-dfa2f6f9107790d019e9409983af62c4e85d9dfd.tar.gz
ports-dfa2f6f9107790d019e9409983af62c4e85d9dfd.zip
textproc/docproj: Update requirements and bump version
textproc/po4a v0.67 has patches that help the FreeBSD translation workflow.
-rw-r--r--textproc/docproj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 770a279eaf21..a3f8fe8e68c2 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -1,5 +1,5 @@
PORTNAME= docproj
-PORTVERSION= 4.1.1
+PORTVERSION= 4.1.2
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.66_1:textproc/po4a
+TRANSLATOR_RUN_DEPENDS= po4a>=0.67:textproc/po4a
.include <bsd.port.mk>