svn commit: r307019 - head
Adam McDougall
mcdouga9 at egr.msu.edu
Mon Nov 5 21:50:31 UTC 2012
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 at FreeBSD.org
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at 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.
More information about the svn-ports-all
mailing list