diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 13:00:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 13:00:55 +0000 |
commit | 8c7d7ff2bd7c98e4a2ef8a93ddcd10d2847c8fe2 (patch) | |
tree | 8cd20bfe8037b5083d551e92f99a02dbd78904aa /UPDATING | |
parent | f84c960066467918b7612e78e0d4808ea5b8c986 (diff) | |
download | ports-8c7d7ff2bd7c98e4a2ef8a93ddcd10d2847c8fe2.tar.gz ports-8c7d7ff2bd7c98e4a2ef8a93ddcd10d2847c8fe2.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -5,6 +5,27 @@ 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. +20130612: + AFFECTS: users of lang/perl* and any port that depends on it + AUTHOR: az@FreeBSD.org + + lang/perl5.12 upgrade from version 5.12.4 to 5.12.5 + lang/perl5.14 upgrade from version 5.14.2 to 5.14.4 + lang/perl5.16 upgrade from version 5.16.2 to 5.16.3 + + Also was modification to directory structure where + is perl installed. Instead major.minor.patchlevel now only major.minor. + The "perl-after-upgrade" script is removed. + + Please rebuild all perl ports and all ports that + depend in it: + + # portmaster -r perl + or + # portupgrade -rf perl + or + # pkg install -fR perl + 20130609: AFFECTS: users of audio/flac and any port that depends on it AUTHOR: naddy@FreeBSD.org |