freeze did not have patterns to handle svn, as opposed to cvs, packages.
This commit just adds the pattern required to recognise the uclibc_svn
package.
check 's/_\([0-9.]*\)cvs200[0-9]*$/_\1cvs/p' "$f" ||
check 's/_\([0-9.]*\)+cvs200[0-9]*$/_\1+cvs/p' "$f" ||
check 's/_0\.1cvs200[0-9]*$/_cvs/p' "$f" ||
- check 's/_0\.1cvs\(200[0-9]*\)$/_\1/p' "$f" || {
+ check 's/_0\.1cvs\(200[0-9]*\)$/_\1/p' "$f" ||
+ check 's/_\([0-9.]*\)+svn200[0-9]*$/_svn/p' "$f" || {
bberror "($p,$v,$r): package not found" >&2
if test -z "$report"
then