diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-10 18:55:29 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-10 18:55:29 +0000 |
commit | 85c9d7cf2082757fd23fd059b88192b7e08e4e0a (patch) | |
tree | 0945cbe374444c6d011f75cc7ad9fdca8ab6ff75 /UPDATING | |
parent | 9fa060b2420c5c14a4c4b741418f77d295051786 (diff) | |
download | ports-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-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |