Date: Sun, 23 Feb 2020 15:19:21 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526924 - head/devel/raylib Message-ID: <202002231519.01NFJLxP006521@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Sun Feb 23 15:19:21 2020 New Revision: 526924 URL: https://svnweb.freebsd.org/changeset/ports/526924 Log: Update to 2.6.0 Changelog: https://github.com/raysan5/raylib/releases/tag/2.6.0 Also: - Sort variables. - Remove an unnecessary post-patch target. It's a no-op. PR: 243939 Submitted by: Martin Filla <freebsd@sysctl.cz> Modified: head/devel/raylib/Makefile head/devel/raylib/distinfo Modified: head/devel/raylib/Makefile ============================================================================== --- head/devel/raylib/Makefile Sun Feb 23 15:13:45 2020 (r526923) +++ head/devel/raylib/Makefile Sun Feb 23 15:19:21 2020 (r526924) @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= raylib -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= devel MAINTAINER= freebsd@sysctl.cz COMMENT= Library to learn videogames programming LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/LICENSE.md +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= glfw>=3.3:graphics/glfw LIB_DEPENDS= libglfw.so:graphics/glfw @@ -16,19 +16,19 @@ LIB_DEPENDS= libglfw.so:graphics/glfw USES= cmake gl localbase:ldflags xorg USE_GITHUB= yes GH_ACCOUNT= raysan5 -USE_LDCONFIG= yes USE_GL= gl glu -USE_XORG= ice sm x11 xcursor xext xrandr xi xinerama xxf86vm +USE_LDCONFIG= yes +USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr xxf86vm CMAKE_ON= SHARED USE_EXTERNAL_GLFW -CMAKE_OFF= STATIC BUILD_EXAMPLES BUILD_GAMES +CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC PLIST_FILES= include/raylib.h \ lib/cmake/raylib/raylib-config-version.cmake \ lib/cmake/raylib/raylib-config.cmake \ lib/libraylib.so \ lib/libraylib.so.${DISTVERSION} \ - lib/libraylib.so.2 \ + lib/libraylib.so.261 \ libdata/pkgconfig/raylib.pc .include <bsd.port.pre.mk> @@ -37,10 +37,8 @@ PLIST_FILES= include/raylib.h \ USE_GCC= any .endif -post-patch: # the equivalent of https://github.com/raysan5/raylib/pull/558 for the -dev branch - @${REINPLACE_CMD} -e 's|if(NOT glfw3_FOUND)|if(NOT glfw3_FOUND AND NOT USE_EXTERNAL_GLFW)|' ${WRKSRC}/src/CMakeLists.txt - -post-extract: # remove bundled files +post-extract: + # Remove bundled files. @${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c .include <bsd.port.post.mk> Modified: head/devel/raylib/distinfo ============================================================================== --- head/devel/raylib/distinfo Sun Feb 23 15:13:45 2020 (r526923) +++ head/devel/raylib/distinfo Sun Feb 23 15:19:21 2020 (r526924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559394835 -SHA256 (raysan5-raylib-2.5.0_GH0.tar.gz) = fa947329975bdc9ea284019f0edc30ca929535dc78dcf8c19676900d67a845ac -SIZE (raysan5-raylib-2.5.0_GH0.tar.gz) = 73808565 +TIMESTAMP = 1581018548 +SHA256 (raysan5-raylib-2.6.0_GH0.tar.gz) = 494e95eaf8daf3f086116dfd6a5fd2e9a2166fc744eabf4f3067bf887d4fb5ef +SIZE (raysan5-raylib-2.6.0_GH0.tar.gz) = 89112114
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002231519.01NFJLxP006521>