[MacPorts] #46322: p5-*: consistently remove Perl versions 5.8-5.14

MacPorts noreply at macports.org
Sat Dec 27 16:44:38 PST 2014


#46322: p5-*: consistently remove Perl versions 5.8-5.14
--------------------------+--------------------------------
  Reporter:  mojca@…      |      Owner:  macports-tickets@…
      Type:  enhancement  |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:               |
--------------------------+--------------------------------

Comment (by larryv@…):

 Replying to [comment:27 mojca@…]:
 > I removed the suports in r130129. The next step is to fix the
 > graveyard port.

 Try r130161:130164, generating the list with this:
 {{{
 #!sh
 port -q info --index --line --name --version --revision 'p5-*' \
     | awk '
         {
             padding = (48 - length($3)) / 8
             if (padding != int(padding)) padding = int(padding) + 1
             printf "%s", $3
             for (i = 0; i < padding; ++i) printf "\t"
             printf "%s_%d%s", $1, ($2 + 1), ORS
         }'
 }}}
 This seemed to work for me, but I didn’t kick the tires very much.

-- 
Ticket URL: <https://trac.macports.org/ticket/46322#comment:35>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list