diff options
author | crees <crees@FreeBSD.org> | 2012-05-11 02:55:29 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-11 02:55:29 +0800 |
commit | d172984934d341a5403bccbf3422ec3c722577df (patch) | |
tree | 337ff7dd822551aaed3345834523b6da8128ddb0 /UPDATING | |
parent | 0d5ce2e106bdb6bfc10bc51bcedd77c5a8de357d (diff) | |
download | freebsd-ports-gnome-d172984934d341a5403bccbf3422ec3c722577df.tar.gz freebsd-ports-gnome-d172984934d341a5403bccbf3422ec3c722577df.tar.zst freebsd-ports-gnome-d172984934d341a5403bccbf3422ec3c722577df.zip |
Add note for gitolite update
PR: ports/167440
Submitted by: milki@rescomp.berkeley.edu
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 |