diff options
author | danfe <danfe@FreeBSD.org> | 2005-08-31 21:34:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-08-31 21:34:41 +0800 |
commit | fb6228189f5a6cd108e8bc18df58cedf4ab30a3a (patch) | |
tree | bf9a713210ee811169dc4c357fcf3c74d2232d06 /x11 | |
parent | 9ca2927afddaa94e2889858b8642820354c8acf8 (diff) | |
download | freebsd-ports-gnome-fb6228189f5a6cd108e8bc18df58cedf4ab30a3a.tar.gz freebsd-ports-gnome-fb6228189f5a6cd108e8bc18df58cedf4ab30a3a.tar.zst freebsd-ports-gnome-fb6228189f5a6cd108e8bc18df58cedf4ab30a3a.zip |
Update to version 1.0-7676, the latest from nVidia, which fixes GeForce 7800
GTX clocking problem that affected 3D performance.
I've decided not to rename patches to ease on CVS repo's life. This is
bug-fix release, and I hope nVidia will incorporate our patches into next
"major" release.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/nvidia-driver/Makefile | 4 | ||||
-rw-r--r-- | x11/nvidia-driver/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 65468ba286c6..dedecdf2ac7c 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -82,8 +82,8 @@ NVVERSION= 7174 PORTREVISION= 1 EXTRA_PATCHES+= ${FILESDIR}/6113-patch-lib::Makefile .else -NVVERSION= 7667 -EXTRA_PATCHES+= ${FILESDIR}/${NVVERSION}-* +NVVERSION= 7676 +EXTRA_PATCHES+= ${FILESDIR}/7667-* .endif PLIST_SUB+= DIFFS="@comment " DRVSO="" .endif diff --git a/x11/nvidia-driver/distinfo b/x11/nvidia-driver/distinfo index 1c42de7b79a0..f978560aafea 100644 --- a/x11/nvidia-driver/distinfo +++ b/x11/nvidia-driver/distinfo @@ -2,5 +2,5 @@ MD5 (NVIDIA-FreeBSD-x86-1.0-6113.tar.gz) = 1dab16b9ebf3ab4253811b6ba29fc701 SIZE (NVIDIA-FreeBSD-x86-1.0-6113.tar.gz) = 6215565 MD5 (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = b57a03e0325617092016144229ae6114 SIZE (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = 8433799 -MD5 (NVIDIA-FreeBSD-x86-1.0-7667.tar.gz) = d65d0e882aea8055ed49bf20d8e8d781 -SIZE (NVIDIA-FreeBSD-x86-1.0-7667.tar.gz) = 8438232 +MD5 (NVIDIA-FreeBSD-x86-1.0-7676.tar.gz) = 6a5b99cfb2cca7b424cefc27fb6a30ce +SIZE (NVIDIA-FreeBSD-x86-1.0-7676.tar.gz) = 8455397 |