Hi ports@,

Here is a diff to update lowdown to 0.8.3.

Those versions bring several bugfixes and split lowdown(1) into
lowdown-diff(1) for easier reading.

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile    13 Feb 2021 19:37:15 -0000      1.24
+++ Makefile    18 Mar 2021 09:49:57 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.24 2021/02/13 19:37:15 fcambus Exp $
 
 COMMENT =      simple markdown translator
-DISTNAME =     lowdown-0.8.1
+DISTNAME =     lowdown-0.8.3
 CATEGORIES =   textproc
 
 HOMEPAGE =     https://kristaps.bsd.lv/lowdown/
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo    13 Feb 2021 19:37:15 -0000      1.21
+++ distinfo    18 Mar 2021 09:49:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (lowdown-0.8.1.tar.gz) = 5ptxsGvCblOLpDtVE0uTGnWAubyEZrX5JAi7zYNU85Q=
-SIZE (lowdown-0.8.1.tar.gz) = 196068
+SHA256 (lowdown-0.8.3.tar.gz) = jKuGzHEMAv28Yae9cW/YlqRL2t4uFtyIr9x2rguw7yo=
+SIZE (lowdown-0.8.3.tar.gz) = 201286
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/lowdown/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- pkg/PLIST   13 Feb 2021 19:37:15 -0000      1.11
+++ pkg/PLIST   18 Mar 2021 09:49:57 -0000
@@ -4,6 +4,7 @@
 include/lowdown.h
 @static-lib lib/liblowdown.a
 lib/pkgconfig/lowdown.pc
+@man man/man1/lowdown-diff.1
 @man man/man1/lowdown.1
 @man man/man3/lowdown.3
 @man man/man3/lowdown_buf.3

Reply via email to