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

Collapse All | Expand All

(-)b/devel/meson/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	meson
4
PORTNAME=	meson
5
PORTVERSION=	0.56.2
5
PORTVERSION=	0.57.1
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
Lines 15-21 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
RUN_DEPENDS=	ninja:devel/ninja
15
RUN_DEPENDS=	ninja:devel/ninja
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
17
17
18
USES=		python:3.5+ shebangfix
18
USES=		python:3.6+ shebangfix
19
USE_PYTHON=	autoplist distutils noflavors
19
USE_PYTHON=	autoplist distutils noflavors
20
SHEBANG_FILES=	mesonbuild/rewriter.py \
20
SHEBANG_FILES=	mesonbuild/rewriter.py \
21
		mesonbuild/scripts/cmake_run_ctgt.py
21
		mesonbuild/scripts/cmake_run_ctgt.py
(-)b/devel/meson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1597508825
1
TIMESTAMP = 1613827273
2
SHA256 (meson-0.56.2.tar.gz) = 3cb8bdb91383f7f8da642f916e4c44066a29262caa499341e2880f010edb87f4
2
SHA256 (meson-0.57.1.tar.gz) = 72e1c782ba9bda204f4a1ed57f98d027d7b6eb9414c723eebbd6ec7f1955c8a6
3
SIZE (meson-0.56.2.tar.gz) = 1794847
3
SIZE (meson-0.57.1.tar.gz) = 1849222
(-)b/x11-wm/i3/Makefile (+3 lines)
Lines 7-12 CATEGORIES= x11-wm Link Here
7
MASTER_SITES=	https://i3wm.org/downloads/ \
7
MASTER_SITES=	https://i3wm.org/downloads/ \
8
		http://i3wm.org/downloads/
8
		http://i3wm.org/downloads/
9
9
10
PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
11
PATCHFILES+=	d0067077ed9f.patch:-p1 # https://github.com/i3/i3/pull/4264
12
10
MAINTAINER=	bapt@FreeBSD.org
13
MAINTAINER=	bapt@FreeBSD.org
11
COMMENT=	Improved dynamic tiling window manager
14
COMMENT=	Improved dynamic tiling window manager
12
15
(-)b/x11-wm/i3/distinfo (+2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1612263042
1
TIMESTAMP = 1612263042
2
SHA256 (i3-4.19.1.tar.xz) = 2284c812fc689e0338d8fe9be0b8d1552e548fc168d165f795b26bf497c22b47
2
SHA256 (i3-4.19.1.tar.xz) = 2284c812fc689e0338d8fe9be0b8d1552e548fc168d165f795b26bf497c22b47
3
SIZE (i3-4.19.1.tar.xz) = 1277648
3
SIZE (i3-4.19.1.tar.xz) = 1277648
4
SHA256 (d0067077ed9f.patch) = 2131a32d9b96c359ce169b243c8a87e826d508a0842a373009255e2f424a7fe2
5
SIZE (d0067077ed9f.patch) = 1174

Return to bug 253525