aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2011-06-07 17:13:15 +0800
committeraz <az@FreeBSD.org>2011-06-07 17:13:15 +0800
commita04ea56a92ddbb0c530b7c6d6955e3b13d4b6993 (patch)
treebb4b9171e0b05dc04d65efebf12e7faaaf65cbb2 /UPDATING
parentf969f2cab6369ed234183f6e877b5f269f13164c (diff)
downloadfreebsd-ports-gnome-a04ea56a92ddbb0c530b7c6d6955e3b13d4b6993.tar.gz
freebsd-ports-gnome-a04ea56a92ddbb0c530b7c6d6955e3b13d4b6993.tar.zst
freebsd-ports-gnome-a04ea56a92ddbb0c530b7c6d6955e3b13d4b6993.zip
Update devel/p5-Moose to version 2.0007
Changelog: http://cpansearch.perl.org/dist/Moose/Changes See also UPDATING entry 20110607 about this.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 70692b0a03bb..2b4de1b5647c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20110607:
+ AFFECTS: users of devel/p5-Moose and devel/p5-Class-MOP
+ AUTHOR: az@FreeBSD.org
+
+ p5-Moose have been updated to 2.0007. Now p5-Class-MOP is a part of the
+ p5-Moose distribution. Manual intervention into update procedure is requied:
+
+ # portmaster -o devel/p5-Moose devel/p5-Class-MOP
+ # portmaster -R -r p5-Moose-\*
+ or do the same things with portupgrade.
+
+ To check everything went fine you can run:
+ # perl -Moose\ 999
+ and
+ # perl -MClass::MOP\ 999
+ in both cases you should see output:
+ version 999 required--this is only version 2.0007
+
20110606:
AFFECTS: users of databases/mariadb
AUTHOR: dougb@FreeBSD.org