svn commit: r348671 - head/graphics/libosmesa
Pietro Cerutti
gahr at FreeBSD.org
Thu Mar 20 09:24:56 UTC 2014
Author: gahr
Date: Thu Mar 20 09:24:56 2014
New Revision: 348671
URL: http://svnweb.freebsd.org/changeset/ports/348671
QAT: https://qat.redports.org/buildarchive/r348671/
Log:
- Update to 10.1.0
Release notes: http://www.mesa3d.org/relnotes/10.1.html
- c++11 is not needed to build this version
Modified:
head/graphics/libosmesa/Makefile
head/graphics/libosmesa/distinfo
Modified: head/graphics/libosmesa/Makefile
==============================================================================
--- head/graphics/libosmesa/Makefile Thu Mar 20 09:07:41 2014 (r348670)
+++ head/graphics/libosmesa/Makefile Thu Mar 20 09:24:56 2014 (r348671)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= libosmesa
-PORTVERSION= 10.0.3
+PORTVERSION= 10.1.0
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/
+MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION:R}/
DISTNAME= MesaLib-${PORTVERSION}
MAINTAINER= gahr at FreeBSD.org
@@ -13,8 +13,7 @@ COMMENT= Off-Screen Mesa implementation
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
-USES+= gmake pkgconfig compiler:c11
-USE_BZIP2= yes
+USES+= gmake pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_PYTHON= 2
USE_XORG= x11 xext
Modified: head/graphics/libosmesa/distinfo
==============================================================================
--- head/graphics/libosmesa/distinfo Thu Mar 20 09:07:41 2014 (r348670)
+++ head/graphics/libosmesa/distinfo Thu Mar 20 09:24:56 2014 (r348671)
@@ -1,2 +1,2 @@
-SHA256 (MesaLib-10.0.3.tar.bz2) = 298e1950675e14f3386ec29d9b58e733b5e1eb7cf33a804787071852f5ecb2ff
-SIZE (MesaLib-10.0.3.tar.bz2) = 6789384
+SHA256 (MesaLib-10.1.0.tar.bz2) = 5941c3d4772a9f447f51569dfca48e01af98080bc996991d00a13f900dab2230
+SIZE (MesaLib-10.1.0.tar.bz2) = 6908005
More information about the svn-ports-all
mailing list