svn commit: r306892 - head

Adam Weinberger adamw at FreeBSD.org
Fri Nov 2 23:41:18 UTC 2012


Author: adamw
Date: Fri Nov  2 23:41:17 2012
New Revision: 306892
URL: http://svn.freebsd.org/changeset/ports/306892

Log:
  Document the new incantation for the bash completion library v2.0.
  
  Feature safe:	yes

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Nov  2 23:35:31 2012	(r306891)
+++ head/UPDATING	Fri Nov  2 23:41:17 2012	(r306892)
@@ -5,6 +5,18 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20121102:
+  AFFECTS: users of shells/bash-completion
+  AUTHOR: adamw at FreeBSD.org
+
+  The bash completion library has been updated to 2.0, and the mechanism
+  for activating the library has changed. To use the library, you must:
+
+  source /usr/local/share/bash-completion/bash_completion.sh
+
+  from your .bashrc file. See the pkg-message or README for a more
+  graceful invocation.
+
 20121101:
   AFFECTS: users of graphics/tesseract
   AUTHOR: bf at FreeBSD.org


More information about the svn-ports-all mailing list