Update to itstool-2.0.7.
This commit is contained in:
parent
a44f309c74
commit
9e084226bc
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2021/02/23 19:39:45 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2021/10/25 07:22:12 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= translate XML documents with PO files
|
||||
|
||||
DISTNAME= itstool-2.0.6
|
||||
REVISION= 2
|
||||
DISTNAME= itstool-2.0.7
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (itstool-2.0.6.tar.bz2) = YjPMInJqmlqDZkv2fRr3lUmimMIxhdkmw2d6+pF7kqk=
|
||||
SIZE (itstool-2.0.6.tar.bz2) = 103067
|
||||
SHA256 (itstool-2.0.7.tar.bz2) = a5p80poSu5VZj1dQ6HY87niDahogf4W3TYsydbJ+h8o=
|
||||
SIZE (itstool-2.0.7.tar.bz2) = 104648
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-itstool_in,v 1.3 2020/05/14 12:16:38 ajacoutot Exp $
|
||||
$OpenBSD: patch-itstool_in,v 1.4 2021/10/25 07:22:12 ajacoutot Exp $
|
||||
|
||||
Bug: https://github.com/itstool/itstool/issues/25
|
||||
Bug-Debian: https://bugs.debian.org/912099
|
||||
@ -30,7 +30,7 @@ Index: itstool.in
|
||||
|
||||
NS_ITS = 'http://www.w3.org/2005/11/its'
|
||||
NS_ITST = 'http://itstool.org/extensions/'
|
||||
@@ -1060,9 +1073,9 @@ class Document (object):
|
||||
@@ -1077,9 +1090,9 @@ class Document (object):
|
||||
if strict:
|
||||
raise
|
||||
else:
|
||||
@ -42,7 +42,7 @@ Index: itstool.in
|
||||
self._xml_err = ''
|
||||
return node
|
||||
def scan_node(node):
|
||||
@@ -1087,9 +1100,9 @@ class Document (object):
|
||||
@@ -1104,9 +1117,9 @@ class Document (object):
|
||||
if strict:
|
||||
raise
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user