aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-05-11 02:55:29 +0800
committercrees <crees@FreeBSD.org>2012-05-11 02:55:29 +0800
commitd172984934d341a5403bccbf3422ec3c722577df (patch)
tree337ff7dd822551aaed3345834523b6da8128ddb0 /UPDATING
parent0d5ce2e106bdb6bfc10bc51bcedd77c5a8de357d (diff)
downloadfreebsd-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--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