Date: Tue, 25 Dec 2018 11:59:37 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488316 - in head/games/solarus-quest-editor: . files Message-ID: <201812251159.wBPBxbYM090386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Tue Dec 25 11:59:36 2018 New Revision: 488316 URL: https://svnweb.freebsd.org/changeset/ports/488316 Log: - Update to 1.6.0 - Switch to gitlab Deleted: head/games/solarus-quest-editor/files/ 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 Tue Dec 25 11:59:01 2018 (r488315) +++ head/games/solarus-quest-editor/Makefile Tue Dec 25 11:59:36 2018 (r488316) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= solarus-quest-editor -PORTVERSION= 1.5.3 -PORTREVISION= 3 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= games @@ -18,15 +17,19 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ 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 Modified: head/games/solarus-quest-editor/distinfo ============================================================================== --- head/games/solarus-quest-editor/distinfo Tue Dec 25 11:59:01 2018 (r488315) +++ head/games/solarus-quest-editor/distinfo Tue Dec 25 11:59:36 2018 (r488316) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812251159.wBPBxbYM090386>