Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2023 09:14:22 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f03a055a2c0 - main - devel/blueprint-compiler: update to 0.8.0
Message-ID:  <202305140914.34E9EMFW061348@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f03a055a2c020d4fa5b0f2616128a16a90d81ba

commit 2f03a055a2c020d4fa5b0f2616128a16a90d81ba
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-14 02:17:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-14 09:13:46 +0000

    devel/blueprint-compiler: update to 0.8.0
    
    Changes:        https://gitlab.gnome.org/jwestman/blueprint-compiler/-/releases/v0.8.0
    Reported by:    GitLab (notify releases)
---
 devel/blueprint-compiler/Makefile  | 4 ++--
 devel/blueprint-compiler/distinfo  | 6 +++---
 devel/blueprint-compiler/pkg-plist | 7 +++++++
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/devel/blueprint-compiler/Makefile b/devel/blueprint-compiler/Makefile
index 09b45fa85e83..f829a9f4a502 100644
--- a/devel/blueprint-compiler/Makefile
+++ b/devel/blueprint-compiler/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blueprint-compiler
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.6.0
+DISTVERSION=	0.8.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=	9adcab2d225fd6435edc85c72a0b67e33880e00b
+GL_COMMIT=	36546e48463d52a252acacd462917e16992f3ac9
 SHEBANG_FILES=	${PORTNAME}.py
 NO_ARCH=	yes
 
diff --git a/devel/blueprint-compiler/distinfo b/devel/blueprint-compiler/distinfo
index d30213ede121..23cdd460c7c6 100644
--- a/devel/blueprint-compiler/distinfo
+++ b/devel/blueprint-compiler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669504489
-SHA256 (jwestman-blueprint-compiler-9adcab2d225fd6435edc85c72a0b67e33880e00b_GL0.tar.gz) = bebcf4438618d8cc99df5f7b60a3f88af6f0f21fee7e3e984a53a1bd4ce89ad0
-SIZE (jwestman-blueprint-compiler-9adcab2d225fd6435edc85c72a0b67e33880e00b_GL0.tar.gz) = 69737
+TIMESTAMP = 1684030645
+SHA256 (jwestman-blueprint-compiler-36546e48463d52a252acacd462917e16992f3ac9_GL0.tar.gz) = 21c3238b9641957f819ca6b33c3b7120d4cb26f81893bc8062d79e530998ad2f
+SIZE (jwestman-blueprint-compiler-36546e48463d52a252acacd462917e16992f3ac9_GL0.tar.gz) = 99416
diff --git a/devel/blueprint-compiler/pkg-plist b/devel/blueprint-compiler/pkg-plist
index f36684c502e5..04b8fb6cc2e2 100644
--- a/devel/blueprint-compiler/pkg-plist
+++ b/devel/blueprint-compiler/pkg-plist
@@ -8,8 +8,12 @@ bin/blueprint-compiler
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/gir.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/interactive_port.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/__init__.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/language/adw_breakpoint.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/language/adw_message_dialog.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/attributes.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/language/binding.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/common.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/language/contexts.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/expression.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gobject_object.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gobject_property.py
@@ -18,13 +22,16 @@ bin/blueprint-compiler
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_combo_box_text.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_file_filter.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_layout.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_list_item_factory.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_menu.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_scale.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_size_group.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_string_list.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_styles.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtkbuilder_child.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtkbuilder_template.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/imports.py
+%%PYTHON_SITELIBDIR%%/blueprintcompiler/language/property_binding.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/response_id.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/types.py
 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/ui.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305140914.34E9EMFW061348>