svn commit: r566208 - in head: devel/meson x11-wm/i3

Jan Beich jbeich at FreeBSD.org
Sun Feb 21 07:26:16 UTC 2021


Author: jbeich
Date: Sun Feb 21 07:26:14 2021
New Revision: 566208
URL: https://svnweb.freebsd.org/changeset/ports/566208

Log:
  devel/meson: update to 0.57.1
  
  - Backport fix for x11-wm/i3 [1]
  
  Changes:	https://mesonbuild.com/Release-notes-for-0-57-0.html
  Changes:	https://github.com/mesonbuild/meson/compare/0.56.2...0.57.1
  Reported by:	GitHub (watch releases)
  PR:		253525
  Submitted by:	dmgk [1]
  Exp-run by:	antoine
  Approved by:	tcberner

Modified:
  head/devel/meson/Makefile   (contents, props changed)
  head/devel/meson/distinfo   (contents, props changed)
  head/x11-wm/i3/Makefile   (contents, props changed)
  head/x11-wm/i3/distinfo   (contents, props changed)

Modified: head/devel/meson/Makefile
==============================================================================
--- head/devel/meson/Makefile	Sun Feb 21 07:13:48 2021	(r566207)
+++ head/devel/meson/Makefile	Sun Feb 21 07:26:14 2021	(r566208)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	meson
-PORTVERSION=	0.56.2
+PORTVERSION=	0.57.1
 CATEGORIES=	devel python
 MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
 
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	ninja:devel/ninja
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
 
-USES=		python:3.5+ shebangfix
+USES=		python:3.6+ shebangfix
 USE_PYTHON=	autoplist distutils noflavors
 SHEBANG_FILES=	mesonbuild/rewriter.py \
 		mesonbuild/scripts/cmake_run_ctgt.py

Modified: head/devel/meson/distinfo
==============================================================================
--- head/devel/meson/distinfo	Sun Feb 21 07:13:48 2021	(r566207)
+++ head/devel/meson/distinfo	Sun Feb 21 07:26:14 2021	(r566208)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597508825
-SHA256 (meson-0.56.2.tar.gz) = 3cb8bdb91383f7f8da642f916e4c44066a29262caa499341e2880f010edb87f4
-SIZE (meson-0.56.2.tar.gz) = 1794847
+TIMESTAMP = 1613827273
+SHA256 (meson-0.57.1.tar.gz) = 72e1c782ba9bda204f4a1ed57f98d027d7b6eb9414c723eebbd6ec7f1955c8a6
+SIZE (meson-0.57.1.tar.gz) = 1849222

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Sun Feb 21 07:13:48 2021	(r566207)
+++ head/x11-wm/i3/Makefile	Sun Feb 21 07:26:14 2021	(r566208)
@@ -7,6 +7,9 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	https://i3wm.org/downloads/ \
 		http://i3wm.org/downloads/
 
+PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES+=	d0067077ed9f.patch:-p1 # https://github.com/i3/i3/pull/4264
+
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Improved dynamic tiling window manager
 

Modified: head/x11-wm/i3/distinfo
==============================================================================
--- head/x11-wm/i3/distinfo	Sun Feb 21 07:13:48 2021	(r566207)
+++ head/x11-wm/i3/distinfo	Sun Feb 21 07:26:14 2021	(r566208)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1612263042
 SHA256 (i3-4.19.1.tar.xz) = 2284c812fc689e0338d8fe9be0b8d1552e548fc168d165f795b26bf497c22b47
 SIZE (i3-4.19.1.tar.xz) = 1277648
+SHA256 (d0067077ed9f.patch) = 2131a32d9b96c359ce169b243c8a87e826d508a0842a373009255e2f424a7fe2
+SIZE (d0067077ed9f.patch) = 1174


More information about the svn-ports-all mailing list