Index: head/databases/sequeler/files/patch-src_Services_ActionManager.vala =================================================================== --- head/databases/sequeler/files/patch-src_Services_ActionManager.vala (revision 508246) +++ head/databases/sequeler/files/patch-src_Services_ActionManager.vala (nonexistent) @@ -1,43 +0,0 @@ -Fix crash most likely caused by an outdated libgee and or vala? -Reevaluate when libgee >= 0.20 and vala >= 0.40 make it into the -tree after https://bugs.freebsd.org/229761 lands. - ---- src/Services/ActionManager.vala.orig 2018-09-11 21:39:55 UTC -+++ src/Services/ActionManager.vala -@@ -32,8 +32,6 @@ public class Sequeler.Services.ActionManager : Object - public const string ACTION_LOGOUT = "action_logout"; - public const string ACTION_QUIT = "action_quit"; - -- public static Gee.MultiMap action_accelerators = new Gee.HashMultiMap (); -- - private const ActionEntry[] action_entries = { - { ACTION_NEW_WINDOW, action_new_window }, - { ACTION_NEW_CONNECTION, action_new_connection }, -@@ -49,22 +47,16 @@ public class Sequeler.Services.ActionManager : Object - ); - } - -- static construct { -- action_accelerators.set (ACTION_NEW_WINDOW, "n"); -- action_accelerators.set (ACTION_NEW_CONNECTION, "n"); -- action_accelerators.set (ACTION_RUN_QUERY, "Return"); -- action_accelerators.set (ACTION_LOGOUT, "Escape"); -- action_accelerators.set (ACTION_QUIT, "q"); -- } -- - construct { - actions = new SimpleActionGroup (); - actions.add_action_entries (action_entries, this); - window.insert_action_group ("win", actions); - -- foreach (var action in action_accelerators.get_keys ()) { -- app.set_accels_for_action (ACTION_PREFIX + action, action_accelerators[action].to_array ()); -- } -+ app.set_accels_for_action (ACTION_PREFIX + ACTION_NEW_WINDOW, { "n" }); -+ app.set_accels_for_action (ACTION_PREFIX + ACTION_NEW_CONNECTION, { "n" }); -+ app.set_accels_for_action (ACTION_PREFIX + ACTION_RUN_QUERY, { "Return" }); -+ app.set_accels_for_action (ACTION_PREFIX + ACTION_LOGOUT, { "Escape" }); -+ app.set_accels_for_action (ACTION_PREFIX + ACTION_QUIT, { "q" }); - } - - private void action_quit () { Property changes on: head/databases/sequeler/files/patch-src_Services_ActionManager.vala ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/sequeler/Makefile =================================================================== --- head/databases/sequeler/Makefile (revision 508246) +++ head/databases/sequeler/Makefile (revision 508247) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= sequeler DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1 +DISTVERSION= 0.7.2 CATEGORIES= databases MAINTAINER= tobik@FreeBSD.org COMMENT= Friendly SQL client LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= vala:lang/vala LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite.so:x11-toolkits/granite \ libsecret-1.so:security/libsecret \ libssh2.so:security/libssh2 USES= desktop-file-utils gettext gnome meson pkgconfig \ python:3.5+,build USE_GITHUB= yes GH_ACCOUNT= Alecaddd USE_GNOME= cairo glib20 gtk30 gtksourceview3 libgda5 GLIB_SCHEMAS= com.github.alecaddd.sequeler.gschema.xml INSTALLS_ICONS= yes # for build-aux/meson_post_install.py BINARY_ALIAS= python3=${PYTHON_CMD} .include Index: head/databases/sequeler/distinfo =================================================================== --- head/databases/sequeler/distinfo (revision 508246) +++ head/databases/sequeler/distinfo (revision 508247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564826734 -SHA256 (Alecaddd-sequeler-v0.7.1_GH0.tar.gz) = 6ec6b0af6ec38b448039b850be65d25aca344deb810092baa32bb0c55ad66573 -SIZE (Alecaddd-sequeler-v0.7.1_GH0.tar.gz) = 1011078 +TIMESTAMP = 1565088149 +SHA256 (Alecaddd-sequeler-v0.7.2_GH0.tar.gz) = 5134fd93324b1c96e614e05d94b1e0176e329c90c45811b785b2f54c1a50de91 +SIZE (Alecaddd-sequeler-v0.7.2_GH0.tar.gz) = 1026483