Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2020 09:36:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544272 - head/graphics/glfw
Message-ID:  <202008060936.0769aRdG002779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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