From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 08:35:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10EF56C8; Tue, 10 Jun 2014 08:35:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D805D292E; Tue, 10 Jun 2014 08:35:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5A8Z6Bq063091; Tue, 10 Jun 2014 08:35:06 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5A8Z6TR063088; Tue, 10 Jun 2014 08:35:06 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201406100835.s5A8Z6TR063088@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 10 Jun 2014 08:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357285 - in head/graphics/libosmesa: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 08:35:07 -0000 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)