aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-05-14 02:17:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-05-14 09:13:46 +0000
commit2f03a055a2c020d4fa5b0f2616128a16a90d81ba (patch)
tree646673a9e298beaa8b11ad3030c23880a17e1d2a
parentc1eef3212c56cd3f2316e643732b6324dac727e9 (diff)
downloadports-2f03a055a2c020d4fa5b0f2616128a16a90d81ba.tar.gz
ports-2f03a055a2c020d4fa5b0f2616128a16a90d81ba.zip
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)
-rw-r--r--devel/blueprint-compiler/Makefile4
-rw-r--r--devel/blueprint-compiler/distinfo6
-rw-r--r--devel/blueprint-compiler/pkg-plist7
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