diff options
author | tnn <tnn@pkgsrc.org> | 2015-11-11 13:54:08 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-11-11 13:54:08 +0000 |
commit | b89bdc1203a4f928f658d26b183a68cda695e710 (patch) | |
tree | 7f0e896a3e92d3faf170dfb9e267144036d9584e /graphics/MesaLib/Makefile | |
parent | 280f081185025d8ab843c57fd03385b3a0d5aaf2 (diff) | |
download | pkgsrc-b89bdc1203a4f928f658d26b183a68cda695e710.tar.gz |
Update to mesa-11.0.5.
"With this release we have some driver patches for i965 and nouveau, a couple
of llvm 3.7 related fixes and a some bugfixes in the VA state-tracker.
Additionally we have a few new PCI ids for i965 and radeonsi."
Diffstat (limited to 'graphics/MesaLib/Makefile')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 9aa265400e6..cde7573852f 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.116 2015/10/25 21:18:54 tnn Exp $ +# $NetBSD: Makefile,v 1.117 2015/11/11 13:54:08 tnn Exp $ -DISTNAME= mesa-11.0.4 +DISTNAME= mesa-11.0.5 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PKGVERSION_NOREV}/ |