Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 15:02:26 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08bb1369e47d - main - graphics/glfw: Update to 3.3.8
Message-ID:  <202207221502.26MF2QiH067687@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08bb1369e47dce2022caebbcc92b23ad74ec11d1

commit 08bb1369e47dce2022caebbcc92b23ad74ec11d1
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-07-22 15:01:09 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-22 15:02:13 +0000

    graphics/glfw: Update to 3.3.8
    
     - switch to DISTVERSION
    
    ChangeLog:      https://www.glfw.org/changelog.html
---
 graphics/glfw/Makefile | 10 +++++-----
 graphics/glfw/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile
index 38f2f4a84332..e3cd2fc111a8 100644
--- a/graphics/glfw/Makefile
+++ b/graphics/glfw/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	glfw
-PORTVERSION=	3.3.7
+DISTVERSION=	3.3.8
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/glfw/glfw/releases/download/${PORTVERSION}/
 
@@ -9,16 +9,16 @@ COMMENT=	Portable framework for OpenGL development
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-CONFLICTS_INSTALL=	glfw2
-
 USES=		cmake:insource gl localbase zip
 USE_GL=		glu
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 
-PLIST_SUB=	MAJVER="${PORTVERSION:C|\..*||}" \
-		VERSION=${PORTVERSION:R}
+CONFLICTS_INSTALL=	glfw2
+
+PLIST_SUB=	MAJVER="${DISTVERSION:C|\..*||}" \
+		VERSION=${DISTVERSION:R}
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
diff --git a/graphics/glfw/distinfo b/graphics/glfw/distinfo
index d6196556adf4..438e51789ef7 100644
--- a/graphics/glfw/distinfo
+++ b/graphics/glfw/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649667099
-SHA256 (glfw-3.3.7.zip) = 4ef0c544a8ace9a6cd0e0aef8250090f89fea1bf96e9fc1d9d6f76386c290c9c
-SIZE (glfw-3.3.7.zip) = 1468890
+TIMESTAMP = 1658499993
+SHA256 (glfw-3.3.8.zip) = 4d025083cc4a3dd1f91ab9b9ba4f5807193823e565a5bcf4be202669d9911ea6
+SIZE (glfw-3.3.8.zip) = 1495490



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