aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hein <jcfyecrayz@liamekaens.com>2022-09-13 06:53:32 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-09-13 16:13:16 +0000
commitb90f428aece6ebf109a4807ce8a2f9518c26ffeb (patch)
tree4a4e375522a794c8ef054832d275d7b19368ae09
parent9d57e1a6b22fd7db9ac510ba0e23fef05da1c696 (diff)
downloadports-b90f428aece6ebf109a4807ce8a2f9518c26ffeb.tar.gz
ports-b90f428aece6ebf109a4807ce8a2f9518c26ffeb.zip
-rw-r--r--textproc/libxml++/Makefile4
-rw-r--r--textproc/libxml++/distinfo6
-rw-r--r--textproc/libxml++/files/patch-meson.build13
-rw-r--r--textproc/libxml++/pkg-descr2
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/