git: ebbef5bab950 - main - textproc/minixmlto: update to 0.0.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 10:22:02 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ebbef5bab9500fcbd4bfb1499a438e3ab3bf2f29
commit ebbef5bab9500fcbd4bfb1499a438e3ab3bf2f29
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-09-15 10:11:09 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-09-15 10:20:28 +0000
textproc/minixmlto: update to 0.0.7
minixmlto gained the ability to use docbook2mdoc when possible instead
of using xsl toolchain.
In this version this is off by default and activable vis
PREFER_DOCBOOK2MDOC env var
---
textproc/minixmlto/Makefile | 5 +++--
textproc/minixmlto/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/textproc/minixmlto/Makefile b/textproc/minixmlto/Makefile
index 5afa10a7e993..82025bf8583e 100644
--- a/textproc/minixmlto/Makefile
+++ b/textproc/minixmlto/Makefile
@@ -1,5 +1,5 @@
PORTNAME= minixmlto
-PORTVERSION= 0.0.6
+PORTVERSION= 0.0.7
CATEGORIES= textproc
MAINTAINER= bapt@FreeBSD.org
@@ -10,7 +10,8 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
xsltproc:textproc/libxslt \
- html2text:textproc/html2text
+ html2text:textproc/html2text \
+ docbook2mdoc:textproc/docbook2mdoc
USE_GITHUB= yes
GH_ACCOUNT= bapt
diff --git a/textproc/minixmlto/distinfo b/textproc/minixmlto/distinfo
index 2873bedfac54..ba0c5ff90213 100644
--- a/textproc/minixmlto/distinfo
+++ b/textproc/minixmlto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652448665
-SHA256 (bapt-minixmlto-0.0.6_GH0.tar.gz) = 7ae6e0cfe417c454a36c15dab9fe64e74b1f31b32cdbafd6760cfae8df5bf9c3
-SIZE (bapt-minixmlto-0.0.6_GH0.tar.gz) = 1693
+TIMESTAMP = 1663236654
+SHA256 (bapt-minixmlto-0.0.7_GH0.tar.gz) = 1fcda37db4e042fcaba5b2b743d1d6a1d7cfeb4004dc4a3a5f80949093d87296
+SIZE (bapt-minixmlto-0.0.7_GH0.tar.gz) = 1784