git: b9f46d134fd1 - 2021Q2 - devel/raylib: Update to 3.7.0

Juraj Lutter otis at FreeBSD.org
Sun Jun 6 10:10:18 UTC 2021


The branch 2021Q2 has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9f46d134fd1ee5039cab0cb1a6b07a264702307

commit b9f46d134fd1ee5039cab0cb1a6b07a264702307
Author:     Martin Filla <freebsd at sysctl.cz>
AuthorDate: 2021-06-06 09:17:19 +0000
Commit:     Juraj Lutter <otis at FreeBSD.org>
CommitDate: 2021-06-06 10:09:56 +0000

    devel/raylib: Update to 3.7.0
    
    Committing slightly modified version, providing for less
    work in future updates, in line with what was introduced
    in update to 3.5.0.
    
    PR:             256428
    (cherry picked from commit e6803e7083235e9e308263deda300afafa2522bb)
---
 devel/raylib/Makefile | 4 ++--
 devel/raylib/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/raylib/Makefile b/devel/raylib/Makefile
index e308faf1ad58..d346fdb05596 100644
--- a/devel/raylib/Makefile
+++ b/devel/raylib/Makefile
@@ -1,6 +1,6 @@
 
 PORTNAME=	raylib
-DISTVERSION=	3.5.0
+DISTVERSION=	3.7.0
 CATEGORIES=	devel education
 
 MAINTAINER=	freebsd at sysctl.cz
@@ -19,7 +19,7 @@ USE_GL=		gl glu
 USE_LDCONFIG=	yes
 USE_XORG=	ice sm x11 xcursor xext xi xinerama xrandr xxf86vm
 
-CMAKE_ON=	SHARED USE_EXTERNAL_GLFW
+CMAKE_ON=	BUILD_SHARED_LIBS USE_EXTERNAL_GLFW
 CMAKE_OFF=	BUILD_EXAMPLES BUILD_GAMES STATIC
 
 PLIST_SUB=	DISTVERSION=${DISTVERSION}
diff --git a/devel/raylib/distinfo b/devel/raylib/distinfo
index a095cd0508b2..af287248d36d 100644
--- a/devel/raylib/distinfo
+++ b/devel/raylib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609673965
-SHA256 (raysan5-raylib-3.5.0_GH0.tar.gz) = 761985876092fa98a99cbf1fef7ca80c3ee0365fb6a107ab901a272178ba69f5
-SIZE (raysan5-raylib-3.5.0_GH0.tar.gz) = 36602517
+TIMESTAMP = 1622970945
+SHA256 (raysan5-raylib-3.7.0_GH0.tar.gz) = 7bfdf2e22f067f16dec62b9d1530186ddba63ec49dbd0ae6a8461b0367c23951
+SIZE (raysan5-raylib-3.7.0_GH0.tar.gz) = 40597097


More information about the dev-commits-ports-branches mailing list