aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-10 18:55:29 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-10 18:55:29 +0000
commit85c9d7cf2082757fd23fd059b88192b7e08e4e0a (patch)
tree0945cbe374444c6d011f75cc7ad9fdca8ab6ff75 /UPDATING
parent9fa060b2420c5c14a4c4b741418f77d295051786 (diff)
downloadports-85c9d7cf2082757fd23fd059b88192b7e08e4e0a.tar.gz
ports-85c9d7cf2082757fd23fd059b88192b7e08e4e0a.zip
Add note for gitolite update
PR: ports/167440 Submitted by: milki@rescomp.berkeley.edu
Notes
Notes: svn path=/head/; revision=296389
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 29d84d1d9ba0..7d232df2f328 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20120510:
+ AFFECTS: users of devel/gitolite
+ AUTHOR: milki@rescomp.berkeley.edu
+
+ gitolite has been split into two ports: devel/gitolite for 3.x and
+ devel/gitolite2 for 2.x
+
+ gitolite 3.x is NOT "API" compatible with gitolite 2.x and requires
+ additional manual migration steps which can be found in the online
+ documentation.
+
+ http://sitaramc.github.com/gitolite/install.html#migr
+
+ Current users wishing to continue using gitolite 2.x should run:
+
+ # portmaster -o devel/gitolite2 gitolite
+ or
+ # portupgrade -o devel/gitolite2 gitolite
+
20120508:
AFFECTS: users of www/node and www/node-devel
AUTHOR: sunpoet@FreeBSD.org