Index: /applications/editors/josm/dist/getversions
===================================================================
--- /applications/editors/josm/dist/getversions	(revision 32306)
+++ /applications/editors/josm/dist/getversions	(revision 32307)
@@ -24,5 +24,5 @@
     $mversion = $1 if $manifest =~ /Plugin-Mainversion: ([^\r\n]+)/;
   }
-  printf "%-${maxlength}s %28s %6s (%4s)", $plugin,$date,$version,$mversion;
+  printf "%-${maxlength}s %28s %10s (%5s)", $plugin,$date,$version,$mversion;
   my $svnfile = $oldsvn ? ".svn/text-base/$plugin.svn-base" : "getrev/$plugin";
   if(-f $svnfile && ($manifest = `unzip -c $svnfile META-INF/MANIFEST.MF`))
@@ -36,5 +36,5 @@
     my $changed = ($svndate ne $date || $svnversion ne $version);
     my $changedm = $svnmversion ne $mversion;
-    printf " SVN: %28s %6s (%4s)%s%s", $svndate,$svnversion,$svnmversion,
+    printf " SVN: %28s %10s (%5s)%s%s", $svndate,$svnversion,$svnmversion,
     $changed ? " changed" : "", $changedm ? " main" : "";
     `svn revert $plugin` if !$changed && !$changedm;
