git: b90f428aece6 - main - textproc/libxml++: update to 5.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 16:16:46 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b90f428aece6ebf109a4807ce8a2f9518c26ffeb
commit b90f428aece6ebf109a4807ce8a2f9518c26ffeb
Author: John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2022-09-13 06:53:32 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-09-13 16:13:16 +0000
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)
---
textproc/libxml++/Makefile | 4 ++--
textproc/libxml++/distinfo | 6 +++---
textproc/libxml++/files/patch-meson.build | 13 ++-----------
textproc/libxml++/pkg-descr | 2 ++
4 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index 51a3c9f8938f..2a9a55d6e8c3 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -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+
diff --git a/textproc/libxml++/distinfo b/textproc/libxml++/distinfo
index cd64f5750e53..d6739d4a47d3 100644
--- a/textproc/libxml++/distinfo
+++ b/textproc/libxml++/distinfo
@@ -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
diff --git a/textproc/libxml++/files/patch-meson.build b/textproc/libxml++/files/patch-meson.build
index 7f1709a768ef..df2ce02794cc 100644
--- a/textproc/libxml++/files/patch-meson.build
+++ b/textproc/libxml++/files/patch-meson.build
@@ -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,
)
diff --git a/textproc/libxml++/pkg-descr b/textproc/libxml++/pkg-descr
index 0077d1eb0328..38b8efe3a755 100644
--- a/textproc/libxml++/pkg-descr
+++ b/textproc/libxml++/pkg-descr
@@ -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/