From owner-svn-ports-all@FreeBSD.ORG Mon Nov 5 21:50:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48FDDDEC for ; Mon, 5 Nov 2012 21:50:31 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (dauterive.egr.msu.edu [35.9.37.168]) by mx1.freebsd.org (Postfix) with ESMTP id 171828FC14 for ; Mon, 5 Nov 2012 21:50:30 +0000 (UTC) Received: from dauterive (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 4BAD616CD4 for ; Mon, 5 Nov 2012 16:45:15 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by dauterive (dauterive.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pB-q3jWrI9Mc for ; Mon, 5 Nov 2012 16:45:15 -0500 (EST) Received: from EGR authenticated sender Message-ID: <5098336B.5060401@egr.msu.edu> Date: Mon, 05 Nov 2012 16:45:15 -0500 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: svn-ports-all@freebsd.org Subject: Re: svn commit: r307019 - head References: <201211051755.qA5HtE9L050787@svn.freebsd.org> In-Reply-To: <201211051755.qA5HtE9L050787@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 21:50:31 -0000 On 11/05/12 12:55, Bryan Drewery wrote: > Author: bdrewery > Date: Mon Nov 5 17:55:13 2012 > New Revision: 307019 > URL: http://svnweb.freebsd.org/changeset/ports/307019 > > Log: > - Add pkgng-specific instructions to perl UPDATING entry > > Feature safe: yes > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Mon Nov 5 17:53:51 2012 (r307018) > +++ head/UPDATING Mon Nov 5 17:55:13 2012 (r307019) > @@ -26,6 +26,9 @@ you update your ports collection, before > "perl-after-upgrade" script supplied with lang/perl5.16. > Please see its manual page for details. > > + If you are using pkgng, do this instead of "perl-after-upgrade": > + # pkg install -fRx perl > + > 20121102: > AFFECTS: users of shells/bash-completion > AUTHOR: adamw@FreeBSD.org > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > I was thinking of suggesting an addition like this, but it has undesired consequences on my system: Upgrading perl: 5.16.0 -> 5.16.2 Installing p5-XML-NamespaceSupport: 1.11 Installing p5-XML-SAX-Base: 1.08 Installing db42: 4.2.52_5 Installing gdbm: 1.9.1 Installing expat: 2.0.1_2 Installing p5-XML-SAX: 0.99 Installing apr: 1.4.6.1.4.1_1 Installing p5-Math-BigInt: 1.997 Installing p5-Digest-HMAC: 1.03 Installing p5-GSSAPI: 0.28 Installing p5-Net-SSLeay: 1.49 Installing p5-XML-Filter-BufferText: 1.01 Installing p5-Convert-ASN1: 0.26 Installing p5-BSD-Resource: 1.2904 Installing p5-URI: 1.60 Installing p5-Authen-SASL: 2.16 Installing p5-IO-Socket-SSL: 1.76 Installing p5-XML-SAX-Writer: 0.53 Installing apache22: 2.2.23 Reinstalling nagios-plugins-1.4.16,1 Installing p5-perl-ldap: 0.4400 Installing ap22-mod_perl2: 2.0.7_1,3 Installing perltidy: 20120714 Reinstalling nrpe-2.13_2 Reinstalling pam_krb5-4.6 pkg install -fR perl-5.16.2 or pkg install -fR lang/perl5.16 or pkg install -fRx perl5.16 or pkg install -fRx perl-5.16 for example prompt me for a much more reasonable result: Upgrading perl: 5.16.0 -> 5.16.2 Reinstalling nagios-plugins-1.4.16,1 Reinstalling nrpe-2.13_2 Reinstalling pam_krb5-4.6 Would one of these be more appropriate? I don't know where all those Installing packages are coming from and do not want them. Thanks.