1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Add note for gitolite update

PR:		ports/167440
Submitted by:	milki@rescomp.berkeley.edu
This commit is contained in:
Chris Rees 2012-05-10 18:55:29 +00:00
parent 9fa060b242
commit 85c9d7cf20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296389

View File

@ -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