Date: Sun, 8 Mar 2020 09:29:43 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528007 - head/graphics/glfw Message-ID: <202003080929.0289ThZl080055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Mar 8 09:29:43 2020 New Revision: 528007 URL: https://svnweb.freebsd.org/changeset/ports/528007 Log: graphics/glfw: update to 3.3.2 PR: 243258 Submitted by: Neel Chauhan <neel@neelc.org> Modified: head/graphics/glfw/Makefile head/graphics/glfw/distinfo Modified: head/graphics/glfw/Makefile ============================================================================== --- head/graphics/glfw/Makefile Sun Mar 8 09:20:24 2020 (r528006) +++ head/graphics/glfw/Makefile Sun Mar 8 09:29:43 2020 (r528007) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glfw -PORTVERSION= 3.3 -PORTREVISION= 1 +PORTVERSION= 3.3.2 CATEGORIES= graphics MASTER_SITES= SF @@ -38,7 +37,7 @@ WAYLAND_USE= KDE=ecm X11_USES= xorg X11_USE= XORG=x11,xcursor,xi,xinerama,xrandr,xxf86vm -PLIST_SUB= VERSION="${PORTVERSION}" MAJVER="${PORTVERSION:C|\..*||}" +PLIST_SUB= VERSION=${PORTVERSION:R} MAJVER="${PORTVERSION:C|\..*||}" do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/docs/html/search Modified: head/graphics/glfw/distinfo ============================================================================== --- head/graphics/glfw/distinfo Sun Mar 8 09:20:24 2020 (r528006) +++ head/graphics/glfw/distinfo Sun Mar 8 09:29:43 2020 (r528007) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555503113 -SHA256 (glfw-3.3.zip) = 36fda4cb173e3eb2928c976b0e9b5014e2e5d12b9b787efa0aa29ffc41c37c4a -SIZE (glfw-3.3.zip) = 1416876 +TIMESTAMP = 1580228794 +SHA256 (glfw-3.3.2.zip) = 08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7 +SIZE (glfw-3.3.2.zip) = 1434297
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003080929.0289ThZl080055>