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

(-)b/devel/glibmm/Makefile (-4 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	glibmm
1
PORTNAME=	glibmm
2
PORTVERSION=	2.66.6
2
DISTVERSION=	2.66.7
3
PORTEPOCH=	1
3
PORTEPOCH=	1
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
MASTER_SITES=	GNOME
5
MASTER_SITES=	GNOME
Lines 13-24 LICENSE= LGPL21 Link Here
13
13
14
USES=		compiler:c++11-lang gettext gnome meson pathfix perl5 \
14
USES=		compiler:c++11-lang gettext gnome meson pathfix perl5 \
15
		pkgconfig python:build shebangfix tar:xz
15
		pkgconfig python:build shebangfix tar:xz
16
SHEBANG_GLOB=	*.py
16
USE_GNOME=	glib20 libsigc++20
17
USE_GNOME=	glib20 libsigc++20
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
19
19
SHEBANG_GLOB=	*.py
20
MESON_ARGS=	-Dbuild-documentation=false \
20
21
		-Dbuild-examples=false
21
MESON_ARGS=	-Dbuild-documentation=false
22
22
23
# 2.68 and later are currently incompatible with consumers
23
# 2.68 and later are currently incompatible with consumers
24
PORTSCOUT=	limit:^2\.66
24
PORTSCOUT=	limit:^2\.66
(-)b/devel/glibmm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1695328461
1
TIMESTAMP = 1720347052
2
SHA256 (gnome/glibmm-2.66.6.tar.xz) = 5358742598181e5351d7bf8da072bf93e6dd5f178d27640d4e462bc8f14e152f
2
SHA256 (gnome/glibmm-2.66.7.tar.xz) = fe02c1e5f5825940d82b56b6ec31a12c06c05c1583cfe62f934d0763e1e542b3
3
SIZE (gnome/glibmm-2.66.6.tar.xz) = 8668828
3
SIZE (gnome/glibmm-2.66.7.tar.xz) = 8773780
(-)b/devel/glibmm/files/patch-tests_meson.build (+11 lines)
Added Link Here
1
--- tests/meson.build.orig	2024-07-07 10:40:07 UTC
2
+++ tests/meson.build
3
@@ -10,7 +10,7 @@ test_programs = [
4
   [['giomm_listmodel'], 'test', ['main.cc'], true],
5
   [['giomm_memoryinputstream'], 'test', ['main.cc'], true],
6
   [['giomm_simple'], 'test', ['main.cc'], true],
7
-  [['giomm_tls_client'], 'test', ['main.cc'], true],
8
+# [['giomm_tls_client'], 'test', ['main.cc'], true],
9
   [['glibmm_base64'], 'test', ['main.cc'], false],
10
   [['glibmm_binding'], 'test', ['main.cc'], false],
11
   [['glibmm_bool_arrayhandle'], 'test', ['main.cc'], false],

Return to bug 280175