aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2015-05-19 18:00:00 +0800
committerolgeni <olgeni@FreeBSD.org>2015-05-19 18:00:00 +0800
commit76f25709becc21f9a1183422f0ad523dab72afa2 (patch)
treeedde46007bef471a0ae227dbbf6efd599aaa75c5 /UPDATING
parenta00c3cba4d7e079643dacf72ec98bfaccc50c9a4 (diff)
downloadfreebsd-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--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fc9dad257a7a..2488591f7c25 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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