Date: Tue, 23 Nov 2021 15:04:01 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 17d4f699e92f - main - textproc/lowdown: update to 0.10.0 Message-ID: <202111231504.1ANF41Fq080164@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=17d4f699e92f5b6c3447c41e1cc8bcab4ba631a8 commit 17d4f699e92f5b6c3447c41e1cc8bcab4ba631a8 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-11-23 14:58:32 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-11-23 15:03:42 +0000 textproc/lowdown: update to 0.10.0 --- textproc/lowdown/Makefile | 2 +- textproc/lowdown/distinfo | 6 +++--- textproc/lowdown/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile index b2f581cd3bee..1d7882283140 100644 --- a/textproc/lowdown/Makefile +++ b/textproc/lowdown/Makefile @@ -1,5 +1,5 @@ PORTNAME= lowdown -PORTVERSION= 0.9.2 +PORTVERSION= 0.10.0 CATEGORIES= textproc MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo index 9c10642f9f27..de912e1c6e92 100644 --- a/textproc/lowdown/distinfo +++ b/textproc/lowdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635844889 -SHA256 (lowdown-0.9.2.tar.gz) = 5c355d1db2071916b1ad6e789208de664be3781bd17dd8b6b09b1707a283a988 -SIZE (lowdown-0.9.2.tar.gz) = 217279 +TIMESTAMP = 1637679338 +SHA256 (lowdown-0.10.0.tar.gz) = b75cad25b10fa72d2c4730020eadf56345860964f4266bbcb18363e7c89c6297 +SIZE (lowdown-0.10.0.tar.gz) = 229928 diff --git a/textproc/lowdown/pkg-plist b/textproc/lowdown/pkg-plist index ca26daf6895e..eadf703246d6 100644 --- a/textproc/lowdown/pkg-plist +++ b/textproc/lowdown/pkg-plist @@ -30,6 +30,9 @@ share/man/man3/lowdown_node_free.3.gz share/man/man3/lowdown_nroff_free.3.gz share/man/man3/lowdown_nroff_new.3.gz share/man/man3/lowdown_nroff_rndr.3.gz +share/man/man3/lowdown_odt_free.3.gz +share/man/man3/lowdown_odt_new.3.gz +share/man/man3/lowdown_odt_rndr.3.gz share/man/man3/lowdown_term_free.3.gz share/man/man3/lowdown_term_new.3.gz share/man/man3/lowdown_term_rndr.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111231504.1ANF41Fq080164>