Re: [update] textproc/lowdown to 0.6.5

2020-05-22 Thread Paco Esteban
On Fri, 22 May 2020, Lucas Raab wrote:

> Hello,
> 
> Fresh off the heels of the 0.6.4 update is 0.6.5.
> 
> Changelog: https://kristaps.bsd.lv/lowdown/archive.html

Builds and works for me on amd64.
The pkg-config(1) addition is a nice touch.

ok paco

-- 
Paco Esteban.
0x5818130B8A6DBC03



[update] textproc/lowdown to 0.6.5

2020-05-22 Thread Lucas Raab
Hello,

Fresh off the heels of the 0.6.4 update is 0.6.5.

Changelog: https://kristaps.bsd.lv/lowdown/archive.html

Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile17 May 2020 13:31:10 -  1.20
+++ Makefile22 May 2020 14:08:37 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.20 2020/05/17 13:31:10 kn Exp $
 
 COMMENT =  simple markdown translator
-DISTNAME = lowdown-0.6.4
+DISTNAME = lowdown-0.6.5
 CATEGORIES =   textproc
 
 HOMEPAGE = https://kristaps.bsd.lv/lowdown/
Index: distinfo
===
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo17 May 2020 13:31:10 -  1.17
+++ distinfo22 May 2020 14:08:37 -
@@ -1,2 +1,2 @@
-SHA256 (lowdown-0.6.4.tar.gz) = EPftZ5/jJMAAs7I0955bEolbpCISgH0kKv3Eja0Tjno=
-SIZE (lowdown-0.6.4.tar.gz) = 154971
+SHA256 (lowdown-0.6.5.tar.gz) = Bd5KyS2qo+jtmrvr3B7DJa3PxqmqL7RisknIZR0geFI=
+SIZE (lowdown-0.6.5.tar.gz) = 172871
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/lowdown/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   22 Feb 2020 11:29:17 -  1.7
+++ pkg/PLIST   22 May 2020 14:08:37 -
@@ -3,6 +3,7 @@
 @bin bin/lowdown-diff
 include/lowdown.h
 @static-lib lib/liblowdown.a
+lib/pkgconfig/lowdown.pc
 @man man/man1/lowdown.1
 @man man/man3/lowdown.3
 @man man/man3/lowdown_buf.3