Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Oct 2020 22:57:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250053] perl5.32-5.32.0 doesn't meet perl5>=5.32.r0<5.33
Message-ID:  <bug-250053-7788-IvyBeKLRZ7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250053-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250053-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250053

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #2 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
Right now, PERL5_DEFAULT is 5.32.
But you have perl5.32-5.32.0 installed.
If you aren't using anything other than DEFAULT_VERSIONS+=3Dperl5=3D5.32, t=
hen this
means that the perl upgrade has failed.

If you are using a portmaster, you need to run the following line in 201611=
03
of /usr/ports/UPDATING:

>  First, add to /etc/make.conf:
>
>  DEFAULT_VERSIONS+=3D  perl5=3D5.24
>
>  Portmaster users:
>        portmaster -o lang/perl5.24 lang/perl5.20
>
>          You can now remove the DEFAULT_VERSIONS line added earlier
>          from /etc/make.conf

I upgraded with the following command:

> portmaster -B -D -w -m DEFAULT_VERSIONS=3Dperl5=3D5.32 -o lang/perl5.32 p=
erl5

The perl upgrade has failed, so perl5>=3D5.32.r0<5.33 included from
/usr/ports/lang/perl5.32/version.mk doesn't work.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250053-7788-IvyBeKLRZ7>