diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-19 20:18:14 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-19 20:18:14 +0000 |
commit | 402476799ca241154f70635feed3dd3acdd74d61 (patch) | |
tree | 799f6dac1cdc8233c6eb288d7b26946fe12651ac /graphics/libglvnd/Makefile | |
parent | bb36073a2774f357f3b5e6cc278abf8553a5e3ae (diff) | |
download | ports-402476799ca241154f70635feed3dd3acdd74d61.tar.gz ports-402476799ca241154f70635feed3dd3acdd74d61.zip |
graphics/libglvnd: Update to 1.3.3
Changes https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.3.2...v1.3.3
Reviewed by: jbeich, manu
Tested by: jbeich, kbowling
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30817
Diffstat (limited to 'graphics/libglvnd/Makefile')
-rw-r--r-- | graphics/libglvnd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libglvnd/Makefile b/graphics/libglvnd/Makefile index c8babe24ac12..b800d65cecf4 100644 --- a/graphics/libglvnd/Makefile +++ b/graphics/libglvnd/Makefile @@ -1,5 +1,5 @@ PORTNAME= libglvnd -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -14,7 +14,7 @@ USE_LDCONFIG= yes USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= glvnd -GL_COMMIT= da0edd9728d6d33aa0d058037b694ee91a7ecad5 +GL_COMMIT= 0f0d49f0f3707f26f68bc44f4cd83144f5f4de86 OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 |