diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-15 11:39:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-15 11:39:06 +0000 |
commit | 7162affaeed91090ae16cbc8ae1b415dfa896575 (patch) | |
tree | b3470fa4d9cc2b7c73f06b0f161015340c17e7a4 /UPDATING | |
parent | 9070cf1943111fa1bfbf52a9da5966d77aba684b (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |