summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-06-10 08:35:05 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-06-10 08:35:05 +0000
commit47eee6e7f4ffb7084dff54a1b90de7ea5f7ed400 (patch)
tree60cbccc8bf4fcea71bc339ca690eef4954f3ff09
parentdns/bindgraph: shebangfix and pkg-plist fix (diff)
- Update to 10.2.1
Release notes: http://www.mesa3d.org/relnotes/10.2.html http://www.mesa3d.org/relnotes/10.2.1.html
Notes
Notes: svn path=/head/; revision=357285
-rw-r--r--graphics/libosmesa/Makefile2
-rw-r--r--graphics/libosmesa/distinfo4
-rw-r--r--graphics/libosmesa/files/patch-Makefile.in20
3 files changed, 13 insertions, 13 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index 1523d5f4d2cd..52122af90c66 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libosmesa
-PORTVERSION= 10.1.4
+PORTVERSION= 10.2.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/
DISTNAME= MesaLib-${PORTVERSION}
diff --git a/graphics/libosmesa/distinfo b/graphics/libosmesa/distinfo
index b17c69428f99..b4492855e0bd 100644
--- a/graphics/libosmesa/distinfo
+++ b/graphics/libosmesa/distinfo
@@ -1,2 +1,2 @@
-SHA256 (MesaLib-10.1.4.tar.bz2) = 6fc567e00a547a967b232bd3b29c42952d87e38128cad9d04471607ffe17523c
-SIZE (MesaLib-10.1.4.tar.bz2) = 6955567
+SHA256 (MesaLib-10.2.1.tar.bz2) = 461277909207da689d8152cfbf9e182ea6f70e1e672ab64c67df83725c8d2b54
+SIZE (MesaLib-10.2.1.tar.bz2) = 7109792
diff --git a/graphics/libosmesa/files/patch-Makefile.in b/graphics/libosmesa/files/patch-Makefile.in
index c9bb6fdbacb4..03465fd412e5 100644
--- a/graphics/libosmesa/files/patch-Makefile.in
+++ b/graphics/libosmesa/files/patch-Makefile.in
@@ -1,13 +1,13 @@
---- Makefile.in.orig
-+++ Makefile.in
-@@ -114,9 +114,7 @@
+--- Makefile.in.orig 2014-06-10 10:07:40.000000000 +0200
++++ Makefile.in 2014-06-10 10:08:27.000000000 +0200
+@@ -85,9 +85,7 @@
+ $(top_srcdir)/m4/ax_gcc_builtin.m4 \
+ $(top_srcdir)/m4/ax_prog_bison.m4 \
$(top_srcdir)/m4/ax_prog_flex.m4 \
- $(top_srcdir)/m4/ax_pthread.m4 \
- $(top_srcdir)/m4/ax_python_module.m4 \
-- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/VERSION \
-+ $(top_srcdir)/VERSION \
- $(top_srcdir)/configure.ac
+- $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
+- $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+- $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
++ $(top_srcdir)/m4/ax_pthread.m4 \
+ $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)