svn commit: r513788 - in head: graphics/libxatracker graphics/mesa-libs lang/clover

Niclas Zeising zeising at FreeBSD.org
Fri Oct 4 22:14:04 UTC 2019


Author: zeising
Date: Fri Oct  4 22:14:03 2019
New Revision: 513788
URL: https://svnweb.freebsd.org/changeset/ports/513788

Log:
  Bump remaining mesa ports after llvm version change
  
  Bump these mesa ports as well, to ensure that they are rebuilt with the
  correct llvm port.
  This was missed in r513776
  
  PR:		239682
  MFH:		2019Q4 (implicit, fix for earlier commits)

Modified:
  head/graphics/libxatracker/Makefile
  head/graphics/mesa-libs/Makefile
  head/lang/clover/Makefile

Modified: head/graphics/libxatracker/Makefile
==============================================================================
--- head/graphics/libxatracker/Makefile	Fri Oct  4 22:13:04 2019	(r513787)
+++ head/graphics/libxatracker/Makefile	Fri Oct  4 22:14:03 2019	(r513788)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxatracker
 PORTVERSION=	${MESAVERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 COMMENT=	Mesa XA state tracker

Modified: head/graphics/mesa-libs/Makefile
==============================================================================
--- head/graphics/mesa-libs/Makefile	Fri Oct  4 22:13:04 2019	(r513787)
+++ head/graphics/mesa-libs/Makefile	Fri Oct  4 22:14:03 2019	(r513788)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mesa-libs
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 COMMENT=	OpenGL libraries that support GLX and EGL clients

Modified: head/lang/clover/Makefile
==============================================================================
--- head/lang/clover/Makefile	Fri Oct  4 22:13:04 2019	(r513787)
+++ head/lang/clover/Makefile	Fri Oct  4 22:14:03 2019	(r513788)
@@ -2,7 +2,7 @@
 
 PORTNAME=	clover
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang
 
 COMMENT=	Mesa "Clover" OpenCL library


More information about the svn-ports-head mailing list