From owner-svn-ports-head@freebsd.org Tue Jan 17 14:59:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CA40CB35DA; Tue, 17 Jan 2017 14:59:47 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7F2A112F; Tue, 17 Jan 2017 14:59:46 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0HExjgj094991; Tue, 17 Jan 2017 14:59:45 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0HExjL6094988; Tue, 17 Jan 2017 14:59:45 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201701171459.v0HExjL6094988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 17 Jan 2017 14:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431745 - head/graphics/glfw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 14:59:47 -0000 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 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