aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-08 05:54:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-08 05:54:33 +0000
commit552a59c3fbabdde57d2c6f85557fe2bbfcdd9c83 (patch)
tree7a9895fb353c2343154ed4a867fc78c55df073a3 /UPDATING
parent4ea7e7f0055cc23b9108005f9ec5afd12102e21f (diff)
downloadports-552a59c3fbabdde57d2c6f85557fe2bbfcdd9c83.tar.gz
ports-552a59c3fbabdde57d2c6f85557fe2bbfcdd9c83.zip
- Document the change of www/node and www/node-devel and introduce www/npm
Notes
Notes: svn path=/head/; revision=296199
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ea74e85ae2e2..8c4ee1173691 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20120508:
+ AFFECTS: users of www/node and www/node-devel
+ AUTHOR: sunpoet@FreeBSD.org
+
+ npm is a package manager for node. Starting with node 0.6.17 (www/node) and
+ node 0.7.8 (www/node-devel), we do not install bundled npm but provide a
+ separate port (www/npm). Please install www/npm if you need it.
+
20120430:
AFFECTS: users of www/py-google-api-python-client
AUTHOR: nivit@FreeBSD.org