svn commit: r544272 - head/graphics/glfw

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 6 09:36:28 UTC 2020


Author: amdmi3
Date: Thu Aug  6 09:36:27 2020
New Revision: 544272
URL: https://svnweb.freebsd.org/changeset/ports/544272

Log:
  - Fix LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/glfw/Makefile
  head/graphics/glfw/pkg-descr

Modified: head/graphics/glfw/Makefile
==============================================================================
--- head/graphics/glfw/Makefile	Thu Aug  6 08:04:29 2020	(r544271)
+++ head/graphics/glfw/Makefile	Thu Aug  6 09:36:27 2020	(r544272)
@@ -10,7 +10,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Portable framework for OpenGL development
 
 LICENSE=	ZLIB
-LICENSE_FILE=	${WRKSRC}/README.md
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 USES=		cmake:insource gl localbase zip
 USE_GL=		glu

Modified: head/graphics/glfw/pkg-descr
==============================================================================
--- head/graphics/glfw/pkg-descr	Thu Aug  6 08:04:29 2020	(r544271)
+++ head/graphics/glfw/pkg-descr	Thu Aug  6 09:36:27 2020	(r544272)
@@ -3,4 +3,4 @@ OpenGL ES application development.  It provides a simp
 platform-independent API for creating windows and contexts, reading
 input, handling events, etc.
 
-WWW: http://www.glfw.org/
+WWW: https://www.glfw.org/


More information about the svn-ports-all mailing list