pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/pugixml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  4 11:47:32 UTC 2021

Modified Files:
        pkgsrc/textproc/pugixml: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/pugixml/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/pugixml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/pugixml/Makefile
diff -u pkgsrc/textproc/pugixml/Makefile:1.9 pkgsrc/textproc/pugixml/Makefile:1.10
--- pkgsrc/textproc/pugixml/Makefile:1.9        Sun Dec  6 09:53:07 2020
+++ pkgsrc/textproc/pugixml/Makefile    Mon Jan  4 11:47:31 2021
@@ -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}

Index: pkgsrc/textproc/pugixml/distinfo
diff -u pkgsrc/textproc/pugixml/distinfo:1.6 pkgsrc/textproc/pugixml/distinfo:1.7
--- pkgsrc/textproc/pugixml/distinfo:1.6        Sun Dec  6 09:53:07 2020
+++ pkgsrc/textproc/pugixml/distinfo    Mon Jan  4 11:47:31 2021
@@ -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