aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-07-23 21:48:15 +0800
committerdanfe <danfe@FreeBSD.org>2007-07-23 21:48:15 +0800
commitadf73ebaec716f31891006842c0a411b22d61c57 (patch)
tree44b04392e7e96a20afb3d8eb66170a36cb940aae
parente95b22c31108d8a3193966064eba6d6c45f20785 (diff)
downloadfreebsd-ports-gnome-adf73ebaec716f31891006842c0a411b22d61c57.tar.gz
freebsd-ports-gnome-adf73ebaec716f31891006842c0a411b22d61c57.tar.zst
freebsd-ports-gnome-adf73ebaec716f31891006842c0a411b22d61c57.zip
Reflect recent changes in nvidia-driver ports.
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 618283b0e742..b61334e34c84 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070723:
+ AFFECTS: users of x11/nvidia-driver and slave ports
+ AUTHOR: danfe@FreeBSD.org
+
+ NVVERSION is no longer user settable variable, it's derived from
+ DISTVERSION from now on. If you used nvidia-driver port with custom
+ NVVERSION, it's time to switch to corresponding legacy driver version
+ port. They were renamed in order to stop hardcoding explicit version
+ numbers in their [directory] names.
+
20070718:
AFFECTS: users of devel/llvm
AUTHOR: brooks@freebsd.org