pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/pugixml pugixml: update to 1.11.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02605034d889
branches:  trunk
changeset: 444261:02605034d889
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 04 11:47:31 2021 +0000

description:
pugixml: update to 1.11.4.

1.11.4

This patch reintroduces pugixml target for CMake when find_package
is used, which was accidentally removed from v1.11.  It's recommended
that pugixml::pugixml target is used instead, but this patch restores
pugixml target for existing applications / libraries that depend
on it.

The previous patch, v1.11.3, did not handle repeated attempts to
call find_package; this patch fixes that particular corner case.

1.11.3

The previous patch, v1.11.2, was not compatible with CMake 3.10;
this patch restores compatibility with earlier CMake versions when
using imported targets.

1.11.2

The previous patch, v1.11.1, was only compatible with CMake 3.18
and up; this patch restores compatibility with earlier CMake versions
when using imported targets.

diffstat:

 textproc/pugixml/Makefile |   4 ++--
 textproc/pugixml/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 00eab1680878 -r 02605034d889 textproc/pugixml/Makefile
--- a/textproc/pugixml/Makefile Mon Jan 04 11:43:56 2021 +0000
+++ b/textproc/pugixml/Makefile Mon Jan 04 11:47:31 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/12/06 09:53:07 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2021/01/04 11:47:31 wiz Exp $
 
-DISTNAME=      pugixml-1.11.1
+DISTNAME=      pugixml-1.11.4
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=zeux/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 00eab1680878 -r 02605034d889 textproc/pugixml/distinfo
--- a/textproc/pugixml/distinfo Mon Jan 04 11:43:56 2021 +0000
+++ b/textproc/pugixml/distinfo Mon Jan 04 11:47:31 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/12/06 09:53:07 wiz Exp $
+$NetBSD: distinfo,v 1.7 2021/01/04 11:47:31 wiz Exp $
 
-SHA1 (pugixml-1.11.1.tar.gz) = d4af7df8826c0dddba34141155baffdd024728b6
-RMD160 (pugixml-1.11.1.tar.gz) = b5034b8d3db4fcdc859e4f0e2cf82f987fe59ed0
-SHA512 (pugixml-1.11.1.tar.gz) = 94a79a28d96e763cdd8951c4d0b20aefb43cd1b32cbf5a5354b09f2636710e960e2dbfa56534b61c8d6ddecb2126a006e5f485c1465a97376e1cc077df25f16e
-Size (pugixml-1.11.1.tar.gz) = 566553 bytes
+SHA1 (pugixml-1.11.4.tar.gz) = c82dd9589ff56c978ecdb5c8ce55989697b08618
+RMD160 (pugixml-1.11.4.tar.gz) = 1f2b9ef2426aa7beca7e40ba8f195f4541b51680
+SHA512 (pugixml-1.11.4.tar.gz) = a1fdf4cbd744318fd339362465472279767777b18a3c8c7e8618d5e637213c632bf9dd8144d16ae22a75cfbde007f383e2feb49084e681c930fc89a2e3f2bc4f
+Size (pugixml-1.11.4.tar.gz) = 566750 bytes



Home | Main Index | Thread Index | Old Index