svn commit: r568067 - head/graphics/glfw
Nuno Teixeira
eduardo at FreeBSD.org
Thu Mar 11 06:54:35 UTC 2021
Author: eduardo
Date: Thu Mar 11 06:54:34 2021
New Revision: 568067
URL: https://svnweb.freebsd.org/changeset/ports/568067
Log:
graphics/glfw: update to version 3.3.3
- Point MASTER_SITES to glfw official github.com url
- Pet portclippy
- ChangeLog: https://github.com/glfw/glfw/releases/tag/3.3.3
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D29179
Modified:
head/graphics/glfw/Makefile
head/graphics/glfw/distinfo
Modified: head/graphics/glfw/Makefile
==============================================================================
--- head/graphics/glfw/Makefile Thu Mar 11 06:31:53 2021 (r568066)
+++ head/graphics/glfw/Makefile Thu Mar 11 06:54:34 2021 (r568067)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= glfw
-PORTVERSION= 3.3.2
+PORTVERSION= 3.3.3
CATEGORIES= graphics
-MASTER_SITES= SF
+MASTER_SITES= https://github.com/glfw/glfw/releases/download/${PORTVERSION}/
MAINTAINER= eduardo at FreeBSD.org
COMMENT= Portable framework for OpenGL development
@@ -18,26 +18,25 @@ USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
+PLIST_SUB= VERSION=${PORTVERSION:R} MAJVER="${PORTVERSION:C|\..*||}"
PORTDOCS= *
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_DEFAULT=X11
-PLATFORM_DESC= Window creation platform
OPTIONS_SINGLE= PLATFORM
OPTIONS_SINGLE_PLATFORM= WAYLAND X11
+PLATFORM_DESC= Window creation platform
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols
-WAYLAND_CMAKE_BOOL= GLFW_USE_WAYLAND
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
WAYLAND_USES= kde:5 pkgconfig
WAYLAND_USE= KDE=ecm
+WAYLAND_CMAKE_BOOL= GLFW_USE_WAYLAND
X11_USES= xorg
X11_USE= XORG=x11,xcursor,xi,xinerama,xrandr,xxf86vm
-
-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 Thu Mar 11 06:31:53 2021 (r568066)
+++ head/graphics/glfw/distinfo Thu Mar 11 06:54:34 2021 (r568067)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580228794
-SHA256 (glfw-3.3.2.zip) = 08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7
-SIZE (glfw-3.3.2.zip) = 1434297
+TIMESTAMP = 1615272290
+SHA256 (glfw-3.3.3.zip) = 723087ad45b40cd333be7d1a2cd5e09a28facb7f3acdb69f3e5613bd20543977
+SIZE (glfw-3.3.3.zip) = 1445535
More information about the svn-ports-all
mailing list