svn commit: r419334 - in head/games/solarus-quest-editor: . files
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Jul 30 22:33:22 UTC 2016
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();
+
More information about the svn-ports-all
mailing list