aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-15 11:39:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-15 11:39:06 +0000
commit7162affaeed91090ae16cbc8ae1b415dfa896575 (patch)
treeb3470fa4d9cc2b7c73f06b0f161015340c17e7a4 /UPDATING
parent9070cf1943111fa1bfbf52a9da5966d77aba684b (diff)
downloadports-7162affaeed91090ae16cbc8ae1b415dfa896575.tar.gz
ports-7162affaeed91090ae16cbc8ae1b415dfa896575.zip
Add a note about portupgrade being, maybe, not too clever.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=396954
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 71a044695d8b..f65239f9b482 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,11 @@ you update your ports collection, before attempting any port upgrades.
DEFAULT_VERSIONS+= perl5=5.xx
+ If your Perl package name is not called perl5-5.xx.y but perl5.xx-5.xx.y, you
+ will need to rename it so that portupgrade doesn't get confused:
+
+ pkg set -n perl5.xx:perl5
+
After this date, to migrate from one Perl version to the other, you must
first put the DEFAULT_VERSIONS line in your make.conf, and then, for example,
if you want to move from 5.20 to 5.22, do: