View | Details | Raw Unified | Return to bug 276178
Collapse All | Expand All

(-)b/textproc/libxml++/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	libxml++
1
PORTNAME=	libxml++
2
PORTVERSION=	5.0.2
2
PORTVERSION=	5.0.3
3
CATEGORIES=	textproc
3
CATEGORIES=	textproc
4
MASTER_SITES=	GNOME
4
MASTER_SITES=	GNOME
5
PKGNAMESUFFIX=	${PORTVERSION:R:S/.//}
5
PKGNAMESUFFIX=	${PORTVERSION:R:S/.//}
Lines 10-16 WWW= https://github.com/libxmlplusplus/libxmlplusplus Link Here
10
10
11
LICENSE=	LGPL21+
11
LICENSE=	LGPL21+
12
12
13
USES=		gnome meson pkgconfig tar:xz
13
USES=		gnome libtool meson pkgconfig python:build tar:xz
14
USE_GNOME=	libxml2
14
USE_GNOME=	libxml2
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
MESON_ARGS=	-Ddefault_library=both
16
MESON_ARGS=	-Ddefault_library=both
(-)b/textproc/libxml++/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1663003026
1
TIMESTAMP = 1694693083
2
SHA256 (libxml++-5.0.2.tar.xz) = 7c17cc3e5a2214314dee5a1354f4b436f266ded6185232a0534f352a76240d5a
2
SHA256 (libxml++-5.0.3.tar.xz) = 13074f59e3288a378cafe9e6847df17f764c23fa29bc94f3305b8bf81efb2cf7
3
SIZE (libxml++-5.0.2.tar.xz) = 796484
3
SIZE (libxml++-5.0.3.tar.xz) = 843720
(-)b/textproc/libxml++/files/patch-meson.build (-6 / +5 lines)
Lines 1-11 Link Here
1
--- meson.build.orig	2022-09-09 14:38:42 UTC
1
--- meson.build.orig	2023-03-22 12:19:05 UTC
2
+++ meson.build
2
+++ meson.build
3
@@ -391,7 +391,7 @@ configure_file(
3
@@ -385,7 +385,7 @@ configure_file(
4
   install_dir: install_pkgconfigdir,
5
 )
4
 )
6
 
5
 
6
 xmlxxconfig_h_meson = files('libxml++config.h.meson')
7
-install_includeconfigdir = install_libdir / xmlxx_pcname / 'include'
7
-install_includeconfigdir = install_libdir / xmlxx_pcname / 'include'
8
+install_includeconfigdir = install_includedir / xmlxx_pcname / 'include'
8
+install_includeconfigdir = install_includedir / xmlxx_pcname / 'include'
9
 xmlxxconfig_h = configure_file(
9
 configure_file(
10
   input: 'libxml++config.h.meson',
10
   input: xmlxxconfig_h_meson,
11
   output: 'libxml++config.h',
11
   output: 'libxml++config.h',
12
- 

Return to bug 276178