Changes between Version 1 and Version 2 of Ticket #46322, comment 7


Ignore:
Timestamp:
Dec 26, 2014, 6:37:55 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46322, comment 7

    v1 v2  
    1717#!sh
    1818port -q info --index --line --name --version --revision 'p5-*' \
    19     | awk '{ sub(/^p5-/, "", $3); printf "%-35s %s_%d\n", $3, $1, ($2 + 1); }'
     19    | awk '{ sub(/^p5-/, "", $3); printf "%-35s %s_%s\n", $3, $1, ($2 + 1); }'
    2020}}}
    2121