aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-27 09:57:39 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-27 09:57:39 +0000
commit8e245f6ddc4e875870a1ab6cf5e417ae80023242 (patch)
tree5d9150aaab378a0243fa71cb4879faa8e55e725d /UPDATING
parentd83e2e9c294d9b2e1c684bfe0901333c8f7be04f (diff)
downloadports-8e245f6ddc4e875870a1ab6cf5e417ae80023242.tar.gz
ports-8e245f6ddc4e875870a1ab6cf5e417ae80023242.zip
- Bring back the .packlist files, many people need them, they will
automatically added to the plists. - Add soname to libperl.so and rename it to libperl.so.PERL_VER, for instance libperl.so.5.18. To keep software linked with it working, provide a libperl.so symlink. - Rollback Perl's man page location change, it creates conflicts for the few modules that ship with Perl and are in the ports tree. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=373476
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d833cc03f90b..a70acd6d81ae 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20141127:
+ AFFECTS: users of lang/perl5.*
+ AUTHOR: mat@FreeBSD.org
+
+ The .packlist files are back, if you upgraded all your p5- ports yesterday
+ and need them, you will need to reinstall them again, see yesterday's update
+ for instructions.
+
20141126:
AFFECTS: users of multimedia/x264
AUTHOR: xmj@FreeBSD.org