diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-05-19 18:00:00 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-05-19 18:00:00 +0800 |
commit | 76f25709becc21f9a1183422f0ad523dab72afa2 (patch) | |
tree | edde46007bef471a0ae227dbbf6efd599aaa75c5 /UPDATING | |
parent | a00c3cba4d7e079643dacf72ec98bfaccc50c9a4 (diff) | |
download | freebsd-ports-gnome-76f25709becc21f9a1183422f0ad523dab72afa2.tar.gz freebsd-ports-gnome-76f25709becc21f9a1183422f0ad523dab72afa2.tar.zst freebsd-ports-gnome-76f25709becc21f9a1183422f0ad523dab72afa2.zip |
Add note about webmin and usermin needing a perl-path fix after
Perl 5.20.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ 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. +20150519: + AFFECTS: users of sysutils/webmin and sysutils/usermin + AUTHOR: olgeni@FreeBSD.org + + After upgrading to Perl 5.20 the /usr/bin/perl link will no longer + be available. You will have to check your perl-path files and + change the path of the Perl interpreter to "/usr/local/bin/perl": + + /usr/local/etc/webmin/perl-path + /usr/local/etc/usermin/perl-path + 20150513: AFFECTS: users of lang/perl5* AUTHOR: mat@FreeBSD.org |