aboutsummaryrefslogtreecommitdiff
path: root/graphics/libGLU
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libGLU')
-rw-r--r--graphics/libGLU/Makefile6
-rw-r--r--graphics/libGLU/distinfo8
-rw-r--r--graphics/libGLU/files/patch-meson.build8
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
- )