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

Collapse All | Expand All

(-)b/devel/meson/Makefile (-2 / +5 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	meson
4
PORTNAME=	meson
5
PORTVERSION=	0.56.2
5
PORTVERSION=	0.57.0
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
7
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
8
8
9
PATCH_SITES=	https://github.com/mesonbuild/${PORTNAME}/commit/
10
PATCHFILES+=	10d94a12b85b.patch:-p1 # https://github.com/mesonbuild/meson/pull/8366
11
9
MAINTAINER=	desktop@FreeBSD.org
12
MAINTAINER=	desktop@FreeBSD.org
10
COMMENT=	High performance build system
13
COMMENT=	High performance build system
11
14
Lines 15-21 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
RUN_DEPENDS=	ninja:devel/ninja
18
RUN_DEPENDS=	ninja:devel/ninja
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
19
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
17
20
18
USES=		python:3.5+ shebangfix
21
USES=		python:3.6+ shebangfix
19
USE_PYTHON=	autoplist distutils noflavors
22
USE_PYTHON=	autoplist distutils noflavors
20
SHEBANG_FILES=	mesonbuild/rewriter.py \
23
SHEBANG_FILES=	mesonbuild/rewriter.py \
21
		mesonbuild/scripts/cmake_run_ctgt.py
24
		mesonbuild/scripts/cmake_run_ctgt.py
(-)b/devel/meson/distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1597508825
1
TIMESTAMP = 1612826419
2
SHA256 (meson-0.56.2.tar.gz) = 3cb8bdb91383f7f8da642f916e4c44066a29262caa499341e2880f010edb87f4
2
SHA256 (meson-0.57.0.tar.gz) = 7ccb75fe1a4d404bcab86e72678abc7f75793401aa9054f881a4eb3cb990f5d9
3
SIZE (meson-0.56.2.tar.gz) = 1794847
3
SIZE (meson-0.57.0.tar.gz) = 1843243
4
SHA256 (10d94a12b85b.patch) = eecc199429d2622a543d2a8da8e09c9d4923eda3908e8683276c2e8a95628d01
5
SIZE (10d94a12b85b.patch) = 6646

Return to bug 253525