Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2021 21:32:36 +0000 (UTC)
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561278 - head/devel/raylib
Message-ID:  <202101112132.10BLWa68010080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: otis
Date: Mon Jan 11 21:32:35 2021
New Revision: 561278
URL: https://svnweb.freebsd.org/changeset/ports/561278

Log:
  devel/raylib: Update to 3.5.0
  
  Changelog at https://github.com/raysan5/raylib/blob/3.5.0/CHANGELOG
  
  And while here, also move PLIST_FILES to pkg-plist and reformat
  Makefile according to portfmt and portclippy.
  
  PR:		252382
  Submitted by:	Martin Filla <freebsd@sysctl.cz> (maintainer)
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28029

Added:
  head/devel/raylib/pkg-plist   (contents, props changed)
Modified:
  head/devel/raylib/Makefile
  head/devel/raylib/distinfo

Modified: head/devel/raylib/Makefile
==============================================================================
--- head/devel/raylib/Makefile	Mon Jan 11 21:29:20 2021	(r561277)
+++ head/devel/raylib/Makefile	Mon Jan 11 21:32:35 2021	(r561278)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	raylib
-DISTVERSION=	3.0.0
-PORTREVISION=	2
+DISTVERSION=	3.5.0
 CATEGORIES=	devel education
 
 MAINTAINER=	freebsd@sysctl.cz
@@ -24,15 +23,7 @@ USE_XORG=	ice sm x11 xcursor xext xi xinerama xrandr x
 CMAKE_ON=	SHARED USE_EXTERNAL_GLFW
 CMAKE_OFF=	BUILD_EXAMPLES BUILD_GAMES STATIC
 
-PLIST_FILES=	include/physac.h \
-		include/raylib.h \
-		include/raymath.h \
-		lib/cmake/raylib/raylib-config-version.cmake \
-		lib/cmake/raylib/raylib-config.cmake \
-		lib/libraylib.so \
-		lib/libraylib.so.${DISTVERSION} \
-		lib/libraylib.so.301 \
-		libdata/pkgconfig/raylib.pc
+PLIST_SUB=	DISTVERSION=${DISTVERSION}
 
 post-extract:
 # Remove bundled files.

Modified: head/devel/raylib/distinfo
==============================================================================
--- head/devel/raylib/distinfo	Mon Jan 11 21:29:20 2021	(r561277)
+++ head/devel/raylib/distinfo	Mon Jan 11 21:32:35 2021	(r561278)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593339052
-SHA256 (raysan5-raylib-3.0.0_GH0.tar.gz) = 164d1cc1710bb8e711a495e84cc585681b30098948d67d482e11dc37d2054eab
-SIZE (raysan5-raylib-3.0.0_GH0.tar.gz) = 92254615
+TIMESTAMP = 1609673965
+SHA256 (raysan5-raylib-3.5.0_GH0.tar.gz) = 761985876092fa98a99cbf1fef7ca80c3ee0365fb6a107ab901a272178ba69f5
+SIZE (raysan5-raylib-3.5.0_GH0.tar.gz) = 36602517

Added: head/devel/raylib/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/raylib/pkg-plist	Mon Jan 11 21:32:35 2021	(r561278)
@@ -0,0 +1,11 @@
+include/physac.h
+include/raylib.h
+include/raymath.h
+include/raudio.h
+include/rlgl.h
+lib/cmake/raylib/raylib-config-version.cmake
+lib/cmake/raylib/raylib-config.cmake
+lib/libraylib.so
+lib/libraylib.so.%%DISTVERSION%%
+lib/libraylib.so.351
+libdata/pkgconfig/raylib.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101112132.10BLWa68010080>