Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 20:39:01 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371607 - head/graphics/libGL
Message-ID:  <201410272039.s9RKd1bC075101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Oct 27 20:39:00 2014
New Revision: 371607
URL: https://svnweb.freebsd.org/changeset/ports/371607
QAT: https://qat.redports.org/buildarchive/r371607/

Log:
  Update the "new" Mesa to 10.3.2.
  
  Add code to select the correct MASTER_SITE.
  Mesa version 10.3.0 -> distdir 10.3
  Mesa version 10.3.2 -> distdir 10.3.2
  
  Obtained from:	xorg-dev repo

Modified:
  head/graphics/libGL/bsd.mesalib.mk
  head/graphics/libGL/distinfo

Modified: head/graphics/libGL/bsd.mesalib.mk
==============================================================================
--- head/graphics/libGL/bsd.mesalib.mk	Mon Oct 27 20:07:01 2014	(r371606)
+++ head/graphics/libGL/bsd.mesalib.mk	Mon Oct 27 20:39:00 2014	(r371607)
@@ -28,11 +28,15 @@ MESAVERSION=	${MESABASEVERSION}${MESASUB
 MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
 
 .if defined(WITH_NEW_MESA)
-MESABASEVERSION=	10.3.0
+MESABASEVERSION=	10.3.2
 # if there is a subversion, don't include the '-' between 7.11-rc2.
 MESASUBVERSION=	
 
+.if ${MESASUBVERSION} == "" && ${MESABASEVERSION:E} != 0
+MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/
+.else
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION:R}/
+.endif
 PLIST_SUB+=	OLD="@comment " NEW=""
 
 # work around libarchive bug?

Modified: head/graphics/libGL/distinfo
==============================================================================
--- head/graphics/libGL/distinfo	Mon Oct 27 20:07:01 2014	(r371606)
+++ head/graphics/libGL/distinfo	Mon Oct 27 20:39:00 2014	(r371607)
@@ -1,4 +1,4 @@
 SHA256 (MesaLib-9.1.7.tar.bz2) = 30e6b878b457c716221a9730b179b2846c38cfd5aa1b02d54aff685f50b844a0
 SIZE (MesaLib-9.1.7.tar.bz2) = 6134393
-SHA256 (MesaLib-10.3.0.tar.bz2) = 0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5
-SIZE (MesaLib-10.3.0.tar.bz2) = 7252038
+SHA256 (MesaLib-10.3.2.tar.bz2) = e9849bcb9aa9acd98a753d6d46d2e7d7238d3367036e11357a60efd16de8bea3
+SIZE (MesaLib-10.3.2.tar.bz2) = 7270878



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410272039.s9RKd1bC075101>