Index: head/games/solarus-quest-editor/Makefile =================================================================== --- head/games/solarus-quest-editor/Makefile (revision 419333) +++ head/games/solarus-quest-editor/Makefile (revision 419334) @@ -1,41 +1,41 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= solarus-quest-editor -PORTVERSION= 1.4.5 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v CATEGORIES= games MAINTAINER= danilo@FreeBSD.org COMMENT= GUI to create and modify quests for the Solarus engine LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license_gpl.txt LIB_DEPENDS= libphysfs.so:devel/physfs \ libmodplug.so:audio/libmodplug \ liblua-5.1.so:lang/lua51 \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg \ libsolarus.so:games/solarus USE_GITHUB= yes GH_ACCOUNT= christopho CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF USE_SDL= sdl2 ttf2 image2 USE_QT5= buildtools core gui linguist qmake widgets USES= cmake compiler:c++11-lib openal DESKTOP_ENTRIES= "Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ "Game;" false PLIST_FILES= bin/solarus-quest-editor \ share/pixmaps/${PORTNAME}.png do-install: ${INSTALL_PROGRAM} ${WRKSRC}/solarus-quest-editor ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/images/logo/sqe-logo.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Index: head/games/solarus-quest-editor/distinfo =================================================================== --- head/games/solarus-quest-editor/distinfo (revision 419333) +++ head/games/solarus-quest-editor/distinfo (revision 419334) @@ -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 Index: head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h =================================================================== --- head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h (revision 419333) +++ head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h (nonexistent) @@ -1,11 +0,0 @@ ---- include/gui/plain_text_edit.h.orig 2015-11-29 14:07:34 UTC -+++ include/gui/plain_text_edit.h -@@ -73,7 +73,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(); - Property changes on: head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h ___________________________________________________________________ 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/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h =================================================================== --- head/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h (nonexistent) +++ head/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h (revision 419334) @@ -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(); + Property changes on: head/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property