Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 14:59:45 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431745 - head/graphics/glfw
Message-ID:  <201701171459.v0HExjL6094988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue Jan 17 14:59:45 2017
New Revision: 431745
URL: https://svnweb.freebsd.org/changeset/ports/431745

Log:
  graphics/glfw: Upgrade from 3.1.2 to 3.2.1
  
  Changelog: http://www.glfw.org/changelog.html
  
  PR:           214985
  Submitted by: Florian Degner <f.degner@mail.de>

Modified:
  head/graphics/glfw/Makefile
  head/graphics/glfw/distinfo
  head/graphics/glfw/pkg-plist

Modified: head/graphics/glfw/Makefile
==============================================================================
--- head/graphics/glfw/Makefile	Tue Jan 17 14:50:28 2017	(r431744)
+++ head/graphics/glfw/Makefile	Tue Jan 17 14:59:45 2017	(r431745)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	glfw
-PORTVERSION=	3.1.2
-PORTREVISION=	1
+PORTVERSION=	3.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/glfw/distinfo
==============================================================================
--- head/graphics/glfw/distinfo	Tue Jan 17 14:50:28 2017	(r431744)
+++ head/graphics/glfw/distinfo	Tue Jan 17 14:59:45 2017	(r431745)
@@ -1,2 +1,3 @@
-SHA256 (glfw-3.1.2.zip) = 2a38f4a32d2e1fcdffbe8c70052cd27020f9fef6e769afc8ccf8c7f9a1df635d
-SIZE (glfw-3.1.2.zip) = 1096151
+TIMESTAMP = 1484665158
+SHA256 (glfw-3.2.1.zip) = b7d55e13e07095119e7d5f6792586dd0849c9fcdd867d49a4a5ac31f982f7326
+SIZE (glfw-3.2.1.zip) = 1144633

Modified: head/graphics/glfw/pkg-plist
==============================================================================
--- head/graphics/glfw/pkg-plist	Tue Jan 17 14:50:28 2017	(r431744)
+++ head/graphics/glfw/pkg-plist	Tue Jan 17 14:59:45 2017	(r431745)
@@ -1,8 +1,8 @@
 include/GLFW/glfw3.h
 include/GLFW/glfw3native.h
-lib/cmake/glfw/glfw3Config.cmake
-lib/cmake/glfw/glfw3ConfigVersion.cmake
-lib/cmake/glfw/glfwTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/glfw/glfwTargets.cmake
+lib/cmake/glfw3/glfw3Config.cmake
+lib/cmake/glfw3/glfw3ConfigVersion.cmake
+lib/cmake/glfw3/glfw3Targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/glfw3/glfw3Targets.cmake
 lib/libglfw3.a
 libdata/pkgconfig/glfw3.pc



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