Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 06:11:50 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0414150b3910 - main - graphics/libGLU: Update to 9.0.3
Message-ID:  <202404300611.43U6Bolt069231@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0414150b39109129e25ff3163b5c5187372f69f4

commit 0414150b39109129e25ff3163b5c5187372f69f4
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-04-25 14:54:08 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-04-30 06:11:32 +0000

    graphics/libGLU: Update to 9.0.3
    
    Differential Revision:  https://reviews.freebsd.org/D44948
    Sponsored by:           Beckhoff Automation GmbH & Co. KG
---
 graphics/libGLU/Makefile                | 6 +-----
 graphics/libGLU/distinfo                | 8 +++-----
 graphics/libGLU/files/patch-meson.build | 8 --------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile
index 2b5fde873366..7edef32ad7ed 100644
--- a/graphics/libGLU/Makefile
+++ b/graphics/libGLU/Makefile
@@ -1,14 +1,10 @@
 PORTNAME=	libGLU
-PORTVERSION=	9.0.2
-PORTREVISION=	2
+PORTVERSION=	9.0.3
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/glu/ \
 		https://mesa.freedesktop.org/archive/glu/
 DISTNAME=	glu-${PORTVERSION}
 
-PATCH_SITES=	https://gitlab.freedesktop.org/mesa/glu/-/commit/
-PATCHFILES+=	b6c308172993.patch:-p1 #https://gitlab.freedesktop.org/mesa/glu/-/merge_requests/10
-
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	OpenGL utility library
 WWW=		https://gitlab.freedesktop.org/mesa/glu
diff --git a/graphics/libGLU/distinfo b/graphics/libGLU/distinfo
index 158535aaf264..ebb3ec1ac233 100644
--- a/graphics/libGLU/distinfo
+++ b/graphics/libGLU/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1682367009
-SHA256 (glu-9.0.2.tar.xz) = 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4
-SIZE (glu-9.0.2.tar.xz) = 436176
-SHA256 (b6c308172993.patch) = 54ea23facb71f3e2f1cdab535f95ea55e74982b6ec70763d4d39937a5e456487
-SIZE (b6c308172993.patch) = 1187
+TIMESTAMP = 1714056241
+SHA256 (glu-9.0.3.tar.xz) = bd43fe12f374b1192eb15fe20e45ff456b9bc26ab57f0eee919f96ca0f8a330f
+SIZE (glu-9.0.3.tar.xz) = 218968
diff --git a/graphics/libGLU/files/patch-meson.build b/graphics/libGLU/files/patch-meson.build
deleted file mode 100644
index 8337df10f0fe..000000000000
--- a/graphics/libGLU/files/patch-meson.build
+++ /dev/null
@@ -1,8 +0,0 @@
---- meson.build.orig	2021-07-09 05:00:19 UTC
-+++ meson.build
-@@ -34,4 +34,5 @@ pkgconf.generate(
-   libglu,
-   name : 'glu',
-   description : 'Mesa OpenGL Utility Library',
-+  requires: dep_gl
- )



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