svn commit: r357285 - in head/graphics/libosmesa: . files

Pietro Cerutti gahr at FreeBSD.org
Tue Jun 10 08:35:07 UTC 2014


Author: gahr
Date: Tue Jun 10 08:35:05 2014
New Revision: 357285
URL: http://svnweb.freebsd.org/changeset/ports/357285
QAT: https://qat.redports.org/buildarchive/r357285/

Log:
  - Update to 10.2.1
    Release notes:
    http://www.mesa3d.org/relnotes/10.2.html
    http://www.mesa3d.org/relnotes/10.2.1.html

Modified:
  head/graphics/libosmesa/Makefile
  head/graphics/libosmesa/distinfo
  head/graphics/libosmesa/files/patch-Makefile.in

Modified: head/graphics/libosmesa/Makefile
==============================================================================
--- head/graphics/libosmesa/Makefile	Tue Jun 10 08:33:40 2014	(r357284)
+++ head/graphics/libosmesa/Makefile	Tue Jun 10 08:35:05 2014	(r357285)
@@ -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}

Modified: head/graphics/libosmesa/distinfo
==============================================================================
--- head/graphics/libosmesa/distinfo	Tue Jun 10 08:33:40 2014	(r357284)
+++ head/graphics/libosmesa/distinfo	Tue Jun 10 08:35:05 2014	(r357285)
@@ -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

Modified: head/graphics/libosmesa/files/patch-Makefile.in
==============================================================================
--- head/graphics/libosmesa/files/patch-Makefile.in	Tue Jun 10 08:33:40 2014	(r357284)
+++ head/graphics/libosmesa/files/patch-Makefile.in	Tue Jun 10 08:35:05 2014	(r357285)
@@ -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)


More information about the svn-ports-head mailing list