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,28 +1,28 @@ PORTNAME= blueprint-compiler DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 +DISTVERSION= 0.8.0 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org COMMENT= Markup language for GTK user interfaces WWW= https://gitlab.gnome.org/jwestman/blueprint-compiler LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= gtk4>0:x11-toolkits/gtk40 USES= gnome meson python shebangfix 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 post-patch: # Derive Python version from Meson @${REINPLACE_CMD} -e "s,'python3',," ${WRKSRC}/meson.build .include 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 @@ -1,44 +1,51 @@ bin/blueprint-compiler %%PYTHON_SITELIBDIR%%/blueprintcompiler/__init__.py %%PYTHON_SITELIBDIR%%/blueprintcompiler/ast_utils.py %%PYTHON_SITELIBDIR%%/blueprintcompiler/completions.py %%PYTHON_SITELIBDIR%%/blueprintcompiler/completions_utils.py %%PYTHON_SITELIBDIR%%/blueprintcompiler/decompiler.py %%PYTHON_SITELIBDIR%%/blueprintcompiler/errors.py %%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 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gobject_signal.py %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/gtk_a11y.py %%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 %%PYTHON_SITELIBDIR%%/blueprintcompiler/language/values.py %%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_reader.py share/pkgconfig/blueprint-compiler.pc