textproc/libxml++: update to 5.0.2

ChangeLog: https://github.com/libxmlplusplus/libxmlplusplus/releases/tag/5.0.2

PR:		266385
Reported by:	jcfyecrayz@liamekaens.com (maintainer)
This commit is contained in:
John Hein 2022-09-13 08:53:32 +02:00 committed by Fernando Apesteguía
parent 9d57e1a6b2
commit b90f428aec
4 changed files with 9 additions and 16 deletions

View File

@ -1,12 +1,12 @@
PORTNAME= libxml++
PORTVERSION= 5.0.1
PORTVERSION= 5.0.2
CATEGORIES= textproc
MASTER_SITES= GNOME
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}
MAINTAINER= jcfyecrayz@liamekaens.com
COMMENT= XML API for C++
WWW= http://libxmlplusplus.sourceforge.net/
WWW= https://github.com/libxmlplusplus/libxmlplusplus
LICENSE= LGPL21+

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622112113
SHA256 (libxml++-5.0.1.tar.xz) = 15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098
SIZE (libxml++-5.0.1.tar.xz) = 779760
TIMESTAMP = 1663003026
SHA256 (libxml++-5.0.2.tar.xz) = 7c17cc3e5a2214314dee5a1354f4b436f266ded6185232a0534f352a76240d5a
SIZE (libxml++-5.0.2.tar.xz) = 796484

View File

@ -1,15 +1,6 @@
--- meson.build.orig 2021-05-27 10:36:45 UTC
--- meson.build.orig 2022-09-09 14:38:42 UTC
+++ meson.build
@@ -44,7 +44,7 @@ is_msvc = cpp_compiler.get_id() == 'msvc'
cpp_compiler = meson.get_compiler('cpp')
is_msvc = cpp_compiler.get_id() == 'msvc'
-python3 = import('python').find_installation('python3')
+python3 = import('python').find_installation()
python_version = python3.language_version()
python_version_req = '>= 3.5'
@@ -290,7 +290,7 @@ configure_file(
@@ -391,7 +391,7 @@ configure_file(
install_dir: install_pkgconfigdir,
)

View File

@ -4,3 +4,5 @@ but complete API.
libxml++-5.0 (ABI version 5.0) does not depend on glibmm, is not as
good at handling UTF-8 strings, but has fewer dependencies.
See also: https://libxmlplusplus.sourceforge.net/