K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-06-26T05:54:15.388405Z K 7 svn:log V 385 devel/statsvn: Fix runtime after the update of devel/subversion to 1.10.0 It tries to check that SVN >= 1.3.0 but the check is broken with version numbers like 1.10.0. We will never have SVN < 1.3.0 again so add a patch to skip the version check altogether. "Subversion binary is incorrect version. Found: 1.10.0, required: 1.3.0" PR: 229325 Reported by: kensaku.masuda@gmail.com END