#28630: Ports needing revbump after perl5 update to 5.12.3 ----------------------+-------------------------------- Reporter: ak.ml@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: perl5 | ----------------------+-------------------------------- Changes (by ryandesign@…): * keywords: revbump, dpkg, libproxy, rpm52 => Old description:
A few ports have installed perl modules and were not revbumped since #76604. They need either a revbump or to be recompiled in order to work with perl 5.12.3.
{{{ dpkg libproxy rpm52 }}}
The other rpm* ports might need a revbump as well: rpm, rpm45, rpm50, rpm51.[[BR]]
For those who want to check their system, here's a basic command to list the packages which have files installed in 5.8.9 directories: {{{ $ find \ '/opt/local/lib/perl5/5.8.9' \ '/opt/local/lib/perl5/site_perl/5.8.9' \ '/opt/local/lib/perl5/vendor_perl/5.8.9' \ -type f \ -print0 \ | xargs -0 port provides \ | sed -e 's,^.* is provided by: ,,;' \ | sort \ | uniq }}}
I have a MacIntel with Snow Leopard 10.6.6
New description: A few ports have installed perl modules and were not revbumped since r76604. They need either a revbump or to be recompiled in order to work with perl 5.12.3. {{{ dpkg libproxy rpm52 }}} The other rpm* ports might need a revbump as well: rpm, rpm45, rpm50, rpm51.[[BR]] For those who want to check their system, here's a basic command to list the packages which have files installed in 5.8.9 directories: {{{ $ find \ '/opt/local/lib/perl5/5.8.9' \ '/opt/local/lib/perl5/site_perl/5.8.9' \ '/opt/local/lib/perl5/vendor_perl/5.8.9' \ -type f \ -print0 \ | xargs -0 port provides \ | sed -e 's,^.* is provided by: ,,;' \ | sort \ | uniq }}} I have a MacIntel with Snow Leopard 10.6.6 -- -- Ticket URL: <https://trac.macports.org/ticket/28630#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X