From owner-svn-ports-all@freebsd.org Sat Jul 30 22:33:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C12CBA8924; Sat, 30 Jul 2016 22:33:22 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1202317DB; Sat, 30 Jul 2016 22:33:22 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6UMXLsc041676; Sat, 30 Jul 2016 22:33:21 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6UMXLD0041673; Sat, 30 Jul 2016 22:33:21 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201607302233.u6UMXLD0041673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 30 Jul 2016 22:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419334 - in head/games/solarus-quest-editor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2016 22:33:22 -0000 Author: danilo Date: Sat Jul 30 22:33:20 2016 New Revision: 419334 URL: https://svnweb.freebsd.org/changeset/ports/419334 Log: - Update to 1.5.0 Added: head/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h (contents, props changed) Deleted: head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h Modified: head/games/solarus-quest-editor/Makefile head/games/solarus-quest-editor/distinfo Modified: head/games/solarus-quest-editor/Makefile ============================================================================== --- head/games/solarus-quest-editor/Makefile Sat Jul 30 22:32:43 2016 (r419333) +++ head/games/solarus-quest-editor/Makefile Sat Jul 30 22:33:20 2016 (r419334) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= solarus-quest-editor -PORTVERSION= 1.4.5 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v CATEGORIES= games Modified: head/games/solarus-quest-editor/distinfo ============================================================================== --- head/games/solarus-quest-editor/distinfo Sat Jul 30 22:32:43 2016 (r419333) +++ head/games/solarus-quest-editor/distinfo Sat Jul 30 22:33:20 2016 (r419334) @@ -1,2 +1,3 @@ -SHA256 (christopho-solarus-quest-editor-v1.4.5_GH0.tar.gz) = e569282947b8e4d1c21f62d9243dfb0534411bbc469fda7ff29706adb797c493 -SIZE (christopho-solarus-quest-editor-v1.4.5_GH0.tar.gz) = 11824339 +TIMESTAMP = 1469816068 +SHA256 (christopho-solarus-quest-editor-v1.5.0_GH0.tar.gz) = 5cb3ccaca86512399625403eac02eceff62a3ec06830d8ff86585979ca2dfc6a +SIZE (christopho-solarus-quest-editor-v1.5.0_GH0.tar.gz) = 63369273 Added: head/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h Sat Jul 30 22:33:20 2016 (r419334) @@ -0,0 +1,11 @@ +--- include/widgets/plain_text_edit.h.orig 2016-07-30 20:59:16 UTC ++++ include/widgets/plain_text_edit.h +@@ -75,7 +75,7 @@ protected: + if (show_margin) { + const QRect rect = event->rect(); + const QFont font = currentCharFormat().font(); +- int x = std::round(QFontMetrics(font).maxWidth() * margin) ++ int x = ::round(QFontMetrics(font).maxWidth() * margin) + + contentOffset().x() + + document()->documentMargin(); +