From owner-svn-ports-head@freebsd.org Mon Sep 9 21:22:16 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 69E26E1EFE; Mon, 9 Sep 2019 21:22:16 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46S1MX1y8yz4gTm; Mon, 9 Sep 2019 21:22:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C8D61BBD9; Mon, 9 Sep 2019 21:22:16 +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 x89LMF8r026986; Mon, 9 Sep 2019 21:22:15 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x89LMFEv026983; Mon, 9 Sep 2019 21:22:15 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201909092122.x89LMFEv026983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 9 Sep 2019 21:22:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511712 - head/games/solarus X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/games/solarus X-SVN-Commit-Revision: 511712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2019 21:22:16 -0000 Author: danilo Date: Mon Sep 9 21:22:15 2019 New Revision: 511712 URL: https://svnweb.freebsd.org/changeset/ports/511712 Log: - Update to 1.6.2 Modified: head/games/solarus/Makefile head/games/solarus/distinfo head/games/solarus/pkg-plist Modified: head/games/solarus/Makefile ============================================================================== --- head/games/solarus/Makefile Mon Sep 9 21:21:12 2019 (r511711) +++ head/games/solarus/Makefile Mon Sep 9 21:22:15 2019 (r511712) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= solarus -PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTVERSION= 1.6.2 +DISTVERSIONPREFIX= v CATEGORIES= games -MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ -DISTNAME= solarus-${PORTVERSION}-src MAINTAINER= danilo@FreeBSD.org COMMENT= Zelda-like 2D game engine @@ -19,12 +17,15 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg -USES= cmake:noninja compiler:c++11-lib gl openal qmake qt:5 +USES= cmake:noninja compiler:c++11-lib gl openal qmake qt:5 sdl xorg +USE_GITLAB= yes +GL_ACCOUNT= solarus-games +GL_COMMIT= 004d6f792d9ad5dcfc0575e6a029b987bd9f8807 + MAKE_ARGS+= DESTDIR=${STAGEDIR} USE_QT= buildtools_build core gui linguisttools_build widgets USE_SDL= sdl2 ttf2 image2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GL= gl glu USE_LDCONFIG= yes Modified: head/games/solarus/distinfo ============================================================================== --- head/games/solarus/distinfo Mon Sep 9 21:21:12 2019 (r511711) +++ head/games/solarus/distinfo Mon Sep 9 21:22:15 2019 (r511712) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545604770 -SHA256 (solarus-1.6.0-src.tar.gz) = d800fdf388f860732f2d40c8dd635c34fd1c452857f75bf9b3a421e3ef5ee751 -SIZE (solarus-1.6.0-src.tar.gz) = 3982219 +TIMESTAMP = 1567194123 +SHA256 (solarus-games-solarus-004d6f792d9ad5dcfc0575e6a029b987bd9f8807_GL0.tar.gz) = 36f29d154447c93a54e92a6979a0005017fd00c83dd1cd9d9d2c4f92d6c452c7 +SIZE (solarus-games-solarus-004d6f792d9ad5dcfc0575e6a029b987bd9f8807_GL0.tar.gz) = 15073302 Modified: head/games/solarus/pkg-plist ============================================================================== --- head/games/solarus/pkg-plist Mon Sep 9 21:21:12 2019 (r511711) +++ head/games/solarus/pkg-plist Mon Sep 9 21:22:15 2019 (r511712) @@ -35,6 +35,8 @@ include/solarus/core/Logger.h include/solarus/core/MainLoop.h include/solarus/core/Map.h include/solarus/core/MapData.h +include/solarus/core/PerfCounter.h +include/solarus/core/PerfCounter.inl include/solarus/core/PixelBits.h include/solarus/core/Point.h include/solarus/core/Point.inl @@ -144,6 +146,7 @@ include/solarus/graphics/ShaderData.h include/solarus/graphics/ShaderPtr.h include/solarus/graphics/SoftwarePixelFilter.h include/solarus/graphics/SoftwareVideoMode.h +include/solarus/graphics/SolarusGl.h include/solarus/graphics/Sprite.h include/solarus/graphics/SpriteAnimation.h include/solarus/graphics/SpriteAnimationDirection.h @@ -164,7 +167,7 @@ include/solarus/graphics/Video.h include/solarus/graphics/glrenderer/GlRenderer.h include/solarus/graphics/glrenderer/GlShader.h include/solarus/graphics/glrenderer/GlTexture.h -include/solarus/graphics/glrenderer/gles2funcs.h +include/solarus/graphics/quest_icon.h include/solarus/graphics/sdlrenderer/SDLRenderer.h include/solarus/graphics/sdlrenderer/SDLShader.h include/solarus/graphics/sdlrenderer/SDLSurfaceImpl.h @@ -235,6 +238,8 @@ include/solarus/movements/RandomPathMovement.h include/solarus/movements/RelativeMovement.h include/solarus/movements/StraightMovement.h include/solarus/movements/TargetMovement.h +include/solarus/third_party/KHR/khrplatform.h +include/solarus/third_party/glad/glad.h include/solarus/third_party/glm/CMakeLists.txt include/solarus/third_party/glm/common.hpp include/solarus/third_party/glm/detail/_features.hpp @@ -502,9 +507,11 @@ include/solarus/third_party/snes_spc/blargg_source.h include/solarus/third_party/snes_spc/dsp.h include/solarus/third_party/snes_spc/spc.h lib/libsolarus-gui.so +lib/libsolarus-gui.so.1 +lib/libsolarus-gui.so.1.6.2 lib/libsolarus.so lib/libsolarus.so.1 -lib/libsolarus.so.1.6.0 +lib/libsolarus.so.1.6.2 share/appdata/solarus.appdata.xml share/applications/solarus.desktop share/icons/hicolor/128x128/apps/solarus.png