svn commit: r435964 - head/x11-drivers/xf86-video-openchrome

Matthew Rezny rezny at FreeBSD.org
Sat Mar 11 21:27:41 UTC 2017


Author: rezny
Date: Sat Mar 11 21:27:39 2017
New Revision: 435964
URL: https://svnweb.freebsd.org/changeset/ports/435964

Log:
  Update to 0.6.0
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9957

Modified:
  head/x11-drivers/xf86-video-openchrome/Makefile
  head/x11-drivers/xf86-video-openchrome/distinfo

Modified: head/x11-drivers/xf86-video-openchrome/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-openchrome/Makefile	Sat Mar 11 21:26:06 2017	(r435963)
+++ head/x11-drivers/xf86-video-openchrome/Makefile	Sat Mar 11 21:27:39 2017	(r435964)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xf86-video-openchrome
-PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTVERSION=	0.6.0
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -18,6 +17,8 @@ USE_GL=		gl
 XORG_CAT=	driver
 USE_XORG=	x11 xext xv
 
+# Override pkg-config to prevent linking against libudev
+CONFIGURE_ENV+=	LIBUDEV_LIBS="-L${LOCALBASE}"
 MAKE_ARGS+=	drivermandir=${LOCALBASE}/man/man4
 
 .include <bsd.port.options.mk>

Modified: head/x11-drivers/xf86-video-openchrome/distinfo
==============================================================================
--- head/x11-drivers/xf86-video-openchrome/distinfo	Sat Mar 11 21:26:06 2017	(r435963)
+++ head/x11-drivers/xf86-video-openchrome/distinfo	Sat Mar 11 21:27:39 2017	(r435964)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480077395
-SHA256 (xorg/driver/xf86-video-openchrome-0.5.0.tar.bz2) = 49fdd613975a332a0a64720b382420354aecaf2fcbb4920efd094d5a0ac955bb
-SIZE (xorg/driver/xf86-video-openchrome-0.5.0.tar.bz2) = 542713
+TIMESTAMP = 1488947220
+SHA256 (xorg/driver/xf86-video-openchrome-0.6.0.tar.bz2) = da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75
+SIZE (xorg/driver/xf86-video-openchrome-0.6.0.tar.bz2) = 537619


More information about the svn-ports-head mailing list