svn commit: r403625 - head/graphics/mesa-demos

Koop Mast kwm at FreeBSD.org
Sat Dec 12 18:32:17 UTC 2015


Author: kwm
Date: Sat Dec 12 18:32:15 2015
New Revision: 403625
URL: https://svnweb.freebsd.org/changeset/ports/403625

Log:
  Update mesa-demos to 8.3.0.

Modified:
  head/graphics/mesa-demos/Makefile
  head/graphics/mesa-demos/distinfo
  head/graphics/mesa-demos/pkg-plist

Modified: head/graphics/mesa-demos/Makefile
==============================================================================
--- head/graphics/mesa-demos/Makefile	Sat Dec 12 18:16:02 2015	(r403624)
+++ head/graphics/mesa-demos/Makefile	Sat Dec 12 18:32:15 2015	(r403625)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mesa-demos
-PORTVERSION=	8.2.0
-PORTREVISION=	2
+PORTVERSION=	8.3.0
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
 
@@ -20,6 +19,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 CONFIGURE_ARGS+=--disable-egl --disable-gbm --disable-gles2 \
 		--disable-osmesa --disable-vg --disable-wayland \
-		--with-system-data-files
+		--with-system-data-files --disable-freetype2
 
 .include <bsd.port.mk>

Modified: head/graphics/mesa-demos/distinfo
==============================================================================
--- head/graphics/mesa-demos/distinfo	Sat Dec 12 18:16:02 2015	(r403624)
+++ head/graphics/mesa-demos/distinfo	Sat Dec 12 18:32:15 2015	(r403625)
@@ -1,2 +1,2 @@
-SHA256 (mesa-demos-8.2.0.tar.bz2) = e4bfecb5816ddd4b7b37c1bc876b63f1f7f06fda5879221a9774d0952f90ba92
-SIZE (mesa-demos-8.2.0.tar.bz2) = 10071635
+SHA256 (mesa-demos-8.3.0.tar.bz2) = c173154bbd0d5fb53d732471984def42fb1b14ac85fcb834138fb9518b3e0bef
+SIZE (mesa-demos-8.3.0.tar.bz2) = 10044647

Modified: head/graphics/mesa-demos/pkg-plist
==============================================================================
--- head/graphics/mesa-demos/pkg-plist	Sat Dec 12 18:16:02 2015	(r403624)
+++ head/graphics/mesa-demos/pkg-plist	Sat Dec 12 18:32:15 2015	(r403625)
@@ -21,7 +21,6 @@ bin/clearspd
 bin/convolutions
 bin/copypix
 bin/copytex
-bin/corender
 bin/createwin
 bin/cubemap
 bin/cuberender
@@ -245,6 +244,7 @@ bin/tri-stipple
 bin/tri-tex
 bin/tri-tex-1d
 bin/tri-tex-3d
+bin/tri-tex-stipple
 bin/tri-tri
 bin/tri-unfilled
 bin/tri-unfilled-clip


More information about the svn-ports-head mailing list