From owner-svn-ports-head@FreeBSD.ORG Wed Jun 12 19:12:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8221AA20; Wed, 12 Jun 2013 19:12:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7457F1C23; Wed, 12 Jun 2013 19:12:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5CJCrQq016506; Wed, 12 Jun 2013 19:12:53 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5CJCr9U016505; Wed, 12 Jun 2013 19:12:53 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201306121912.r5CJCr9U016505@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 12 Jun 2013 19:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320717 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 19:12:53 -0000 Author: rakuco Date: Wed Jun 12 19:12:52 2013 New Revision: 320717 URL: http://svnweb.freebsd.org/changeset/ports/320717 Log: Improve the English in the recent Perl UPDATING entry Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Jun 12 19:05:12 2013 (r320716) +++ head/UPDATING Wed Jun 12 19:12:52 2013 (r320717) @@ -9,21 +9,21 @@ you update your ports collection, before 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. + lang/perl5.12 has been upgraded from version 5.12.4 to 5.12.5 + lang/perl5.14 has been upgraded from version 5.14.2 to 5.14.4 + lang/perl5.16 has been upgraded from version 5.16.2 to 5.16.3 - Please rebuild all perl ports and all ports that - depend in it: + The directory structure where Perl is installed has also been modified: + "major.minor" is now used instead of "major.minor.patchlevel". + + The "perl-after-upgrade" script has been removed. + + Please rebuild all Perl ports and all ports that depend on it: # portmaster -r perl or # portupgrade -rf perl - or + or # pkg install -fR perl 20130609: