aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2011-06-07 09:13:15 +0000
committerAndrej Zverev <az@FreeBSD.org>2011-06-07 09:13:15 +0000
commit3d05a54a18ad96698fe52b6645aa7b9b211e91df (patch)
tree7a6d76e13bdd27487a15a61abeb9dbf1fa238843 /UPDATING
parent1a51eb4bf45e0ff35e1c51ba179d6e82c6daf964 (diff)
downloadports-3d05a54a18ad96698fe52b6645aa7b9b211e91df.tar.gz
ports-3d05a54a18ad96698fe52b6645aa7b9b211e91df.zip
Update devel/p5-Moose to version 2.0007
Changelog: http://cpansearch.perl.org/dist/Moose/Changes See also UPDATING entry 20110607 about this.
Notes
Notes: svn path=/head/; revision=275180
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