Index: head/games/solarus-quest-editor/files/patch-qt511 =================================================================== --- head/games/solarus-quest-editor/files/patch-qt511 (revision 488315) +++ head/games/solarus-quest-editor/files/patch-qt511 (nonexistent) @@ -1,36 +0,0 @@ -Fix build with Qt 5.11 -Fixed upstream: -https://gitlab.com/solarus-games/solarus-quest-editor/commit/8f308463030c18cd4f7c8a6052028fff3b7ca35a -https://gitlab.com/solarus-games/solarus-quest-editor/commit/f285beab62594f73e57190c49848c848487214cf - ---- include/widgets/map_view.h.orig 2017-04-03 11:37:49 UTC -+++ include/widgets/map_view.h -@@ -21,6 +21,8 @@ - #include - #include - -+class QActionGroup; -+ - namespace SolarusEditor { - - class MapModel; ---- src/widgets/map_view.cpp.orig 2017-04-03 11:37:49 UTC -+++ src/widgets/map_view.cpp -@@ -29,6 +29,7 @@ - #include "tileset_model.h" - #include "view_settings.h" - #include -+#include - #include - #include - #include ---- src/widgets/text_editor.cpp.orig 2017-04-03 11:37:49 UTC -+++ src/widgets/text_editor.cpp -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include - - namespace SolarusEditor { Property changes on: head/games/solarus-quest-editor/files/patch-qt511 ___________________________________________________________________ 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 (revision 488315) +++ head/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h (nonexistent) @@ -1,11 +0,0 @@ ---- 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 ___________________________________________________________________ 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/Makefile =================================================================== --- head/games/solarus-quest-editor/Makefile (revision 488315) +++ head/games/solarus-quest-editor/Makefile (revision 488316) @@ -1,42 +1,45 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= solarus-quest-editor -PORTVERSION= 1.5.3 -PORTREVISION= 3 +PORTVERSION= 1.6.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 + libsolarus.so:games/solarus \ -USE_GITHUB= yes -GH_ACCOUNT= christopho +BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm +USES= cmake compiler:c++11-lib openal qt:5 + +USE_GITLAB= yes +GL_ACCOUNT= solarus-games +GL_COMMIT= 47ebde229b805ebe076ab6ef7f8e947a06a17451 + CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF USE_SDL= sdl2 ttf2 image2 -USE_QT= buildtools core gui linguist qmake widgets -USES= cmake compiler:c++11-lib openal qt:5 +USE_QT= buildtools concurrent core gui linguist qmake widgets 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 488315) +++ head/games/solarus-quest-editor/distinfo (revision 488316) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492117065 -SHA256 (christopho-solarus-quest-editor-v1.5.3_GH0.tar.gz) = 2274388d2f91641c46fd141e7fdfb461b1ae84a83b497f2cea54180102e8c60a -SIZE (christopho-solarus-quest-editor-v1.5.3_GH0.tar.gz) = 67711657 +TIMESTAMP = 1545689078 +SHA256 (solarus-games-solarus-quest-editor-47ebde229b805ebe076ab6ef7f8e947a06a17451_GL0.tar.gz) = 2b70da748b564ee593e093e937bfa4392706c71c049a3e135916c8d175094171 +SIZE (solarus-games-solarus-quest-editor-47ebde229b805ebe076ab6ef7f8e947a06a17451_GL0.tar.gz) = 68711893