git: 1639b21ebc1f - main - devel/blueprint-compiler: update to 0.6.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 27 Nov 2022 00:11:24 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1639b21ebc1fa6d7c9ff88b312b5192cfbf8d17d

commit 1639b21ebc1fa6d7c9ff88b312b5192cfbf8d17d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-26 23:14:49 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-27 00:08:56 +0000

    devel/blueprint-compiler: update to 0.6.0
    
    Changes:        https://gitlab.gnome.org/jwestman/blueprint-compiler/-/releases/v0.6.0
    Reported by:    GitLab (notify releases)
---
 deskutils/health/Makefile          | 1 +
 deskutils/health/distinfo          | 2 ++
 devel/blueprint-compiler/Makefile  | 4 ++--
 devel/blueprint-compiler/distinfo  | 6 +++---
 devel/blueprint-compiler/pkg-plist | 4 +++-
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile
index 82580444d4f3..6b78612b2cf9 100644
--- a/deskutils/health/Makefile
+++ b/deskutils/health/Makefile
@@ -5,6 +5,7 @@ CATEGORIES=	deskutils
 
 PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
 PATCHFILES+=	864d961a3c4e.patch:-p1 # https://gitlab.gnome.org/World/Health/-/issues/167
+PATCHFILES+=	04e0a01f5e20.patch:-p1 # https://gitlab.gnome.org/World/Health/-/merge_requests/190
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Track your fitness goals
diff --git a/deskutils/health/distinfo b/deskutils/health/distinfo
index e3a0fba4a5d3..7c70f7ba8cf8 100644
--- a/deskutils/health/distinfo
+++ b/deskutils/health/distinfo
@@ -397,3 +397,5 @@ SHA256 (World-Health-d664384370bb55f0e46a78da094c567a5a7e97c6_GL0.tar.gz) = 908c
 SIZE (World-Health-d664384370bb55f0e46a78da094c567a5a7e97c6_GL0.tar.gz) = 546853
 SHA256 (864d961a3c4e.patch) = 92c94b0072702ebd1d9c7d54af2cd01258bc1324fada608f05114ff3a7e12219
 SIZE (864d961a3c4e.patch) = 1702
+SHA256 (04e0a01f5e20.patch) = 175d550f904bf4ffe5a785105a39450595ce1d8b04dfaffe45d3c1aff67eb473
+SIZE (04e0a01f5e20.patch) = 1151
diff --git a/devel/blueprint-compiler/Makefile b/devel/blueprint-compiler/Makefile
index 28ba2af8fecb..09b45fa85e83 100644
--- a/devel/blueprint-compiler/Makefile
+++ b/devel/blueprint-compiler/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blueprint-compiler
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.0
+DISTVERSION=	0.6.0
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -17,7 +17,7 @@ USE_GITLAB=	yes
 USE_GNOME=	pygobject3
 GL_SITE=	https://gitlab.gnome.org
 GL_ACCOUNT=	jwestman
-GL_COMMIT=	75a6d95988736ec0471d22ceb07579c0cedac2ad
+GL_COMMIT=	9adcab2d225fd6435edc85c72a0b67e33880e00b
 SHEBANG_FILES=	${PORTNAME}.py
 NO_ARCH=	yes
 
diff --git a/devel/blueprint-compiler/distinfo b/devel/blueprint-compiler/distinfo
index bdd6d93f1166..d30213ede121 100644
--- a/devel/blueprint-compiler/distinfo
+++ b/devel/blueprint-compiler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662318243
-SHA256 (jwestman-blueprint-compiler-75a6d95988736ec0471d22ceb07579c0cedac2ad_GL0.tar.gz) = 95fe5fe57c00f15e3b2e8983ab9a78fb607b3c81c96b57c7faeac1919ee78766
-SIZE (jwestman-blueprint-compiler-75a6d95988736ec0471d22ceb07579c0cedac2ad_GL0.tar.gz) = 62990
+TIMESTAMP = 1669504489
+SHA256 (jwestman-blueprint-compiler-9adcab2d225fd6435edc85c72a0b67e33880e00b_GL0.tar.gz) = bebcf4438618d8cc99df5f7b60a3f88af6f0f21fee7e3e984a53a1bd4ce89ad0
+SIZE (jwestman-blueprint-compiler-9adcab2d225fd6435edc85c72a0b67e33880e00b_GL0.tar.gz) = 69737
diff --git a/devel/blueprint-compiler/pkg-plist b/devel/blueprint-compiler/pkg-plist
index 7287d27c4d8c..f36684c502e5 100644
--- a/devel/blueprint-compiler/pkg-plist
+++ b/devel/blueprint-compiler/pkg-plist
@@ -32,11 +32,13 @@ bin/blueprint-compiler
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/lsp.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/lsp_utils.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/main.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/outputs/__init__.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/outputs/xml/__init__.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/outputs/xml/xml_emitter.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/parse_tree.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/parser.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/tokenizer.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/typelib.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/utils.py
-%%PYTHON_SITELIBDIR%%/blueprintcompiler/xml_emitter.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/xml_reader.py
 share/pkgconfig/blueprint-compiler.pc