Upgrading Perl... Somebody just shoot me and put me out of my misery!
Mathieu Arnold
mat at mat.cc
Fri Nov 22 11:52:31 UTC 2013
+--On 22 novembre 2013 00:25:26 -0800 "Ronald F. Guilmette"
<rfg at tristatelogic.com> wrote:
| AUTHOR: mat at FreeBSD.org
Cough, cough, yeah, I mostly wrote that.
| portupgrade -o lang/perl5.16 -f perl-5.14.\*
At that time, that line was right. Now, after that, the perl packages name
which had the same name (all named perl) and were conflicting and were
renamed to perl5 for the default perl, that is, 5.16, and perl5.xx for the
non default ones, that are 5.12, 5.14 and 5.18.
| pkg_info says that at present I have perl5.14-5.14.4_3 installed. So
| excuse my french, but why the fuck didn't the command:
|
| portupgrade -o lang/perl5.16 -f perl-5.14.\*
Now, as you can see, your perl is not named perl-5.14 but
perl5.14-5.14.4_3, so, you should change that line to :
portupgrade -o lang/perl5.16 -f perl5.14-5.14.4_3
I'll commit an update to that right now.
--
Mathieu Arnold
More information about the freebsd-ports
mailing list