mdocml: update to 1.14.3.

better fix for #7330
This commit is contained in:
Duncaen 2017-08-10 03:52:06 +02:00
parent 347f876ac7
commit 66eefba1d0
2 changed files with 3 additions and 34 deletions

View file

@ -1,31 +0,0 @@
===================================================================
RCS file: /vhosts/mdocml.bsd.lv/cvs/mdocml/man_term.c,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- man_term.c 2017/06/25 11:42:02 1.208
+++ man_term.c 2017/07/31 15:19:06 1.209
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.208 2017/06/25 11:42:02 schwarze Exp $ */
+/* $Id: man_term.c,v 1.209 2017/07/31 15:19:06 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -673,7 +673,7 @@
do {
n = n->prev;
- } while (n != NULL && n->tok != TOKEN_NONE &&
+ } while (n != NULL && n->tok >= MAN_TH &&
termacts[n->tok].flags & MAN_NOTEXT);
if (n == NULL || (n->tok == MAN_SS && n->body->child == NULL))
break;
@@ -735,7 +735,7 @@
do {
n = n->prev;
- } while (n != NULL && n->tok != TOKEN_NONE &&
+ } while (n != NULL && n->tok >= MAN_TH &&
termacts[n->tok].flags & MAN_NOTEXT);
if (n == NULL || (n->tok == MAN_SH && n->body->child == NULL))
break;

View file

@ -1,7 +1,7 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.14.2
revision=3
version=1.14.3
revision=1
wrksrc="mandoc-${version}"
build_style=configure
makedepends="zlib-devel"
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC"
homepage="http://mandoc.bsd.lv"
distfiles="http://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
checksum=3c5562a8131697f80edbba81cdb8f6eeb5e1692388d8d2945fbbdac06ede1dfc
checksum=0b0c8f67958c1569ead4b690680c337984b879dfd2ad4648d96924332fd99528
alternatives="
man:man:/usr/bin/mandoc