View | Details | Raw Unified | Return to bug 259080 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/meson/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Ting-Wei Lan <lantw44@gmail.com>
1
# Created by: Ting-Wei Lan <lantw44@gmail.com>
2
2
3
PORTNAME=	meson
3
PORTNAME=	meson
4
PORTVERSION=	0.59.2
4
PORTVERSION=	0.60.0
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
6
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
7
7
(-)b/devel/meson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1633411186
1
TIMESTAMP = 1635012368
2
SHA256 (meson-0.59.2.tar.gz) = 13dee549a7ba758b7e33ce7719f28d1d337a98d10d378a4779ccc996f5a2fc49
2
SHA256 (meson-0.60.0.tar.gz) = 080d68b685e9a0d9c9bb475457e097b49e1d1a6f750abc971428a8d2e1b12d47
3
SIZE (meson-0.59.2.tar.gz) = 1952115
3
SIZE (meson-0.60.0.tar.gz) = 1994364
(-)b/devel/meson/files/patch-unittests_linuxliketests.py (-3 / +3 lines)
Lines 1-8 Link Here
1
https://github.com/mesonbuild/meson/pull/4324
1
https://github.com/mesonbuild/meson/pull/4324
2
2
3
--- run_unittests.py.orig	2021-05-02 09:37:39 UTC
3
--- unittests/linuxliketests.py.orig	2021-10-11 16:26:46 UTC
4
+++ run_unittests.py
4
+++ unittests/linuxliketests.py
5
@@ -7840,7 +7840,7 @@ class LinuxlikeTests(BasePlatformTests):
5
@@ -1527,7 +1527,7 @@ class LinuxlikeTests(BasePlatformTests):
6
         # Test that installed libraries works
6
         # Test that installed libraries works
7
         self.new_builddir()
7
         self.new_builddir()
8
         self.prefix = oldprefix
8
         self.prefix = oldprefix
(-)b/misc/shared-mime-info/files/patch-data_freedesktop__generate.sh (+10 lines)
Added Link Here
1
https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/170
2
3
--- data/freedesktop_generate.sh.orig	2021-10-19 15:24:23 UTC
4
+++ data/freedesktop_generate.sh
5
@@ -9,4 +9,4 @@ itstool \
6
     --its "${src_root}/data/its/shared-mime-info.its" \
7
     --join "${src_root}/data/freedesktop.org.xml.in" \
8
     -o "${build_root}/data/freedesktop.org.xml" \
9
-    "${build_root}/po/"*".gmo"
10
+    "${build_root}/po/"*"/LC_MESSAGES/"*".mo"

Return to bug 259080