svn commit: r516769 - head/x11/nvidia-driver

Alexey Dokuchaev danfe at FreeBSD.org
Tue Nov 5 03:05:13 UTC 2019


Author: danfe
Date: Tue Nov  5 03:05:12 2019
New Revision: 516769
URL: https://svnweb.freebsd.org/changeset/ports/516769

Log:
  - Update `x11/nvidia-driver' to version 440.31
  - Remove USE_GL+=gl, it is GL provider itself

Modified:
  head/x11/nvidia-driver/Makefile
  head/x11/nvidia-driver/distinfo

Modified: head/x11/nvidia-driver/Makefile
==============================================================================
--- head/x11/nvidia-driver/Makefile	Tue Nov  5 02:59:45 2019	(r516768)
+++ head/x11/nvidia-driver/Makefile	Tue Nov  5 03:05:12 2019	(r516769)
@@ -10,7 +10,7 @@
 # slave ports instead (`x11/nvidia-driver-340' or `x11/nvidia-driver-304').
 
 PORTNAME=	nvidia-driver
-DISTVERSION?=	430.50
+DISTVERSION?=	440.31
 # Always try to set PORTREVISION as it can be overridden by the slave ports
 PORTREVISION?=	0
 CATEGORIES=	x11
@@ -30,9 +30,8 @@ LICENSE_FILE=	${WRKSRC}/doc/license.txt
 PATCH_DEPENDS=	gsed:textproc/gsed
 .endif
 
-USES=		kmod uidfix
+USES=		kmod uidfix xorg
 USE_XORG=	x11 xorg-server xext
-USE_GL=		gl
 USE_LDCONFIG=	yes
 
 # NVIDIA_ROOT is not set in src/Makefile, which results in bogus -I/src

Modified: head/x11/nvidia-driver/distinfo
==============================================================================
--- head/x11/nvidia-driver/distinfo	Tue Nov  5 02:59:45 2019	(r516768)
+++ head/x11/nvidia-driver/distinfo	Tue Nov  5 03:05:12 2019	(r516769)
@@ -1,6 +1,6 @@
 TIMESTAMP = 1482026038
-SHA256 (NVIDIA-FreeBSD-x86_64-430.50.tar.gz) = 6f797e6e513fb74acfdf2738efa382afb640df07b2858f1b29185e4612c6c301
-SIZE (NVIDIA-FreeBSD-x86_64-430.50.tar.gz) = 62715888
+SHA256 (NVIDIA-FreeBSD-x86_64-440.31.tar.gz) = 6b47958be52d35ec344c920969b59965fd7e84bf1b831cb7e4a75347c59f8bc8
+SIZE (NVIDIA-FreeBSD-x86_64-440.31.tar.gz) = 65011247
 SHA256 (NVIDIA-FreeBSD-x86_64-390.129.tar.gz) = fa109c9737a529c87efe66c3bc0a47bffa49278d6361aebc1bf6b784eb5d6968
 SIZE (NVIDIA-FreeBSD-x86_64-390.129.tar.gz) = 63905694
 SHA256 (NVIDIA-FreeBSD-x86-390.129.tar.gz) = 58e537c1a016e4fd362590e32c6f874ccdd90ce265839eb30cf370afcdc22bae


More information about the svn-ports-all mailing list