Date: Wed, 16 May 2018 19:46:26 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470145 - in head/databases/pgmodeler: . files Message-ID: <201805161946.w4GJkQ8h087120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed May 16 19:46:26 2018 New Revision: 470145 URL: https://svnweb.freebsd.org/changeset/ports/470145 Log: Import yet another patch from upstream to fix the build with Qt 5.10. This has been properly tested now. PR: 228213 Modified: head/databases/pgmodeler/Makefile head/databases/pgmodeler/files/patch-git_309be58b Modified: head/databases/pgmodeler/Makefile ============================================================================== --- head/databases/pgmodeler/Makefile Wed May 16 19:43:55 2018 (r470144) +++ head/databases/pgmodeler/Makefile Wed May 16 19:46:26 2018 (r470145) @@ -3,7 +3,7 @@ PORTNAME= pgmodeler PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/pgmodeler/files/patch-git_309be58b ============================================================================== --- head/databases/pgmodeler/files/patch-git_309be58b Wed May 16 19:43:55 2018 (r470144) +++ head/databases/pgmodeler/files/patch-git_309be58b Wed May 16 19:46:26 2018 (r470145) @@ -4,22 +4,25 @@ Date: Mon, 26 Feb 2018 17:27:09 -0300 Subject: [PATCH] Fixed a problem with sqlexecutionwidget.ui that is not building properly in Qt 5.10 ---- - libpgmodeler_ui/ui/sqlexecutionwidget.ui | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) +From aa644a5fa95f56ab15a699f8f6f4fef7bf29abb6 Mon Sep 17 00:00:00 2001 +From: "Raphael A. Silva" <rkhaotix@gmail.com> +Date: Tue, 27 Mar 2018 11:37:58 -0300 +Subject: [PATCH] Additional fix for build problems in sqlexecutionwidget.ui + (#1043) ---- libpgmodeler_ui/ui/sqlexecutionwidget.ui +--- libpgmodeler_ui/ui/sqlexecutionwidget.ui.orig 2017-09-01 21:42:08 UTC +++ libpgmodeler_ui/ui/sqlexecutionwidget.ui -@@ -199,7 +199,7 @@ +@@ -198,9 +198,6 @@ + <height>22</height> </size> </property> - <property name="shortcut"> +- <property name="shortcut"> - <string>Ctrl+S</string> -+ <string notr="true"/> - </property> +- </property> <property name="checkable"> <bool>true</bool> -@@ -316,7 +316,7 @@ + </property> +@@ -316,7 +313,7 @@ </size> </property> <property name="shortcut"> @@ -28,7 +31,7 @@ Subject: [PATCH] Fixed a problem with sqlexecutionwidg </property> <property name="checkable"> <bool>false</bool> -@@ -360,7 +360,7 @@ +@@ -360,7 +357,7 @@ </size> </property> <property name="shortcut">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161946.w4GJkQ8h087120>